diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-14 13:34:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 13:34:22 +0800 |
commit | e8ab0a44b214527a46053c7d0600414c0c9899f3 (patch) | |
tree | 61585e7a9efdd846fc2fe21315e6f5ef8bd8330b /package.json | |
parent | c3ca293e6bd3719cfda0367903112e8bd5dfb3c0 (diff) | |
download | tracifyjs-e8ab0a44b214527a46053c7d0600414c0c9899f3.tar.gz tracifyjs-e8ab0a44b214527a46053c7d0600414c0c9899f3.zip |
update dependency (#3470)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 55cc3f23..37741503 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "LICENSE" ], "dependencies": { - "commander": "2.20.0", + "commander": "~2.20.3", "source-map": "~0.6.1" }, "devDependencies": { |