Skip to content

Commit

Permalink
Bump commander from 8.2.0 to 9.1.0 (#1492)
Browse files Browse the repository at this point in the history
* Bump commander from 8.2.0 to 9.1.0

Bumps [commander](https://github.com/tj/commander.js) from 8.2.0 to 9.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@v8.2.0...v9.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>

* Create silent-donkeys-peel.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Sheard <LukeSheard@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and LukeSheard authored Mar 29, 2022
1 parent bec55a5 commit 810934b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changeset/silent-donkeys-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-modular-react-app": patch
"modular-scripts": patch
---

Bump commander from 8.2.0 to 9.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/tmp": "0.2.3",
"@types/update-notifier": "5.1.0",
"@yarnpkg/lockfile": "^1.1.0",
"commander": "8.2.0",
"commander": "9.1.0",
"esbuild": "0.14.22",
"eslint": "7.32.0",
"execa": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"chalk": "4.1.2",
"commander": "8.2.0",
"commander": "9.1.0",
"execa": "5.1.1",
"fs-extra": "10.0.1",
"semver": "7.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "4.1.2",
"change-case": "4.1.2",
"commander": "8.2.0",
"commander": "9.1.0",
"cross-spawn": "7.0.3",
"css-loader": "4.3.0",
"dedent": "0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4481,10 +4481,10 @@ commander@2, commander@^2.20.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==

commander@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8"
integrity sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==
commander@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.1.0.tgz#a6b263b2327f2e188c6402c42623327909f2dbec"
integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==

commander@^4.0.1, commander@^4.1.1:
version "4.1.1"
Expand Down

0 comments on commit 810934b

Please sign in to comment.