From 3202e3bd762e62cbccb46b43a4789b369ed0f012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:35:57 +0000 Subject: [PATCH] Bump @rjsf/utils from 5.18.5 to 5.20.1 Bumps [@rjsf/utils](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/utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ce0065a..435b0c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "CC0-1.0", "dependencies": { "@rjsf/core": "^5.18.5", - "@rjsf/utils": "^5.3.1", + "@rjsf/utils": "^5.20.1", "@rjsf/validator-ajv8": "^5.3.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link", "assert": "2.x", @@ -2442,9 +2442,9 @@ } }, "node_modules/@rjsf/utils": { - "version": "5.18.5", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.18.5.tgz", - "integrity": "sha512-b39ZSPv2lpH+VXUKrVsPnPyOKcTa9P08h50J0A1+7xHj6dm4KG1KY/mY4QCaNavZVXsQoieHOe8kmdFDlXirzA==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.20.1.tgz", + "integrity": "sha512-bQrJt5lsAHbdmivIDDVJPXPCkkXJZvXBx8MrjA5umGO2+tykPcphZx/75+1AY5WhUECSgwBeZe2DEWhPbX46oQ==", "dependencies": { "json-schema-merge-allof": "^0.8.1", "jsonpointer": "^5.0.1", @@ -16936,9 +16936,9 @@ } }, "@rjsf/utils": { - "version": "5.18.5", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.18.5.tgz", - "integrity": "sha512-b39ZSPv2lpH+VXUKrVsPnPyOKcTa9P08h50J0A1+7xHj6dm4KG1KY/mY4QCaNavZVXsQoieHOe8kmdFDlXirzA==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.20.1.tgz", + "integrity": "sha512-bQrJt5lsAHbdmivIDDVJPXPCkkXJZvXBx8MrjA5umGO2+tykPcphZx/75+1AY5WhUECSgwBeZe2DEWhPbX46oQ==", "requires": { "json-schema-merge-allof": "^0.8.1", "jsonpointer": "^5.0.1", diff --git a/package.json b/package.json index 97d0db17..462d1398 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/18F/beta.foia.gov#readme", "dependencies": { "@rjsf/core": "^5.18.5", - "@rjsf/utils": "^5.3.1", + "@rjsf/utils": "^5.20.1", "@rjsf/validator-ajv8": "^5.3.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link", "assert": "2.x",