Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/bindings-cpp to v11.0.3 (#2658)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2023
1 parent b915cc3 commit 8100318
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 84 deletions.
46 changes: 23 additions & 23 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "git://github.com/serialport/node-serialport.git"
},
"devDependencies": {
"@serialport/bindings-cpp": "11.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@tsconfig/node14": "1.0.3",
"@types/chai": "4.3.5",
"@types/chai-subset": "1.3.3",
Expand Down
19 changes: 0 additions & 19 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 @@ -10,7 +10,7 @@
"build": "tsc --build tsconfig-build.json"
},
"dependencies": {
"@serialport/bindings-cpp": "11.0.1",
"@serialport/bindings-cpp": "11.0.3",
"commander": "10.0.1"
},
"engines": {
Expand Down
19 changes: 0 additions & 19 deletions packages/serialport/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/serialport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"@serialport/binding-mock": "10.2.2",
"@serialport/bindings-cpp": "11.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@serialport/parser-byte-length": "11.0.0",
"@serialport/parser-cctalk": "11.0.0",
"@serialport/parser-delimiter": "11.0.0",
Expand Down
19 changes: 0 additions & 19 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 @@ -10,7 +10,7 @@
"serialport-terminal": "./dist/index.js"
},
"dependencies": {
"@serialport/bindings-cpp": "11.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@serialport/stream": "11.0.0",
"commander": "10.0.1",
"enquirer": "2.3.6"
Expand Down

0 comments on commit 8100318

Please sign in to comment.