diff --git a/backend-node/package-lock.json b/backend-node/package-lock.json index b9528ee0..b0472294 100644 --- a/backend-node/package-lock.json +++ b/backend-node/package-lock.json @@ -34,7 +34,7 @@ "quill": "^2.0.3", "react-quill": "^2.0.0", "redis": "^4.6.10", - "uuid": "^13.0.0", + "uuid": "^9.0.1", "winston": "^3.11.0" }, "devDependencies": { @@ -10642,16 +10642,16 @@ } }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist-node/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache-lib": {