diff options
author | dependabot[bot] | 2023-11-06 21:04:31 +0000 |
---|---|---|
committer | vitalyster | 2023-11-10 17:06:05 +0300 |
commit | ee2202ca310801da809db5886cc749f69a4b2cfc (patch) | |
tree | 7418d7fcf80018121bf208b0fe57164e9c1a79ee | |
parent | fe0ded45efa3930557c4f50b01c81b81e919b38a (diff) |
build(deps): bump react-hook-form from 7.47.0 to 7.48.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.47.0 to 7.48.2.
- [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.47.0...v7.48.2)
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 2c670e2a..b7bbf73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.18.0", "svg4everybody": "^2.1.9", @@ -16508,9 +16508,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "version": "7.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "engines": { "node": ">=12.22.0" }, @@ -31103,9 +31103,9 @@ } }, "react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "version": "7.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 373c89b7..f7efd840 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.18.0", "svg4everybody": "^2.1.9", |