Merge pull request #134 from michaelwoods/dependabot/npm_and_yarn/onstarjs-2.3.4

Bump onstarjs from 2.3.3 to 2.3.4
This commit is contained in:
Michael Woods
2022-02-22 11:00:54 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -11,7 +11,7 @@
"async-mqtt": "^2.6.2", "async-mqtt": "^2.6.2",
"convert-units": "^2.3.4", "convert-units": "^2.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"onstarjs": "^2.3.2", "onstarjs": "^2.3.4",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"winston": "^3.6.0" "winston": "^3.6.0"
}, },
@@ -7149,9 +7149,9 @@
} }
}, },
"node_modules/onstarjs": { "node_modules/onstarjs": {
"version": "2.3.3", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.3.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.4.tgz",
"integrity": "sha512-RZ67JyWeWmRRo1qUPcHgIcPToQWx/lNZbyooKGxTDthJ4FFZr5fs/9r8p8XpgDyGsaiSJlDDB8E3xWnnZrsUVA==", "integrity": "sha512-3OWChqlcoEx9FQjs3RuaDxGzA7vxI1U0i2CNqICwe/npbK1Z+p2zrDrTmjZKPRpgUXSXT71YAHf9LPRO1UmYpg==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
@@ -13978,9 +13978,9 @@
} }
}, },
"onstarjs": { "onstarjs": {
"version": "2.3.3", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.3.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.4.tgz",
"integrity": "sha512-RZ67JyWeWmRRo1qUPcHgIcPToQWx/lNZbyooKGxTDthJ4FFZr5fs/9r8p8XpgDyGsaiSJlDDB8E3xWnnZrsUVA==", "integrity": "sha512-3OWChqlcoEx9FQjs3RuaDxGzA7vxI1U0i2CNqICwe/npbK1Z+p2zrDrTmjZKPRpgUXSXT71YAHf9LPRO1UmYpg==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
+1 -1
View File
@@ -32,7 +32,7 @@
"async-mqtt": "^2.6.2", "async-mqtt": "^2.6.2",
"convert-units": "^2.3.4", "convert-units": "^2.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"onstarjs": "^2.3.2", "onstarjs": "^2.3.4",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"winston": "^3.6.0" "winston": "^3.6.0"
}, },