diff --git a/package-lock.json b/package-lock.json index 63bea268..3b06acd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18948,16 +18948,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "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/v8-compile-cache-lib": { @@ -19965,7 +19965,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.28.2", + "version": "0.28.3", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.0.1", @@ -20450,7 +20450,7 @@ "node-fetch": "^3.3.0", "open": "^8.4.0", "ora": "^5.4.1", - "uuid": "^9.0.1" + "uuid": "^11.1.0" }, "bin": { "deploystack": "bin/gateway.js" diff --git a/services/gateway/package.json b/services/gateway/package.json index c8194e6a..2b07ba41 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -34,7 +34,7 @@ "fastify": "^4.24.3", "@fastify/cors": "^8.4.0", "@fastify/helmet": "^11.1.1", - "uuid": "^9.0.1", + "uuid": "^11.1.0", "fs-extra": "^11.1.1" }, "devDependencies": {