Skip to content

Commit

Permalink
fix(deps): update dependency commander to v11 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 36e8812 commit ddef535
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/lodash": "4.14.202",
"chalk": "5.3.0",
"chokidar": "3.5.3",
"commander": "10.0.1",
"commander": "11.1.0",
"execa": "7.2.0",
"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": "10.0.1",
"commander": "11.1.0",
"enquirer": "2.4.1",
"fs-extra": "11.2.0",
"source-map-support": "0.5.21"
Expand Down
15 changes: 8 additions & 7 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 ddef535

Please sign in to comment.