From 92ba0341574ccb160365cea5d0f752842a5fcb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:30:59 +0000 Subject: [PATCH] Bump @rjsf/core from 5.18.5 to 5.20.1 Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.18.5 to 5.20.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.18.5...5.20.1) --- updated-dependencies: - dependency-name: "@rjsf/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b23e7c42..473ed9a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "CC0-1.0", "dependencies": { - "@rjsf/core": "^5.18.5", + "@rjsf/core": "^5.20.1", "@rjsf/utils": "^5.20.1", "@rjsf/validator-ajv8": "^5.3.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link", @@ -2406,9 +2406,9 @@ } }, "node_modules/@rjsf/core": { - "version": "5.18.5", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.18.5.tgz", - "integrity": "sha512-TTG6zSybzfSp+ko4U/WIeyVX5dRLbl7C0ZU2lpK/f6ruuLbBji8A523iLYINOzyDQL5uBtMdmRdO6oMdCz79tw==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.20.1.tgz", + "integrity": "sha512-IOeONl5EBco6SunpGeL8yK9VlEypf1fy5RYqVf1pR/vRx7MPSS6H28p/IqkJGwcFqQBeUNjUAlGANYr808EpHA==", "dependencies": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", @@ -2420,7 +2420,7 @@ "node": ">=14" }, "peerDependencies": { - "@rjsf/utils": "^5.18.x", + "@rjsf/utils": "^5.20.x", "react": "^16.14.0 || >=17" } }, @@ -16917,9 +16917,9 @@ } }, "@rjsf/core": { - "version": "5.18.5", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.18.5.tgz", - "integrity": "sha512-TTG6zSybzfSp+ko4U/WIeyVX5dRLbl7C0ZU2lpK/f6ruuLbBji8A523iLYINOzyDQL5uBtMdmRdO6oMdCz79tw==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.20.1.tgz", + "integrity": "sha512-IOeONl5EBco6SunpGeL8yK9VlEypf1fy5RYqVf1pR/vRx7MPSS6H28p/IqkJGwcFqQBeUNjUAlGANYr808EpHA==", "requires": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", diff --git a/package.json b/package.json index 4b39a95f1..b61ed1bd5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/18F/beta.foia.gov#readme", "dependencies": { - "@rjsf/core": "^5.18.5", + "@rjsf/core": "^5.20.1", "@rjsf/utils": "^5.20.1", "@rjsf/validator-ajv8": "^5.3.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link",