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",