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
2 changed files with 4 additions and 4 deletions
+3 -3
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",
+1 -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"
},