From d9439270bcb2c67b5214c664e52914bb2b9ca64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:50:42 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.5 to 7.52.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.5 to 7.52.0. - [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.51.5...v7.52.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8f626a..a557a19 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.51.5", + "react-hook-form": "7.52.0", "react-oidc-context": "^2.3.1", "react-router-dom": "6.23.1", "recoil": "0.7.7" @@ -16366,9 +16366,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.51.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", - "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "version": "7.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", "engines": { "node": ">=12.22.0" }, @@ -16377,7 +16377,7 @@ "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 35fc511..99bd951 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "oidc-client-ts": "^2.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.51.5", + "react-hook-form": "7.52.0", "react-oidc-context": "^2.3.1", "react-router-dom": "6.23.1", "recoil": "0.7.7"