From 7b72f059b36f78320216e74f1ce415b6192e7c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:12:39 +0000 Subject: [PATCH] Bump uuid from 11.0.3 to 11.0.4 in /js Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.4. - [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/v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/pnpm-lock.yaml | 10 +++++----- js/themes-vendor/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",