diff --git a/api/package-lock.json b/api/package-lock.json index 0aa9d3e..8127d2e 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1616,9 +1616,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", - "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "vary": { "version": "1.1.2", diff --git a/api/package.json b/api/package.json index d962642..81b4937 100644 --- a/api/package.json +++ b/api/package.json @@ -14,6 +14,6 @@ "json-server": "^0.16.1", "jwt-decode": "^2.2.0", "moment": "^2.27.0", - "uuid": "^8.2.0" + "uuid": "^8.3.2" } }