From 4d22168e8d9dc8e33d7da83a5da8b373a4a60a34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 09:28:23 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v10 --- internals-js/package.json | 4 ++-- package-lock.json | 43 ++++++++++++++++++++++++++++++------ package.json | 2 +- query-graphs-js/package.json | 2 +- 4 files changed, 40 insertions(+), 11 deletions(-) diff --git a/internals-js/package.json b/internals-js/package.json index 93e1b973a..b27d7a03c 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -25,8 +25,8 @@ "dependencies": { "chalk": "^4.1.0", "js-levenshtein": "^1.1.6", - "@types/uuid": "^9.0.0", - "uuid": "^9.0.0" + "@types/uuid": "^10.0.0", + "uuid": "^10.0.0" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 24d28b920..2956c4042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/nock": "10.0.3", "@types/node": "14.18.63", "@types/node-fetch": "2.6.9", - "@types/uuid": "9.0.7", + "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "bunyan": "1.8.15", "codecov": "3.8.3", @@ -128,10 +128,10 @@ "version": "2.9.3", "license": "Elastic-2.0", "dependencies": { - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "chalk": "^4.1.0", "js-levenshtein": "^1.1.6", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "engines": { "node": ">=14.15.0" @@ -154,6 +154,19 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "internals-js/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -4154,9 +4167,10 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", - "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "license": "MIT" }, "node_modules/@types/ws": { "version": "8.5.4", @@ -17399,10 +17413,12 @@ "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -17865,7 +17881,7 @@ "@apollo/federation-internals": "2.9.3", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "engines": { "node": ">=14.15.0" @@ -17874,6 +17890,19 @@ "graphql": "^16.5.0" } }, + "query-graphs-js/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "query-planner-js": { "name": "@apollo/query-planner", "version": "2.9.3", diff --git a/package.json b/package.json index 88444ebd8..98cc970fb 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/nock": "10.0.3", "@types/node": "14.18.63", "@types/node-fetch": "2.6.9", - "@types/uuid": "9.0.7", + "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "bunyan": "1.8.15", "codecov": "3.8.3", diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 4f92cceb7..fc7a5a0eb 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -26,7 +26,7 @@ "@apollo/federation-internals": "2.9.3", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "publishConfig": { "access": "public"