diff --git a/package-lock.json b/package-lock.json index a7493f701..5b4f917ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4494,6 +4494,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@netlify/dev-utils/node_modules/uuid": { + "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/esm/bin/uuid" + } + }, "node_modules/@netlify/dev-utils/node_modules/write-file-atomic": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-6.0.0.tgz", @@ -27678,16 +27691,16 @@ "license": "MIT" }, "node_modules/uuid": { - "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==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -29653,7 +29666,7 @@ "node-fetch": "^3.3.0", "open": "^10.2.0", "ora": "^8.2.0", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "bin": { "deploystack": "bin/gateway.js" diff --git a/services/gateway/package.json b/services/gateway/package.json index 9f5bdfca6..f347ac7f2 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -34,7 +34,7 @@ "fastify": "^5.1.0", "@fastify/cors": "^11.1.0", "@fastify/helmet": "^13.0.1", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "fs-extra": "^11.3.1" }, "devDependencies": {