From a888bf5eb1726037a24f12e17266b636aaaa27dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:10:29 +0100 Subject: [PATCH] Bump uuid from 10.0.0 to 11.0.1 (#34375) Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.1. - [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/v10.0.0...v11.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/apps/admin-ui/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- themes/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 3c948645c7..884bf0cdb9 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.27.0", "ts-node": "^10.9.2", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "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 4698180bca..cc9ee30c2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -281,8 +281,8 @@ importers: specifier: ^10.9.2 version: 10.9.2(@swc/core@1.7.36)(@types/node@22.7.9)(typescript@5.6.3) uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.1 + version: 11.0.1 vite: specifier: ^5.4.10 version: 5.4.10(@types/node@22.7.9)(lightningcss@1.27.0)(terser@5.36.0) @@ -468,8 +468,8 @@ importers: specifier: ^1.5.3 version: 1.5.3 uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.1 + version: 11.0.1 devDependencies: '@rollup/plugin-commonjs': specifier: ^28.0.1 @@ -4650,8 +4650,8 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uuid@10.0.0: - resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + uuid@11.0.1: + resolution: {integrity: sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==} hasBin: true uuid@8.3.2: @@ -9475,7 +9475,7 @@ snapshots: util-deprecate@1.0.2: {} - uuid@10.0.0: {} + uuid@11.0.1: {} uuid@8.3.2: {} diff --git a/themes/package.json b/themes/package.json index af3bb0c1f8..b9f5aba773 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": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1",