diff options
author | dependabot[bot] | 2024-04-15 21:54:34 +0000 |
---|---|---|
committer | vitalyster | 2024-04-16 20:04:46 +0300 |
commit | 16aa804d7ef06540bcabae417d26cb49e4c7882a (patch) | |
tree | c8259813c5596da66c1954329349475a62ae22a8 | |
parent | 39a75a20cb4ec8a4004c6c60f11828e9fb5d8e67 (diff) |
build(deps): bump react-hook-form from 7.51.2 to 7.51.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.2 to 7.51.3.
- [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.2...v7.51.3)
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index c88d307b..32f14c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.2", + "react-hook-form": "^7.51.3", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.3", "svg4everybody": "^2.1.9", @@ -16227,9 +16227,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz", - "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==", + "version": "7.51.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.3.tgz", + "integrity": "sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index ce4caad3..42daea00 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.2", + "react-hook-form": "^7.51.3", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.3", "svg4everybody": "^2.1.9", |