Skip to content

Commit

Permalink
chore: upgrade commander and audit (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 29, 2023
1 parent 78a1940 commit a8920fc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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.

16 changes: 8 additions & 8 deletions packages/list/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": "10.8.0",
"commander": "^9.0.0"
"commander": "10.0.1"
},
"engines": {
"node": ">=12.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/terminal/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/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@serialport/bindings-cpp": "10.8.0",
"@serialport/stream": "10.5.0",
"commander": "9.2.0",
"commander": "10.0.1",
"enquirer": "2.3.6"
},
"engines": {
Expand Down

0 comments on commit a8920fc

Please sign in to comment.