Bump onstarjs from 2.1.1 to 2.2.1

Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.1.1 to 2.2.1.
- [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.1.1...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 06:46:11 +00:00 committed by GitHub
parent 56c4489db6
commit c6a492330e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -885,9 +885,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz",
"integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg=="
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
},
"foreground-child": {
"version": "2.0.0",
@ -1929,9 +1929,9 @@
}
},
"onstarjs": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.1.1.tgz",
"integrity": "sha512-A00ugobBKSE2hjqL3e40iamyff5yVJZeDMIv1PwfmzxXz2qMkfNwU9fhJlJKUQUsZjsVmvvc4cmkPBl4dSuAwg==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.2.1.tgz",
"integrity": "sha512-Jgi1L4xJZ0MrLNHDj6AUdDMNMlrPPKR8wrU6Cf6z926swaFeo7bg299zliU0756Cw33yL9HKhfTepyRIRHAEgg==",
"requires": {
"axios": "^0.21.1",
"jsonwebtoken": "^8.5.1",

View File

@ -31,7 +31,7 @@
"async-mqtt": "^2.6.1",
"convert-units": "^2.3.4",
"lodash": "^4.17.21",
"onstarjs": "^2.1.1",
"onstarjs": "^2.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {