Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/bindings-cpp to v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 701ffd8 commit 75a76cf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 39 deletions.
43 changes: 8 additions & 35 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 @@ -27,7 +27,7 @@
],
"devDependencies": {
"@eslint/js": "9.17.0",
"@serialport/bindings-cpp": "13.0.0",
"@serialport/bindings-cpp": "13.0.1",
"@stylistic/eslint-plugin": "2.12.1",
"@tsconfig/node18": "18.2.4",
"@types/chai": "5.0.1",
Expand Down
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": "13.0.0",
"@serialport/bindings-cpp": "13.0.1",
"commander": "12.1.0"
},
"engines": {
Expand Down
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": "13.0.0",
"@serialport/bindings-cpp": "13.0.1",
"@serialport/parser-byte-length": "13.0.0",
"@serialport/parser-cctalk": "13.0.0",
"@serialport/parser-delimiter": "13.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 @@ -10,7 +10,7 @@
"serialport-terminal": "./dist/index.js"
},
"dependencies": {
"@serialport/bindings-cpp": "13.0.0",
"@serialport/bindings-cpp": "13.0.1",
"@serialport/stream": "13.0.0",
"commander": "12.1.0",
"enquirer": "2.4.1"
Expand Down

0 comments on commit 75a76cf

Please sign in to comment.