fix: upgrade uuid from 8.0.0 to 8.1.0 (#220)

Snyk has created this PR to upgrade uuid from 8.0.0 to 8.1.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-06-30 18:34:16 +03:00 committed by GitHub
parent 276b810dd8
commit 25077a9b43
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

@ -8555,9 +8555,9 @@
"dev": true
},
"uuid": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz",
"integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg=="
},
"v8-compile-cache": {
"version": "2.1.1",

View File

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