Skip to content

Commit 39837c9

Browse files
Bump commander from 10.0.1 to 11.1.0
Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 to 11.1.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@v10.0.1...v11.1.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7cf887 commit 39837c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"axios": "^1.4.0",
4545
"chardet": "^1.5.1",
4646
"cheerio": "^1.0.0-rc.12",
47-
"commander": "^10.0.1",
47+
"commander": "^11.1.0",
4848
"http-proxy-agent": "^6.1.0",
4949
"https-proxy-agent": "^6.2.0",
5050
"iconv-lite": "^0.6.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1539,10 +1539,10 @@ combined-stream@^1.0.8:
15391539
dependencies:
15401540
delayed-stream "~1.0.0"
15411541

1542-
commander@^10.0.1:
1543-
version "10.0.1"
1544-
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
1545-
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
1542+
commander@^11.1.0:
1543+
version "11.1.0"
1544+
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
1545+
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
15461546

15471547
commander@^2.19.0:
15481548
version "2.20.3"

0 commit comments

Comments
 (0)