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 Dec 24, 2024
1 parent 1b412d5 commit 89b584c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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": "11.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": "11.1.0",
"enquirer": "2.4.1"
},
"engines": {
Expand Down

0 comments on commit 89b584c

Please sign in to comment.