diff options
author | dependabot[bot] | 2023-03-17 21:58:03 +0000 |
---|---|---|
committer | vitalyster | 2023-03-18 01:27:14 +0300 |
commit | 110508dfce02e801ed3ed470bd6612dbe7173f0b (patch) | |
tree | d6da19c0c9bda6c3e2de7101ed6f6c4141289024 | |
parent | 6c69e7cbe4a30224e377eb1fc09a2648c6b27954 (diff) |
build(deps): bump react-hook-form from 7.43.5 to 7.43.6
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.5 to 7.43.6.
- [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.43.5...v7.43.6)
---
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 6697eca1..936dc5a3 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.43.5", + "react-hook-form": "^7.43.6", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.9.0", "svg4everybody": "^2.1.9", @@ -15277,9 +15277,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", - "integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", + "version": "7.43.6", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.6.tgz", + "integrity": "sha512-zEXpju7XnrszIW5AMIjGw3ta/NmhkXG02fnSbIt4MfCegdQhmLkAfeM8bba87Co3oyBDsp8wONP8POcRToPBVw==", "engines": { "node": ">=12.22.0" }, @@ -29129,9 +29129,9 @@ } }, "react-hook-form": { - "version": "7.43.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", - "integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", + "version": "7.43.6", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.6.tgz", + "integrity": "sha512-zEXpju7XnrszIW5AMIjGw3ta/NmhkXG02fnSbIt4MfCegdQhmLkAfeM8bba87Co3oyBDsp8wONP8POcRToPBVw==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 65e63aed..7e627bdb 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.5", + "react-hook-form": "^7.43.6", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.9.0", "svg4everybody": "^2.1.9", |