From 8fc649ef335fb8f018d7bed4f7ae4e3a1fa43158 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 00:36:34 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.53.0 to 7.53.1 Snyk has created this PR to upgrade react-hook-form from 7.53.0 to 7.53.1. See this package in yarn: react-hook-form See this project in Snyk: https://app.snyk.io/org/macpro-mdct/project/7f14c330-4700-4da1-af12-7e50c9479f33?utm_source=github&utm_medium=referral&page=upgrade-pr --- services/ui-src/package.json | 2 +- services/ui-src/yarn.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/services/ui-src/package.json b/services/ui-src/package.json index 51aa9c30e..72222f689 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -37,7 +37,7 @@ "react-dom": "^17.0.1", "react-dropzone": "^11.4.2", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-icons": "^4.3.1", "react-router-dom": "6.27.0", "react-uuid": "^1.0.3", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index 1ffe9ba38..3a5743a85 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -3655,6 +3655,9 @@ version "3.1.5" resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.5.tgz#ca7a86a3c6b20fabe59667143f58d9e198616d14" integrity sha512-DhNPnqTqPoG8aZ5dWkFOgsuY+i0GQ3CI6hMmvCoduNsnU9gUZWZBwGfDQsTTB7NvFPkom1df7jMIJWU90kuXXg== + dependencies: + "@smithy/types" "^3.5.0" + tslib "^2.6.2" "@smithy/config-resolver@^3.0.5", "@smithy/config-resolver@^3.0.9": version "3.0.9" @@ -8068,10 +8071,10 @@ react-helmet@^6.1.0: react-fast-compare "^3.1.1" react-side-effect "^2.1.0" -react-hook-form@^7.53.0: - version "7.53.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab" - integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ== +react-hook-form@^7.53.1: + version "7.53.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.2.tgz#6fa37ae27330af81089baadd7f322cc987b8e2ac" + integrity sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw== react-icons@^4.3.1: version "4.3.1"