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 Dec 24, 2024
1 parent 1b412d5 commit b3c0394
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@serialport/bindings-cpp": "13.0.0",
"commander": "11.0.0"
"commander": "12.1.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@serialport/bindings-cpp": "13.0.0",
"@serialport/stream": "12.0.0",
"commander": "11.0.0",
"commander": "12.1.0",
"enquirer": "2.4.1"
},
"engines": {
Expand Down

0 comments on commit b3c0394

Please sign in to comment.