diff --git a/server/package-lock.json b/server/package-lock.json index c9181db..fd52bd2 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -27,7 +27,7 @@ "socket.io": "^4.7.2", "stripe": "^20.4.1", "unzipper": "^0.12.3", - "uuid": "^9.0.1" + "uuid": "^11.1.1" }, "devDependencies": { "js-yaml": "^4.2.0", @@ -3647,17 +3647,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/vary": { diff --git a/server/package.json b/server/package.json index ac4dd90..76fb8d5 100644 --- a/server/package.json +++ b/server/package.json @@ -28,7 +28,7 @@ "socket.io": "^4.7.2", "stripe": "^20.4.1", "unzipper": "^0.12.3", - "uuid": "^9.0.1" + "uuid": "^11.1.1" }, "devDependencies": { "js-yaml": "^4.2.0",