From 2d7aca34b6833d50395e2c169860f115e27d3814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:36:09 +0000 Subject: [PATCH] Bump uuid and @rjsf/shadcn in /web Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependency [@rjsf/shadcn](https://github.com/rjsf-team/react-jsonschema-form). These dependencies need to be updated together. Updates `uuid` from 13.0.0 to 14.0.0 - [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/v13.0.0...v14.0.0) Updates `@rjsf/shadcn` from 6.4.1 to 6.5.2 - [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases) - [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md) - [Commits](https://github.com/rjsf-team/react-jsonschema-form/compare/6.4.1...6.5.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect - dependency-name: "@rjsf/shadcn" dependency-version: 6.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 72 ++++++++++++++++++++++++------------------- web/package.json | 2 +- 2 files changed, 42 insertions(+), 32 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c7f246b1a..7818b8fe7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -35,7 +35,7 @@ "@radix-ui/react-toggle-group": "^1.1.2", "@radix-ui/react-tooltip": "^1.2.8", "@rjsf/core": "^6.4.1", - "@rjsf/shadcn": "^6.4.1", + "@rjsf/shadcn": "^6.5.2", "@rjsf/utils": "^6.4.1", "@rjsf/validator-ajv8": "^6.4.1", "apexcharts": "^3.52.0", @@ -4887,13 +4887,13 @@ } }, "node_modules/@rjsf/core": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.4.1.tgz", - "integrity": "sha512-+QaiSgQnOuO6ghIsohH2u/QcylkN+Da2968a75g/i4oARYJRYVxXDm2u3JR5aXndpMb4t4jTFrYyG8cNIv6oEg==", + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.5.2.tgz", + "integrity": "sha512-Fx+aVNQRYQyoY0vM8zYDZkuOiNe+5PLsxUySUdHfjljlT23mJnTCpPKMkxWJwh4UEWeSN0xjmknW9LfIwuQmOg==", "license": "Apache-2.0", "dependencies": { - "lodash": "^4.17.23", - "lodash-es": "^4.17.23", + "lodash": "^4.18.1", + "lodash-es": "^4.18.1", "markdown-to-jsx": "^8.0.0", "prop-types": "^15.8.1" }, @@ -4901,14 +4901,14 @@ "node": ">=20" }, "peerDependencies": { - "@rjsf/utils": "^6.4.x", + "@rjsf/utils": "^6.5.x", "react": ">=18" } }, "node_modules/@rjsf/shadcn": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@rjsf/shadcn/-/shadcn-6.4.1.tgz", - "integrity": "sha512-WzwXW3XY7K1jo9XrBv6M41ScdHrnQDKpSxip5i1N6xCgEE6hiyX+wn7pDO689OoidvL3lWQmtnoqMdcoJvEWjw==", + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/@rjsf/shadcn/-/shadcn-6.5.2.tgz", + "integrity": "sha512-h3FsGRy07Gw4MrORlxNTuSb7icuyiUM0KXimg1jgtlYLhYvMKaHzJgdL/SrAyBWiUtXIsxuBhPU3rFxnA9Ml6Q==", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", @@ -4925,19 +4925,19 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "lodash": "^4.17.23", - "lodash-es": "^4.17.23", + "lodash": "^4.18.1", + "lodash-es": "^4.18.1", "lucide-react": "^0.548.0", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "engines": { "node": ">=20" }, "peerDependencies": { - "@rjsf/core": "^6.4.x", - "@rjsf/utils": "^6.4.x", + "@rjsf/core": "^6.5.x", + "@rjsf/utils": "^6.5.x", "react": ">=18" } }, @@ -4951,9 +4951,9 @@ } }, "node_modules/@rjsf/shadcn/node_modules/tailwind-merge": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz", - "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", "license": "MIT", "funding": { "type": "github", @@ -4961,16 +4961,17 @@ } }, "node_modules/@rjsf/utils": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-6.4.1.tgz", - "integrity": "sha512-5NL3jwt3rIS5/WRTrKt++y40FS/ScKGVwYJ3jIrHSQHSwBdLnd4cHf2zcnA97L1Klj8I6tvS/ugh+blf/Diwuw==", + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-6.5.2.tgz", + "integrity": "sha512-qBVQ5qf9BKMOQy/DjMl/IjD5s6akRDx18cgiSYunKt/CYc+kPzHyCVA2TU0rXCsigNlhgnfM8piC3LEHye6vpA==", "license": "Apache-2.0", "dependencies": { - "@x0k/json-schema-merge": "^1.0.2", + "@x0k/json-schema-merge": "^1.0.3", + "fast-equals": "^6.0.0", "fast-uri": "^3.1.0", "jsonpointer": "^5.0.1", - "lodash": "^4.17.23", - "lodash-es": "^4.17.23", + "lodash": "^4.18.1", + "lodash-es": "^4.18.1", "react-is": "^18.3.1" }, "engines": { @@ -4980,6 +4981,15 @@ "react": ">=18" } }, + "node_modules/@rjsf/utils/node_modules/fast-equals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-6.0.0.tgz", + "integrity": "sha512-PFhhIGgdM79r5Uztdj9Zb6Tt1zKafqVfdMGwVca1z5z6fbX7DmsySSuJd8HiP6I1j505DCS83cLxo5rmSNeVEA==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@rjsf/validator-ajv8": { "version": "6.4.1", "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-6.4.1.tgz", @@ -6173,9 +6183,9 @@ } }, "node_modules/@x0k/json-schema-merge": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@x0k/json-schema-merge/-/json-schema-merge-1.0.2.tgz", - "integrity": "sha512-1734qiJHNX3+cJGDMMw2yz7R+7kpbAtl5NdPs1c/0gO5kYT6s4dMbLXiIfpZNsOYhGZI3aH7FWrj4Zxz7epXNg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@x0k/json-schema-merge/-/json-schema-merge-1.0.3.tgz", + "integrity": "sha512-lerJC4sI9CNUQWdff3PnU1YJOqazD6TjMcvxZIPXUBjn4j1cUiXE0LvzhMnGYzKKr271TkvXJtH7gEwksrtn+w==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.15" @@ -13977,9 +13987,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/web/package.json b/web/package.json index 7d22dc718..5725f12fd 100644 --- a/web/package.json +++ b/web/package.json @@ -49,7 +49,7 @@ "@radix-ui/react-toggle-group": "^1.1.2", "@radix-ui/react-tooltip": "^1.2.8", "@rjsf/core": "^6.4.1", - "@rjsf/shadcn": "^6.4.1", + "@rjsf/shadcn": "^6.5.2", "@rjsf/utils": "^6.4.1", "@rjsf/validator-ajv8": "^6.4.1", "apexcharts": "^3.52.0",