From ddd83b340ef3b0fc3288fcd93dec5df0d8ff0fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:39:42 +0100 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.0.5 in /ui (#6516) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index cfcadc291c..fe7529820a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -47,7 +47,7 @@ "sharp": "^0.33.5", "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", - "uuid": "^10.0.0", + "uuid": "^11.0.5", "zod": "^3.23.8", "zustand": "^4.5.5" }, @@ -14673,15 +14673,15 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/victory-vendor": { diff --git a/ui/package.json b/ui/package.json index f5c3d26969..d1a72e5458 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "sharp": "^0.33.5", "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", - "uuid": "^10.0.0", + "uuid": "^11.0.5", "zod": "^3.23.8", "zustand": "^4.5.5" },