Bump onstarjs from 2.3.5 to 2.3.7

Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.3.5 to 2.3.7.
- [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.5...v2.3.7)

---
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-05-02 08:03:07 +00:00 committed by GitHub
parent fca42969d0
commit 8536834247
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

@ -11,7 +11,7 @@
"async-mqtt": "^2.6.2",
"convert-units": "^2.3.4",
"lodash": "^4.17.21",
"onstarjs": "^2.3.5",
"onstarjs": "^2.3.7",
"uuid": "^8.3.2",
"winston": "^3.6.0"
},
@ -6976,9 +6976,9 @@
}
},
"node_modules/onstarjs": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.5.tgz",
"integrity": "sha512-285JJs2r1zu0VgRRU/6TF3h8eVxslbVsPkKEIB/Yil7b1MDlEW+qdWYOTz4V6Vc/fhTIAg0ziaSEiEGTvGN2TA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.7.tgz",
"integrity": "sha512-0eEdKdMB2i3godSF3gFa3Yo5WQul9gS8eekhq/niRyjCp5chCbolG7tgoAfZnJ/cTNuhXuP4Gq3MBvS5lAy7Mw==",
"dependencies": {
"axios": "^0.21.1",
"jsonwebtoken": "^8.5.1",
@ -13664,9 +13664,9 @@
}
},
"onstarjs": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.5.tgz",
"integrity": "sha512-285JJs2r1zu0VgRRU/6TF3h8eVxslbVsPkKEIB/Yil7b1MDlEW+qdWYOTz4V6Vc/fhTIAg0ziaSEiEGTvGN2TA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.7.tgz",
"integrity": "sha512-0eEdKdMB2i3godSF3gFa3Yo5WQul9gS8eekhq/niRyjCp5chCbolG7tgoAfZnJ/cTNuhXuP4Gq3MBvS5lAy7Mw==",
"requires": {
"axios": "^0.21.1",
"jsonwebtoken": "^8.5.1",

View File

@ -32,7 +32,7 @@
"async-mqtt": "^2.6.2",
"convert-units": "^2.3.4",
"lodash": "^4.17.21",
"onstarjs": "^2.3.5",
"onstarjs": "^2.3.7",
"uuid": "^8.3.2",
"winston": "^3.6.0"
},