aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-03-18 21:31:33 +0000
committerGravatar vitalyster2024-03-19 06:07:29 +0300
commit178f18d3ad7f69665a890e66f529f225bb3c1071 (patch)
tree3b46088a829a2bac45693b2e4d690a44b941de7e
parentf110d9a002b04536d28fb5ee687e5d2669c86767 (diff)
build(deps): bump react-hook-form from 7.51.0 to 7.51.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.0 to 7.51.1. - [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.0...v7.51.1) --- 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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 3e76bcef..5364222b 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.0",
+ "react-hook-form": "^7.51.1",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.22.3",
"svg4everybody": "^2.1.9",
@@ -16290,9 +16290,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.51.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz",
- "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==",
+ "version": "7.51.1",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.1.tgz",
+ "integrity": "sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==",
"engines": {
"node": ">=12.22.0"
},
diff --git a/package.json b/package.json
index 98b43935..f27c9ee6 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
"react-content-loader": "^7.0.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
- "react-hook-form": "^7.51.0",
+ "react-hook-form": "^7.51.1",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.22.3",
"svg4everybody": "^2.1.9",