diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7525b21b4cac..9f21b0528bfa 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -465,8 +465,8 @@ importers: specifier: ^1.5.4 version: 1.5.4 uuid: - specifier: ^11.0.3 - version: 11.0.3 + specifier: ^11.0.5 + version: 11.0.5 devDependencies: '@rollup/plugin-commonjs': specifier: ^28.0.2 @@ -5083,8 +5083,8 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uuid@11.0.3: - resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} + uuid@11.0.5: + resolution: {integrity: sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==} hasBin: true uuid@8.3.2: @@ -10449,7 +10449,7 @@ snapshots: util-deprecate@1.0.2: {} - uuid@11.0.3: {} + uuid@11.0.5: {} uuid@8.3.2: {} diff --git a/js/themes-vendor/package.json b/js/themes-vendor/package.json index 64c669519dca..abd227a64f22 100644 --- a/js/themes-vendor/package.json +++ b/js/themes-vendor/package.json @@ -27,7 +27,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "rfc4648": "^1.5.4", - "uuid": "^11.0.3" + "uuid": "^11.0.5" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2",