From d623a0289d2f221975739669673fcfc0f330ad4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 23:57:35 +0000 Subject: [PATCH] fix: upgrade uuid from 8.3.1 to 8.3.2 Snyk has created this PR to upgrade uuid from 8.3.1 to 8.3.2. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/spudly/project/ebf0892d-c177-409b-b69b-bfdfe34f9c84?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d76d66f..f3d43f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22507,9 +22507,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "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==" }, "v8-compile-cache": { "version": "2.2.0", diff --git a/package.json b/package.json index 7b6d231..2fbe7e8 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "sequelize": "^6.3.5", - "uuid": "^8.3.1" + "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "^7.12.3",