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] committed May 22, 2024
1 parent 014194d commit 739de83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "12.0.1",
"commander": "11.0.0"
"commander": "12.1.0"
},
"engines": {
"node": ">=16.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": "12.0.1",
"@serialport/stream": "12.0.0",
"commander": "11.0.0",
"commander": "12.1.0",
"enquirer": "2.4.1"
},
"engines": {
Expand Down

0 comments on commit 739de83

Please sign in to comment.