Bump onstarjs from 2.3.11 to 2.3.13

Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.3.11 to 2.3.13.
- [Release notes](https://github.com/samrum/OnStarJS/releases)
- [Changelog](https://github.com/samrum/OnStarJS/blob/master/CHANGELOG.md)
- [Commits](https://github.com/samrum/OnStarJS/compare/v2.3.11...v2.3.13)

---
updated-dependencies:
- dependency-name: onstarjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 08:01:22 +00:00 committed by GitHub
parent f653c8a9a7
commit 3713f49ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"async-mqtt": "^2.6.3", "async-mqtt": "^2.6.3",
"convert-units": "^2.3.4", "convert-units": "^2.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"onstarjs": "^2.3.11", "onstarjs": "^2.3.13",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },
@ -5127,9 +5127,9 @@
} }
}, },
"node_modules/onstarjs": { "node_modules/onstarjs": {
"version": "2.3.11", "version": "2.3.13",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.11.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.13.tgz",
"integrity": "sha512-oK6PPskuYci1USj4Rh4m6Z4bvYfh3GZ7xVEllih21sie91AGGXL+EBpsWuWj2qpUcKJzLcRZX/PBOrEHdi+Zwg==", "integrity": "sha512-TnB9+PVP/Oh58TcRjIyN6Fsw0cRyoOOQcvaPH1G/nSHwm9lNQdSOnuPnXf45eO1hV/dTwXXw2idCnOSmCDQBUw==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
@ -10244,9 +10244,9 @@
} }
}, },
"onstarjs": { "onstarjs": {
"version": "2.3.11", "version": "2.3.13",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.11.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.13.tgz",
"integrity": "sha512-oK6PPskuYci1USj4Rh4m6Z4bvYfh3GZ7xVEllih21sie91AGGXL+EBpsWuWj2qpUcKJzLcRZX/PBOrEHdi+Zwg==", "integrity": "sha512-TnB9+PVP/Oh58TcRjIyN6Fsw0cRyoOOQcvaPH1G/nSHwm9lNQdSOnuPnXf45eO1hV/dTwXXw2idCnOSmCDQBUw==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",

View File

@ -32,7 +32,7 @@
"async-mqtt": "^2.6.3", "async-mqtt": "^2.6.3",
"convert-units": "^2.3.4", "convert-units": "^2.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"onstarjs": "^2.3.11", "onstarjs": "^2.3.13",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },