Bump onstarjs from 2.2.1 to 2.2.2
Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.2.1 to 2.2.2. - [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.2.1...v2.2.2) --- 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:
parent
1db1a624c3
commit
440ba88993
15
package-lock.json
generated
15
package-lock.json
generated
@ -11,7 +11,7 @@
|
|||||||
"async-mqtt": "^2.6.1",
|
"async-mqtt": "^2.6.1",
|
||||||
"convert-units": "^2.3.4",
|
"convert-units": "^2.3.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"onstarjs": "^2.2.1",
|
"onstarjs": "^2.2.2",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"winston": "^3.3.3"
|
"winston": "^3.3.3"
|
||||||
},
|
},
|
||||||
@ -2331,7 +2331,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"anymatch": "~3.1.1",
|
"anymatch": "~3.1.1",
|
||||||
"braces": "~3.0.2",
|
"braces": "~3.0.2",
|
||||||
"fsevents": "~2.3.1",
|
|
||||||
"glob-parent": "~5.1.0",
|
"glob-parent": "~5.1.0",
|
||||||
"is-binary-path": "~2.1.0",
|
"is-binary-path": "~2.1.0",
|
||||||
"is-glob": "~4.0.1",
|
"is-glob": "~4.0.1",
|
||||||
@ -5247,9 +5246,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/onstarjs": {
|
"node_modules/onstarjs": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.2.2.tgz",
|
||||||
"integrity": "sha512-Jgi1L4xJZ0MrLNHDj6AUdDMNMlrPPKR8wrU6Cf6z926swaFeo7bg299zliU0756Cw33yL9HKhfTepyRIRHAEgg==",
|
"integrity": "sha512-u4eGmTy2YVQPbjDioo5HntN/iIqJujAnDTaQY4OVag9TaTV7dA4yXN/629/d1m6pDZfBYF1Z8+vThdb5ovBHew==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
@ -10991,9 +10990,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"onstarjs": {
|
"onstarjs": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.2.2.tgz",
|
||||||
"integrity": "sha512-Jgi1L4xJZ0MrLNHDj6AUdDMNMlrPPKR8wrU6Cf6z926swaFeo7bg299zliU0756Cw33yL9HKhfTepyRIRHAEgg==",
|
"integrity": "sha512-u4eGmTy2YVQPbjDioo5HntN/iIqJujAnDTaQY4OVag9TaTV7dA4yXN/629/d1m6pDZfBYF1Z8+vThdb5ovBHew==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"async-mqtt": "^2.6.1",
|
"async-mqtt": "^2.6.1",
|
||||||
"convert-units": "^2.3.4",
|
"convert-units": "^2.3.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"onstarjs": "^2.2.1",
|
"onstarjs": "^2.2.2",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"winston": "^3.3.3"
|
"winston": "^3.3.3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user