Skip to content

Commit ee1e2b9

Browse files
Bump commander from 3.0.0 to 6.0.0
Bumps [commander](https://github.com/tj/commander.js) from 3.0.0 to 6.0.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@v3.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bb8d1c7 commit ee1e2b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"colors": "^1.3.3",
35-
"commander": "^3.0.0",
35+
"commander": "^6.0.0",
3636
"lodash": "^4.17.15",
3737
"puppeteer": "^5.2.1"
3838
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ colors@^1.3.3:
191191
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
192192
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
193193

194-
commander@^3.0.0:
195-
version "3.0.0"
196-
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.0.tgz#0641ea00838c7a964627f04cddc336a2deddd60a"
197-
integrity sha512-pl3QrGOBa9RZaslQiqnnKX2J068wcQw7j9AIaBQ9/JEp5RY6je4jKTImg0Bd+rpoONSe7GUFSgkxLeo17m3Pow==
194+
commander@^6.0.0:
195+
version "6.0.0"
196+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.0.0.tgz#2b270da94f8fb9014455312f829a1129dbf8887e"
197+
integrity sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==
198198

199199
concat-map@0.0.1:
200200
version "0.0.1"

0 commit comments

Comments
 (0)