From ac537ae9a3db87834a1a9e8f6b0c37d709508775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:48:06 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.0 to 7.52.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.0 to 7.52.1. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.52.0...v7.52.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9082e3a5..8bf23c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "oidc-client-ts": "^2.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.52.0", + "react-hook-form": "7.52.1", "react-oidc-context": "^2.3.1", "react-router-dom": "6.24.0", "recoil": "0.7.7" @@ -11747,9 +11747,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index a1bf9d4b..97d7492f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "oidc-client-ts": "^2.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.52.0", + "react-hook-form": "7.52.1", "react-oidc-context": "^2.3.1", "react-router-dom": "6.24.0", "recoil": "0.7.7"