diff options
author | dependabot[bot] | 2023-06-02 21:58:00 +0000 |
---|---|---|
committer | vitalyster | 2023-06-05 17:18:50 +0300 |
commit | 26a879c74c2917624ad39ccbca7cdd1a356f3b20 (patch) | |
tree | 5b75c4d53e3adab61fcc911bafc428f74ec48903 | |
parent | e4c2977c650b244b986fac27b2c59c16522813a7 (diff) |
build(deps): bump react-hook-form from 7.44.2 to 7.44.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.2 to 7.44.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.44.2...v7.44.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 | 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 75acdf9b..3c6a21f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.11.2", "svg4everybody": "^2.1.9", @@ -15708,9 +15708,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.44.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz", - "integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==", + "version": "7.44.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz", + "integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==", "engines": { "node": ">=12.22.0" }, @@ -29907,9 +29907,9 @@ } }, "react-hook-form": { - "version": "7.44.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz", - "integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==", + "version": "7.44.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz", + "integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 13f762df..c9132871 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.11.2", "svg4everybody": "^2.1.9", |