From 2ea69869644b0e1f73c15a03f023355b028bec39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 09:39:01 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- tests/playwright/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64dd9bd22..dd3b227cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25795,10 +25795,16 @@ "link": true }, "node_modules/uuid": { - "version": "8.3.2", + "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": { @@ -26008,6 +26014,7 @@ "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^2.1.1", @@ -27597,7 +27604,7 @@ "digital-letters-events": "^0.0.1", "sender-management": "^0.0.1", "utils": "^0.0.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@types/uuid": "^10.0.0" diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 7ebede52e..54077eef6 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -16,7 +16,7 @@ "digital-letters-events": "^0.0.1", "sender-management": "^0.0.1", "utils": "^0.0.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@types/uuid": "^10.0.0"