Skip to content

Commit b54f768

Browse files
Bump commander from 4.1.1 to 10.0.0
Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 10.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@v4.1.1...v10.0.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 f06339e commit b54f768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@w3f/logger": "^0.4.3",
2626
"async-wait-until": "^1.2.6",
2727
"bn.js": "^5.1.3",
28-
"commander": "^4.1.1",
28+
"commander": "^10.0.0",
2929
"node-fetch": "^2.6.6",
3030
"yaml": "^2.2.1"
3131
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,16 +1766,16 @@ combined-stream@^1.0.8:
17661766
dependencies:
17671767
delayed-stream "~1.0.0"
17681768

1769+
commander@^10.0.0:
1770+
version "10.0.0"
1771+
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.0.tgz#71797971162cd3cf65f0b9d24eb28f8d303acdf1"
1772+
integrity sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==
1773+
17691774
commander@^2.12.1:
17701775
version "2.20.3"
17711776
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
17721777
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
17731778

1774-
commander@^4.1.1:
1775-
version "4.1.1"
1776-
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
1777-
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
1778-
17791779
17801780
version "0.0.1"
17811781
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

0 commit comments

Comments
 (0)