diff --git a/package-lock.json b/package-lock.json index 5ea5298a..ab50cfee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2377,6 +2377,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@netlify/edge-bundler/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/edge-functions": { "resolved": "packages/edge-functions/prod", "link": true @@ -17905,16 +17918,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/validate-npm-package-license": { @@ -19140,7 +19153,7 @@ "parse-gitignore": "^2.0.0", "semver": "^7.7.2", "tmp-promise": "^3.0.3", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "write-file-atomic": "^5.0.1" }, "devDependencies": { @@ -19792,7 +19805,7 @@ "vitest": "^3.0.0" }, "engines": { - "node": "^22.12.0" + "node": "^22.12.0 || >=24.0.0" }, "peerDependencies": { "@tanstack/react-start": ">=1.132.0", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 993698a0..992b5308 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -68,7 +68,7 @@ "parse-gitignore": "^2.0.0", "semver": "^7.7.2", "tmp-promise": "^3.0.3", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "write-file-atomic": "^5.0.1" } }