Skip to content

Commit

Permalink
fix(deps): update dependency commander to v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent 6066bd4 commit d35ff44
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-jest": "29.7.0",
"chai": "4.3.10",
"change-case": "4.1.2",
"commander": "11.0.0",
"commander": "11.1.0",
"dotenv": "16.3.1",
"esbuild": "0.19.4",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"commander": "11.0.0",
"commander": "11.1.0",
"glob": "10.3.10",
"picocolors": "1.0.0",
"serialize-javascript": "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/prepare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0"
},
"dependencies": {
"commander": "11.0.0",
"commander": "11.1.0",
"glob": "10.3.10",
"picocolors": "1.0.0",
"serialize-javascript": "6.0.1"
Expand Down
17 changes: 11 additions & 6 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 d35ff44

Please sign in to comment.