From 7c3e3c313476bd0f196f8c255b46235e9a1f2e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:31:59 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.45.2 to 7.45.4 in /app Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.2 to 7.45.4. - [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.45.2...v7.45.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 40a33a840..47f2002c0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -36,7 +36,7 @@ "postcss": "8.4.26", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.2", + "react-hook-form": "^7.45.4", "react-i18next": "^13.0.3", "react-icons": "^4.10.1", "sequelize": "^6.32.1", @@ -17831,9 +17831,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", - "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", + "version": "7.45.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", + "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", "engines": { "node": ">=12.22.0" }, diff --git a/app/package.json b/app/package.json index 137673aa9..2a9ee6823 100644 --- a/app/package.json +++ b/app/package.json @@ -49,7 +49,7 @@ "postcss": "8.4.26", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.2", + "react-hook-form": "^7.45.4", "react-i18next": "^13.0.3", "react-icons": "^4.10.1", "sequelize": "^6.32.1",