From d47e768fa190f7210bc7a3a57d8fc3239146e97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:13:03 +0000 Subject: [PATCH] chore(deps-dev): bump @rjsf/core from 6.6.1 to 6.7.1 Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 6.6.1 to 6.7.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/6.6.1...v6.7.1) --- updated-dependencies: - dependency-name: "@rjsf/core" dependency-version: 6.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b85fca2b6..8c982dc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3817,22 +3817,22 @@ } }, "node_modules/@rjsf/core": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.6.1.tgz", - "integrity": "sha512-z67ekKil3JB2b/kBIVzeo+WJTcx4q2yyUq4viam+/053sdOZ5QNIlaCPTxS1x06lLSj4eWg7WP2G2wqahrclJA==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.7.1.tgz", + "integrity": "sha512-/CQfIGUzcXceBNRhEH3wsTvxcT8dMrjPLXhYSfcJUTftKxOCdisqi2wFwt7LOyIvFvzHUxag0r0xXs/MXS9jmA==", "dev": true, "license": "Apache-2.0", "dependencies": { "lodash": "^4.18.1", "lodash-es": "^4.18.1", - "markdown-to-jsx": "^9.8.1", + "markdown-to-jsx": "^9.8.2", "prop-types": "^15.8.1" }, "engines": { "node": ">=20" }, "peerDependencies": { - "@rjsf/utils": "^6.6.x", + "@rjsf/utils": "^6.7.1", "react": ">=18" } }, @@ -3856,15 +3856,15 @@ } }, "node_modules/@rjsf/utils": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-6.6.2.tgz", - "integrity": "sha512-npqdWuuFmCkiXETrDLRx8a4EwDJoUdTTnGhJA/774bwDgT99u4nAEyXbJd75VuobunewcLm2FOS2cErD3e28cg==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-6.7.1.tgz", + "integrity": "sha512-6goBapMwyHcXvjLkCnFs4S3P1oKUi1H083BdPk4pDZALFWn5ZdG50ECNfHSddBmL3O0pyx1/WFq1C/MuR7Y54A==", "dev": true, "license": "Apache-2.0", "dependencies": { "@x0k/json-schema-merge": "^1.0.3", "fast-equals": "^6.0.0", - "fast-uri": "^3.1.2", + "fast-uri": "^4.1.1", "jsonpointer": "^5.0.1", "lodash": "^4.18.1", "lodash-es": "^4.18.1", @@ -3877,6 +3877,23 @@ "react": ">=18" } }, + "node_modules/@rjsf/utils/node_modules/fast-uri": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.2.tgz", + "integrity": "sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/@rjsf/utils/node_modules/react-is": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", @@ -12397,9 +12414,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "9.8.1", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.8.1.tgz", - "integrity": "sha512-yq70dLPkBnE2LYFtGTLfRes4qyBDS+a4wDttAA/b/BzVGrbs2e0TfCeSFrMkapCg1lsxYi+42BowuBDxLP9k4Q==", + "version": "9.10.2", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.10.2.tgz", + "integrity": "sha512-iR9GadlIox0q1uXnpqdxpF02Vb1WDmZ/QIXWjBR5htzjUEEhyIWbM65LuVKavdwJaVo4q95C/F2OOyNjWe91ig==", "dev": true, "license": "MIT", "engines": {