Update OnstarJS to fix auth.

This commit is contained in:
Michael Woods 2023-01-24 22:59:56 -05:00
parent 5c7ec42b1f
commit 46ffd940d7
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.14", "onstarjs": "^2.3.15",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },
@ -5233,9 +5233,9 @@
} }
}, },
"node_modules/onstarjs": { "node_modules/onstarjs": {
"version": "2.3.14", "version": "2.3.15",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.14.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.15.tgz",
"integrity": "sha512-eOeHVT+/D3k9XElP/N8G5soRgV9YPo1OYD8pZl05208USt4LxbANnKa9rUlQZWpbbCBBCb/TzCKXzg6Cc+L71g==", "integrity": "sha512-5Vr7tTDPL7MsoEH+E3t3OcSh610OiXLduPLgJNBzVZSCTULAXdx/gE0KSWyDKEPh7ZMFKg9spU3AoRk7+HL7Zw==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
@ -10423,9 +10423,9 @@
} }
}, },
"onstarjs": { "onstarjs": {
"version": "2.3.14", "version": "2.3.15",
"resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.14.tgz", "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.15.tgz",
"integrity": "sha512-eOeHVT+/D3k9XElP/N8G5soRgV9YPo1OYD8pZl05208USt4LxbANnKa9rUlQZWpbbCBBCb/TzCKXzg6Cc+L71g==", "integrity": "sha512-5Vr7tTDPL7MsoEH+E3t3OcSh610OiXLduPLgJNBzVZSCTULAXdx/gE0KSWyDKEPh7ZMFKg9spU3AoRk7+HL7Zw==",
"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.14", "onstarjs": "^2.3.15",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },