Merge pull request #7 from michaelwoods/dependabot/npm_and_yarn/uuid-8.3.2

Bump uuid from 8.3.1 to 8.3.2
This commit is contained in:
Michael Woods 2020-12-14 19:08:13 -05:00 committed by GitHub
commit 8fa996f086
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

@ -2483,9 +2483,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz",
"integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg=="
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
},
"which": {
"version": "2.0.2",

View File

@ -29,7 +29,7 @@
"convert-units": "^2.3.4",
"lodash": "^4.17.20",
"onstarjs": "^2.0.10",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "^8.2.1",