diff --git a/services/ui-src/package.json b/services/ui-src/package.json index cf9ad3655..549db0acd 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -32,7 +32,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.53.1", "react-icons": "^4.12.0", "react-router-dom": "6.26.2", "react-uuid": "^1.0.3", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index fb5dc6cd1..9abbefa1a 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -3609,6 +3609,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" @@ -8141,10 +8144,10 @@ react-helmet@^6.1.0: react-fast-compare "^3.1.1" react-side-effect "^2.1.0" -react-hook-form@^7.52.1: - version "7.52.1" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.1.tgz#ec2c96437b977f8b89ae2d541a70736c66284852" - integrity sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg== +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.12.0: version "4.12.0"