diff --git a/package-lock.json b/package-lock.json index 897ed661f99..43a804e560b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "tomlify-j0.4": "^3.0.0", "ulid": "^3.0.1", "update-notifier": "^7.3.1", - "uuid": "^13.0.1", + "uuid": "^14.0.0", "write-file-atomic": "^5.0.1", "ws": "^8.19.0" }, @@ -3500,6 +3500,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@netlify/dev-utils/node_modules/uuid": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", + "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/@netlify/edge-bundler": { "version": "14.10.1", "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.10.1.tgz", @@ -20664,9 +20677,9 @@ } }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 79f75f586c0..176a3ba6e6f 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "tomlify-j0.4": "^3.0.0", "ulid": "^3.0.1", "update-notifier": "^7.3.1", - "uuid": "^13.0.1", + "uuid": "^14.0.0", "write-file-atomic": "^5.0.1", "ws": "^8.19.0" },