fix: upgrade uuid from 8.1.0 to 8.2.0 (#250)

Snyk has created this PR to upgrade uuid from 8.1.0 to 8.2.0.

See this package in NPM:
https://www.npmjs.com/package/uuid

See this project in Snyk:
https://app.snyk.io/org/lance/project/37afc620-45ad-41a3-9acc-1ac155caebc7?utm_source=github&utm_medium=upgrade-pr

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Snyk bot 2020-07-15 14:45:38 +01:00 committed by GitHub
parent 8e79fdcfed
commit 13bcdb4b98
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

@ -9483,9 +9483,9 @@
"dev": true "dev": true
}, },
"uuid": { "uuid": {
"version": "8.1.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz",
"integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==" "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q=="
}, },
"v8-compile-cache": { "v8-compile-cache": {
"version": "2.1.1", "version": "2.1.1",

View File

@ -98,7 +98,7 @@
"ajv": "~6.12.0", "ajv": "~6.12.0",
"axios": "~0.19.2", "axios": "~0.19.2",
"typedoc-clarity-theme": "^1.1.0", "typedoc-clarity-theme": "^1.1.0",
"uuid": "~8.1.0" "uuid": "~8.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/ajv": "^1.0.0", "@types/ajv": "^1.0.0",