From ee9036c429d878132b6619260ada757036f55e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:11:03 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.3 to 7.51.4 in /frontend Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.3 to 7.51.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.51.3...v7.51.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b37c2e579..fcd6be315 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "react-datepicker": "6.9.0", "react-dom": "18.2.0", "react-error-boundary": "4.0.13", - "react-hook-form": "7.51.3", + "react-hook-form": "7.51.4", "react-hot-toast": "2.4.1", "react-is": "18.2.0", "react-multi-select-component": "4.3.4", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index f6ff5b6c9..821887766 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -21,10 +21,10 @@ dependencies: version: 0.26.13(react-dom@18.2.0)(react@18.2.0) '@hookform/error-message': specifier: 2.0.1 - version: 2.0.1(react-dom@18.2.0)(react-hook-form@7.51.3)(react@18.2.0) + version: 2.0.1(react-dom@18.2.0)(react-hook-form@7.51.4)(react@18.2.0) '@hookform/resolvers': specifier: 2.7.1 - version: 2.7.1(react-hook-form@7.51.3) + version: 2.7.1(react-hook-form@7.51.4) '@microsoft/fetch-event-source': specifier: 2.0.1 version: 2.0.1 @@ -77,8 +77,8 @@ dependencies: specifier: 4.0.13 version: 4.0.13(react@18.2.0) react-hook-form: - specifier: 7.51.3 - version: 7.51.3(react@18.2.0) + specifier: 7.51.4 + version: 7.51.4(react@18.2.0) react-hot-toast: specifier: 2.4.1 version: 2.4.1(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0) @@ -917,7 +917,7 @@ packages: /@floating-ui/utils@0.2.1: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} - /@hookform/error-message@2.0.1(react-dom@18.2.0)(react-hook-form@7.51.3)(react@18.2.0): + /@hookform/error-message@2.0.1(react-dom@18.2.0)(react-hook-form@7.51.4)(react@18.2.0): resolution: {integrity: sha512-U410sAr92xgxT1idlu9WWOVjndxLdgPUHEB8Schr27C9eh7/xUnITWpCMF93s+lGiG++D4JnbSnrb5A21AdSNg==} peerDependencies: react: '>=16.8.0' @@ -926,15 +926,15 @@ packages: dependencies: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-hook-form: 7.51.3(react@18.2.0) + react-hook-form: 7.51.4(react@18.2.0) dev: false - /@hookform/resolvers@2.7.1(react-hook-form@7.51.3): + /@hookform/resolvers@2.7.1(react-hook-form@7.51.4): resolution: {integrity: sha512-dX//pnHJK9CJSz0bURQ7B84vSy1OnqJmB+ziVY4Jvc5VyL2qe0l3ol8QicCkjKxFdlOLlAds+eF0H0u8HELk5A==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.51.3(react@18.2.0) + react-hook-form: 7.51.4(react@18.2.0) dev: false /@humanwhocodes/config-array@0.11.14: @@ -6282,8 +6282,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.51.3(react@18.2.0): - resolution: {integrity: sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==} + /react-hook-form@7.51.4(react@18.2.0): + resolution: {integrity: sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18