diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 426baf33184..bc17434a12f 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -117,7 +117,7 @@ "ldap-server-mock": "^6.0.1", "lightningcss": "^1.28.1", "ts-node": "^10.9.2", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vite": "^5.4.10", "vite-plugin-checker": "^0.8.0", "vite-plugin-dts": "^4.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c70f4625632..ca0c22a5146 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -284,8 +284,8 @@ importers: specifier: ^10.9.2 version: 10.9.2(@swc/core@1.7.36)(@types/node@22.9.0)(typescript@5.6.3) uuid: - specifier: ^11.0.2 - version: 11.0.2 + specifier: ^11.0.3 + version: 11.0.3 vite: specifier: ^5.4.10 version: 5.4.10(@types/node@22.9.0)(lightningcss@1.28.1)(terser@5.36.0) @@ -471,8 +471,8 @@ importers: specifier: ^1.5.3 version: 1.5.3 uuid: - specifier: ^11.0.2 - version: 11.0.2 + specifier: ^11.0.3 + version: 11.0.3 devDependencies: '@rollup/plugin-commonjs': specifier: ^28.0.1 @@ -4792,8 +4792,8 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uuid@11.0.2: - resolution: {integrity: sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==} + uuid@11.0.3: + resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} hasBin: true uuid@8.3.2: @@ -9760,7 +9760,7 @@ snapshots: util-deprecate@1.0.2: {} - uuid@11.0.2: {} + uuid@11.0.3: {} uuid@8.3.2: {} diff --git a/themes/package.json b/themes/package.json index bbb144fff0d..c8d8ce3195d 100644 --- a/themes/package.json +++ b/themes/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "rfc4648": "^1.5.3", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1",