Merge pull request #115 from michaelwoods/dependabot/npm_and_yarn/onstarjs-2.3.2

Bump onstarjs from 2.3.1 to 2.3.2
This commit is contained in:
Michael Woods 2022-01-17 10:02:04 -05:00 committed by GitHub
commit b3b79bf497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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"
},