From cc505cfb7527cfa9bdfda2b9ff24d40d7bf6bde8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:01:22 +0000 Subject: [PATCH] chore: Bump react-hook-form from 7.43.9 to 7.53.2 in /assets Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.9 to 7.53.2. - [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.43.9...v7.53.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 18 +++++++++--------- assets/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 0372f292..d6907d93 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -31,7 +31,7 @@ "react": "^16.4.1", "react-datepicker": "^4.11.0", "react-dom": "^16.4.1", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.53.2", "source-map-loader": "^4.0.1", "ts-jest": "^29.1.0", "ts-loader": "^9.4.4", @@ -8919,18 +8919,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "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": { @@ -16903,9 +16903,9 @@ } }, "react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "requires": {} }, "react-is": { diff --git a/assets/package.json b/assets/package.json index d2f63317..696ddb02 100644 --- a/assets/package.json +++ b/assets/package.json @@ -58,7 +58,7 @@ "react": "^16.4.1", "react-datepicker": "^4.11.0", "react-dom": "^16.4.1", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.53.2", "source-map-loader": "^4.0.1", "ts-jest": "^29.1.0", "ts-loader": "^9.4.4",