diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7525b21b4cac..362a9d52510c 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.4 + version: 11.0.4 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.4: + resolution: {integrity: sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==} hasBin: true uuid@8.3.2: @@ -10449,7 +10449,7 @@ snapshots: util-deprecate@1.0.2: {} - uuid@11.0.3: {} + uuid@11.0.4: {} uuid@8.3.2: {} diff --git a/js/themes-vendor/package.json b/js/themes-vendor/package.json index 64c669519dca..9e1d86f8e2fc 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.4" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2",