Skip to content

Commit

Permalink
fix: upgrade react-hook-form from 7.53.0 to 7.53.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Nov 15, 2024
1 parent 0bfa8c0 commit 8fc649e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 7 additions & 4 deletions services/ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8fc649e

Please sign in to comment.