mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Bump serialport from 9.0.8 to 9.1.0 in /app
Bumps [serialport](https://github.com/serialport/node-serialport) from 9.0.8 to 9.1.0. - [Release notes](https://github.com/serialport/node-serialport/releases) - [Changelog](https://github.com/serialport/node-serialport/blob/master/CHANGELOG.md) - [Commits](https://github.com/serialport/node-serialport/compare/@serialport/bindings@9.0.8...@serialport/bindings@9.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
faa9a1269c
commit
d0365d8f43
2 changed files with 10 additions and 10 deletions
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"macos-native-processlist": "^2.0.0",
|
||||
"serialport": "^9.0.8",
|
||||
"serialport": "^9.1.0",
|
||||
"windows-blurbehind": "^1.0.1",
|
||||
"windows-native-registry": "^3.0.0",
|
||||
"windows-process-tree": "^0.3.0"
|
||||
|
|
|
@ -87,10 +87,10 @@
|
|||
"@serialport/binding-abstract" "^9.0.7"
|
||||
debug "^4.3.1"
|
||||
|
||||
"@serialport/bindings@^9.0.8":
|
||||
version "9.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@serialport/bindings/-/bindings-9.0.8.tgz#1b45988022feaadcc6cbcb330da7e6b94166fc58"
|
||||
integrity sha512-N9MbJ7fh6gCjSp+kBboUUSpp4VtoAB+Hg8KkV+v8KyJJLxbnGbWmUiZOh2ce/7I+I/1KvzexEwvwKGB6VbWn+A==
|
||||
"@serialport/bindings@^9.1.0":
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@serialport/bindings/-/bindings-9.1.0.tgz#bb4c2778118a4404fd38749b64c0fe533d72003a"
|
||||
integrity sha512-X0GM5iZgrBkR1HwoSDsJ/AJ+M61end5Ttg5mqcaUkwGCKpgJSDW3STX6pvFNr9xNzvqS56yuhAcU/eNJ2xuDaA==
|
||||
dependencies:
|
||||
"@serialport/binding-abstract" "^9.0.7"
|
||||
"@serialport/parser-readline" "^9.0.7"
|
||||
|
@ -3062,13 +3062,13 @@ serialize-error@^5.0.0:
|
|||
dependencies:
|
||||
type-fest "^0.8.0"
|
||||
|
||||
serialport@^9.0.8:
|
||||
version "9.0.8"
|
||||
resolved "https://registry.yarnpkg.com/serialport/-/serialport-9.0.8.tgz#de6b56d37089a7bb736fac1964316a535723c734"
|
||||
integrity sha512-+G/Mp0sBoxC6iKSUmClOFKVMK0Nirdz6ui7zRWyK9CEXy3t3dCDhWKvzDDtfKxILYtHYPR3G1xP5H/ISDKrzcg==
|
||||
serialport@^9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/serialport/-/serialport-9.1.0.tgz#f8b9dc87e6713e1e0198752f6e2cce95aaf5a6ab"
|
||||
integrity sha512-W17ji2TOotufIUCXIWcB6P+RztO1S4BcWsAc99jQn5BaH3Kw6xUyOX2ng0ZQ+hPjS/WWI2CdWynf4bKRJKD/+A==
|
||||
dependencies:
|
||||
"@serialport/binding-mock" "^9.0.7"
|
||||
"@serialport/bindings" "^9.0.8"
|
||||
"@serialport/bindings" "^9.1.0"
|
||||
"@serialport/parser-byte-length" "^9.0.7"
|
||||
"@serialport/parser-cctalk" "^9.0.7"
|
||||
"@serialport/parser-delimiter" "^9.0.7"
|
||||
|
|
Loading…
Reference in a new issue