From 2fa4085887d2ea662a17297155d0300ba69af481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:57:31 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.49.2 to 7.51.3 in /app Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.2 to 7.51.3. - [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.49.2...v7.51.3) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 11 +++++------ app/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 235ab1335..02fb7ac88 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -61,7 +61,7 @@ "react-circle-flags": "^0.0.20", "react-dom": "18.2.0", "react-email": "^2.1.0", - "react-hook-form": "^7.49.2", + "react-hook-form": "^7.51.3", "react-i18next": "^14.0.5", "react-icons": "^4.11.0", "react-intersection-observer": "^9.8.1", @@ -22379,12 +22379,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.49.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", - "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", + "version": "7.51.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.3.tgz", + "integrity": "sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==", "engines": { - "node": ">=18", - "pnpm": "8" + "node": ">=12.22.0" }, "funding": { "type": "opencollective", diff --git a/app/package.json b/app/package.json index 757c69756..0c3c0fd88 100644 --- a/app/package.json +++ b/app/package.json @@ -83,7 +83,7 @@ "react-circle-flags": "^0.0.20", "react-dom": "18.2.0", "react-email": "^2.1.0", - "react-hook-form": "^7.49.2", + "react-hook-form": "^7.51.3", "react-i18next": "^14.0.5", "react-icons": "^4.11.0", "react-intersection-observer": "^9.8.1",