Skip to content

Commit

Permalink
fix(deps): update dependency commander to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 46a9fd6 commit 39719a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/lodash": "4.17.7",
"chalk": "5.3.0",
"chokidar": "3.6.0",
"commander": "11.1.0",
"commander": "12.1.0",
"execa": "8.0.1",
"fast-glob": "3.3.2",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"chalk": "5.3.0",
"commander": "11.1.0",
"commander": "12.1.0",
"enquirer": "2.4.1",
"fs-extra": "11.2.0",
"source-map-support": "0.5.21"
Expand Down
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39719a1

Please sign in to comment.