diff --git a/package-lock.json b/package-lock.json index 718cf43d..5b7089f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "scheme-sketcher-lib": "github:acteng/scheme-sketcher-lib", "svelte": "^4.2.10", "svelte-maplibre": "^0.9.7", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.1.1", @@ -2875,6 +2875,20 @@ "svelte": "^4.0.0" } }, + "node_modules/govuk-svelte/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).", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -4801,15 +4815,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 7abbff10..112a9f25 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "scheme-sketcher-lib": "github:acteng/scheme-sketcher-lib", "svelte": "^4.2.10", "svelte-maplibre": "^0.9.7", - "uuid": "^9.0.1" + "uuid": "^14.0.0" } }