From 0dde0653b21b166ad6168b2dd8c81c782ba42308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:44:31 +0000 Subject: [PATCH] Bump @rjsf/core from 5.24.12 to 6.0.1 in /example Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.12 to 6.0.1. - [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/5.24.12...6.0.1) --- updated-dependencies: - dependency-name: "@rjsf/core" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 48 +++++++++++++++++++++------------------ example/package.json | 2 +- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 447e822f..17bca52c 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ginkgo-bioworks/react-json-schema-form-builder": "file:..", "@rjsf/bootstrap-4": "^5.24.13", - "@rjsf/core": "^5.24.12", + "@rjsf/core": "^6.0.1", "@rjsf/validator-ajv8": "^5.24.12", "react-bootstrap": "^1.6.4", "react-json-editor-ajrm": "^2.5.14" @@ -12194,22 +12194,21 @@ } }, "node_modules/@rjsf/core": { - "version": "5.24.12", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.24.12.tgz", - "integrity": "sha512-OWVdC501n3Io0hplgpnkzArpcUSiImMgLQhk6/EI8wu2xbvk5fTiM7YAVlAObpAD3z3LRrAwhjnmh9L4k/FWmQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.0.1.tgz", + "integrity": "sha512-+S2nlt0J4FRWLhB9Gn0lAt1qoRjDiRlosNl2d9ofhQtBAjrZP4pn52uErT0B0RMDRqw4X/ICMfi/lmj29Ascww==", "dependencies": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "markdown-to-jsx": "^7.4.1", - "nanoid": "^3.3.7", + "markdown-to-jsx": "^8.0.0", "prop-types": "^15.8.1" }, "engines": { - "node": ">=14" + "node": ">=20" }, "peerDependencies": { - "@rjsf/utils": "^5.24.x", - "react": "^16.14.0 || >=17" + "@rjsf/utils": "^6.x", + "react": ">=18" } }, "node_modules/@rjsf/utils": { @@ -12863,15 +12862,19 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.4.tgz", - "integrity": "sha512-1bSfXyBKi+EYS3YY+e0Csuxf8oZ3decdfhOav/Z7Wrk89tjudyL5FOmwZQUoy0/qVXGUl+6Q3s2SWtpDEWITfQ==", - "license": "MIT", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-8.0.0.tgz", + "integrity": "sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==", "engines": { "node": ">= 10" }, "peerDependencies": { "react": ">= 0.14.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + } } }, "node_modules/merge2": { @@ -12930,6 +12933,7 @@ "version": "3.3.8", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "dev": true, "funding": [ { "type": "github", @@ -21364,14 +21368,13 @@ } }, "@rjsf/core": { - "version": "5.24.12", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.24.12.tgz", - "integrity": "sha512-OWVdC501n3Io0hplgpnkzArpcUSiImMgLQhk6/EI8wu2xbvk5fTiM7YAVlAObpAD3z3LRrAwhjnmh9L4k/FWmQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.0.1.tgz", + "integrity": "sha512-+S2nlt0J4FRWLhB9Gn0lAt1qoRjDiRlosNl2d9ofhQtBAjrZP4pn52uErT0B0RMDRqw4X/ICMfi/lmj29Ascww==", "requires": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "markdown-to-jsx": "^7.4.1", - "nanoid": "^3.3.7", + "markdown-to-jsx": "^8.0.0", "prop-types": "^15.8.1" } }, @@ -21828,9 +21831,9 @@ "dev": true }, "markdown-to-jsx": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.4.tgz", - "integrity": "sha512-1bSfXyBKi+EYS3YY+e0Csuxf8oZ3decdfhOav/Z7Wrk89tjudyL5FOmwZQUoy0/qVXGUl+6Q3s2SWtpDEWITfQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-8.0.0.tgz", + "integrity": "sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==", "requires": {} }, "merge2": { @@ -21872,7 +21875,8 @@ "nanoid": { "version": "3.3.8", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "dev": true }, "next": { "version": "15.4.7", diff --git a/example/package.json b/example/package.json index acbd3c96..dc1f5849 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "dependencies": { "@ginkgo-bioworks/react-json-schema-form-builder": "file:..", "@rjsf/bootstrap-4": "^5.24.13", - "@rjsf/core": "^5.24.12", + "@rjsf/core": "^6.0.1", "@rjsf/validator-ajv8": "^5.24.12", "react-bootstrap": "^1.6.4", "react-json-editor-ajrm": "^2.5.14"