Update onstarjs to 2.3.18 (fixes #262)

This commit is contained in:
Neil Hanlon 2023-03-31 09:32:56 -04:00
parent f69adb279e
commit 409d822978
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
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.16", "onstarjs": "^2.3.18",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },
@ -5243,9 +5243,9 @@
} }
}, },
"node_modules/onstarjs": { "node_modules/onstarjs": {
"version": "2.3.16", "version": "2.3.18",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.16.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.18.tgz",
"integrity": "sha512-tGqHJGliiC79C1YnYp+Sdp7ouM7MjNOHvPFBWwFmOPairtuaAaN3gTE8Dd/UTyTwu5qGcV1TWPN2yFFS+x6oNw==", "integrity": "sha512-veTeNono7cTu7psLC7MmSLg/s9G5zFvDMb7R2Ju+A5ECuwEFASfCUSTbTEjU+TDVkZSbV/wM6V4caBccI57SQw==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
@ -10440,9 +10440,9 @@
} }
}, },
"onstarjs": { "onstarjs": {
"version": "2.3.16", "version": "2.3.18",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.16.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.18.tgz",
"integrity": "sha512-tGqHJGliiC79C1YnYp+Sdp7ouM7MjNOHvPFBWwFmOPairtuaAaN3gTE8Dd/UTyTwu5qGcV1TWPN2yFFS+x6oNw==", "integrity": "sha512-veTeNono7cTu7psLC7MmSLg/s9G5zFvDMb7R2Ju+A5ECuwEFASfCUSTbTEjU+TDVkZSbV/wM6V4caBccI57SQw==",
"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.16", "onstarjs": "^2.3.18",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },