Skip to content

Commit

Permalink
Bump commander from 3.0.2 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 3.0.2 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@v3.0.2...v11.1.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent b70e657 commit f92f8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/pinus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"async": "^3.0.0",
"colors": "^1.4.0",
"commander": "3.0.2",
"commander": "11.1.0",
"crc": "^4.3.2",
"eyes": "^0.1.8",
"mkdirp": "^1.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2654,18 +2654,18 @@ command-exists@^1.2.8:
resolved "https://registry.npm.taobao.org/command-exists/download/command-exists-1.2.9.tgz"
integrity sha1-xQclrzgIyKsCYP1gsB+/oluVT2k=

commander@11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==

commander@2.9.0:
version "2.9.0"
resolved "https://registry.nlark.com/commander/download/commander-2.9.0.tgz?cache=0&sync_timestamp=1624609539421&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.9.0.tgz"
integrity sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=
dependencies:
graceful-readlink ">= 1.0.0"

commander@3.0.2:
version "3.0.2"
resolved "https://registry.npmmirror.com/commander/download/commander-3.0.2.tgz"
integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==

commander@^2.12.1, commander@^2.20.0, commander@^2.6.0:
version "2.20.3"
resolved "https://registry.nlark.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1624609539421&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz"
Expand Down

0 comments on commit f92f8e1

Please sign in to comment.