diff --git a/internals-js/package.json b/internals-js/package.json index 6c8020f70..b207eb9b6 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -26,7 +26,7 @@ "chalk": "^4.1.0", "js-levenshtein": "^1.1.6", "@types/uuid": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 07959f347..e8f48fd88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -251,7 +251,7 @@ "@types/uuid": "^9.0.0", "chalk": "^4.1.0", "js-levenshtein": "^1.1.6", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "engines": { "node": ">=18" @@ -274,6 +274,19 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "internals-js/node_modules/uuid": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "dev": true, @@ -18108,6 +18121,9 @@ }, "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" @@ -18571,7 +18587,7 @@ "@apollo/federation-internals": "2.14.3", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "engines": { "node": ">=18" @@ -18580,6 +18596,19 @@ "graphql": "^16.5.0" } }, + "query-graphs-js/node_modules/uuid": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "query-planner-js": { "name": "@apollo/query-planner", "version": "2.14.3", diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 6ef48e194..f0cbecd7c 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -26,7 +26,7 @@ "@apollo/federation-internals": "2.14.3", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "publishConfig": { "access": "public"