fix: upgrade uuid from 8.2.0 to 8.3.0 (#317)

Snyk has created this PR to upgrade uuid from 8.2.0 to 8.3.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-08-18 22:07:56 +03:00 committed by Lucas Holmquist
parent 4bf2eb838a
commit 6e2390ed6b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cloudevents", "name": "cloudevents",
"version": "3.0.1", "version": "3.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -9484,9 +9484,9 @@
"dev": true "dev": true
}, },
"uuid": { "uuid": {
"version": "8.2.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
"integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
}, },
"v8-compile-cache": { "v8-compile-cache": {
"version": "2.1.1", "version": "2.1.1",

View File

@ -100,7 +100,7 @@
"dependencies": { "dependencies": {
"ajv": "~6.12.3", "ajv": "~6.12.3",
"axios": "~0.19.2", "axios": "~0.19.2",
"uuid": "~8.2.0" "uuid": "~8.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/ajv": "^1.0.0", "@types/ajv": "^1.0.0",