Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
fix: upgrade commander from 6.2.0 to 6.2.1 (#110)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade commander from 6.2.0 to 6.2.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/nadeesha/project/79cdac0d-b6c0-4fa8-8bba-4168fc36860b?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Jan 28, 2021
1 parent 4788e25 commit 2d44063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"commander": "^6.2.0",
"commander": "^6.2.1",
"cosmiconfig": "^7.0.0",
"json5": "^2.1.3",
"lodash": "^4.17.20",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1728,10 +1728,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

commander@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
commander@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==

compare-func@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 2d44063

Please sign in to comment.