Skip to content

Commit

Permalink
Bump commander from 5.1.0 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 5.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v5.1.0...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 29, 2020
1 parent c969e6f commit 9c5220b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cli/package.json
Expand Up @@ -50,7 +50,7 @@
"@storybook/node-logger": "6.1.9",
"@storybook/semver": "^7.3.2",
"chalk": "^4.0.0",
"commander": "^5.0.0",
"commander": "^6.2.0",
"core-js": "^3.0.1",
"cross-spawn": "^7.0.0",
"envinfo": "^7.5.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Expand Up @@ -88,7 +88,7 @@
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^4.0.0",
"cli-table3": "0.6.0",
"commander": "^5.0.0",
"commander": "^6.2.0",
"core-js": "^3.0.1",
"cpy": "^8.1.1",
"css-loader": "^3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,7 +144,7 @@
"chalk": "^4.0.0",
"chromatic": "^5.0.0",
"codecov": "^3.5.0",
"commander": "^5.1.0",
"commander": "^6.2.0",
"concurrently": "^5.2.0",
"core-js": "^3.0.1",
"cross-env": "^7.0.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -12219,11 +12219,16 @@ commander@^4.0.1, commander@^4.1.1:
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==

commander@^5.0.0, commander@^5.1.0:
commander@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==

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@~2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
Expand Down

0 comments on commit 9c5220b

Please sign in to comment.