From 86c43a260561cc6193e3529d8285b5a46b3f2b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:37:53 +0100 Subject: [PATCH] Bump uuid from 11.0.3 to 11.0.5 in /ui (#2957) * Bump uuid from 11.0.3 to 11.0.4 in /ui 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] * Update package.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- ui/package-lock.json | 9 +++++---- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c29da63cbd..45fe2fcb69 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -53,7 +53,7 @@ "rxjs": "~7.8.1", "swiper": "11.2.0", "tslib": "^2.8.1", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "zone.js": "~0.15.0" }, "devDependencies": { @@ -21071,13 +21071,14 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/ui/package.json b/ui/package.json index 48373a8142..6e1ef467a7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "rxjs": "~7.8.1", "swiper": "11.2.0", "tslib": "^2.8.1", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "zone.js": "~0.15.0" }, "devDependencies": {