From 60948a0dc6afe04693e7a17ef46ca73a4ca7a67f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:45:21 +0000 Subject: [PATCH] Update dependency uuid to v11 [SECURITY] --- catalog/package-lock.json | 25 ++++++++++++++++++++----- catalog/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/catalog/package-lock.json b/catalog/package-lock.json index 429437f76a4..17352914fe1 100644 --- a/catalog/package-lock.json +++ b/catalog/package-lock.json @@ -100,7 +100,7 @@ "urql-custom-scalars-exchange": "^1.0.1", "use-debounce": "^9.0.4", "use-resize-observer": "^9.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.0", "vega": "^5.33.0", "vega-embed": "^6.22.2", "vega-lite": "^5.14.1", @@ -5024,6 +5024,21 @@ "xstate": "^5.5.1" } }, + "node_modules/@statelyai/inspect/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).", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@testing-library/dom": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.1.0.tgz", @@ -16054,16 +16069,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validate-npm-package-license": { diff --git a/catalog/package.json b/catalog/package.json index 940e98f1b39..deb1cd8c3ed 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -139,7 +139,7 @@ "urql-custom-scalars-exchange": "^1.0.1", "use-debounce": "^9.0.4", "use-resize-observer": "^9.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.0", "vega": "^5.33.0", "vega-embed": "^6.22.2", "vega-lite": "^5.14.1",