Skip to content

Commit d4e9631

Browse files
Bump commander from 2.11.0 to 3.0.1 (#44)
Bumps [commander](https://github.com/tj/commander.js) from 2.11.0 to 3.0.1. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v2.11.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cb9ab7e commit d4e9631

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/parser": "^7.5.5",
3636
"@babel/types": "^7.5.5",
3737
"chalk": "^2.0.1",
38-
"commander": "^2.11.0",
38+
"commander": "^3.0.1",
3939
"ejs": "^2.5.7",
4040
"mkdirp": "^0.5.1"
4141
},

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,9 +1316,10 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
13161316
dependencies:
13171317
delayed-stream "~1.0.0"
13181318

1319-
commander@^2.11.0:
1320-
version "2.11.0"
1321-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
1319+
commander@^3.0.1:
1320+
version "3.0.1"
1321+
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.1.tgz#4595aec3530525e671fb6f85fb173df8ff8bf57a"
1322+
integrity sha512-UNgvDd+csKdc9GD4zjtkHKQbT8Aspt2jCBqNSPp53vAS0L1tS9sXB2TCEOPHJ7kt9bN/niWkYj8T3RQSoMXdSQ==
13221323

13231324
commondir@^1.0.1:
13241325
version "1.0.1"

0 commit comments

Comments
 (0)