From da2bb657224a8897031b29420537ff733a59e2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:37:12 +0000 Subject: [PATCH] Bump uuid from 13.0.0 to 14.0.0 in /js Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 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/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- js/apps/admin-ui/package.json | 2 +- js/pnpm-lock.yaml | 22 +++++++++++----------- js/themes-vendor/package.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 7bb86b8d5626..91cc70627068 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -128,7 +128,7 @@ "lightningcss": "^1.30.2", "properties-file": "^3.6.3", "ts-node": "^10.9.2", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "vite": "^7.3.2", "vite-plugin-checker": "^0.12.0", "vite-plugin-dts": "^4.5.4", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 59e9ec97a17a..81fdea18e2ac 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -279,8 +279,8 @@ importers: specifier: ^10.9.2 version: 10.9.2(@swc/[email protected])(@types/[email protected])([email protected]) uuid: - specifier: ^13.0.0 - version: 13.0.0 + specifier: ^14.0.0 + version: 14.0.0 vite: specifier: ^7.3.2 version: 7.3.2(@types/[email protected])([email protected])([email protected])([email protected])([email protected]) @@ -482,8 +482,8 @@ importers: specifier: ^1.5.4 version: 1.5.4 uuid: - specifier: ^13.0.0 - version: 13.0.0 + specifier: ^14.0.0 + version: 14.0.0 devDependencies: '@rollup/plugin-commonjs': specifier: ^29.0.0 @@ -2930,8 +2930,8 @@ packages: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} - [email protected]: - resolution: {integrity: sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==} + [email protected]: + resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==} [email protected]: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} @@ -4441,8 +4441,8 @@ packages: [email protected]: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - [email protected]: - resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==} + [email protected]: + resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} hasBin: true [email protected]: @@ -7379,7 +7379,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.3.0 - [email protected]: + [email protected]: dependencies: resolve-pkg-maps: 1.0.0 optional: true @@ -9000,7 +9000,7 @@ snapshots: [email protected]: dependencies: esbuild: 0.27.7 - get-tsconfig: 4.13.7 + get-tsconfig: 4.14.0 optionalDependencies: fsevents: 2.3.3 optional: true @@ -9138,7 +9138,7 @@ snapshots: [email protected]: {} - [email protected]: {} + [email protected]: {} [email protected]: {} diff --git a/js/themes-vendor/package.json b/js/themes-vendor/package.json index a88d37e4f604..eb537d4d5616 100644 --- a/js/themes-vendor/package.json +++ b/js/themes-vendor/package.json @@ -28,7 +28,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "rfc4648": "^1.5.4", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0",