diff --git a/package-lock.json b/package-lock.json index 196639e..b3429ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5766,9 +5766,9 @@ } }, "onstarjs": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.1.tgz", - "integrity": "sha512-CG2EQtXCdGAFal1u4VK0M6YGF/gj+hxy0hMIprpV19Fu57YZZVmolul4npBUBFXNTQeMTTgLaaMzMc52RyyyZQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/onstarjs/-/onstarjs-2.3.2.tgz", + "integrity": "sha512-3o5hZIaS2HMUI2ijgz79QZvT+v5EjyBiBkI0mhAm9fMQ0zQINz+Co/9dYhRJxPI40L8L4jAkHa93gnLzwAH6Iw==", "requires": { "axios": "^0.21.1", "jsonwebtoken": "^8.5.1", diff --git a/package.json b/package.json index 60c99ed..3c8ad3f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "async-mqtt": "^2.6.1", "convert-units": "^2.3.4", "lodash": "^4.17.21", - "onstarjs": "^2.3.1", + "onstarjs": "^2.3.2", "uuid": "^8.3.2", "winston": "^3.3.4" },