diff options
author | dependabot[bot] | 2023-01-02 17:01:55 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | d13d1fc522451df4d02286abdeb5945ceebe9a70 (patch) | |
tree | 8fb02244b4fe0399e3820805371f126f548d6ced /vnext | |
parent | 35b567656b066818263adce8ec82d6d62b616bd8 (diff) |
Bump react-hook-form from 7.41.2 to 7.41.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.2 to 7.41.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.41.2...v7.41.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>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 1b8e917a..ee5c1269 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.2", + "react-hook-form": "^7.41.3", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.1", "react-use": "^17.4.0", @@ -14079,9 +14079,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.41.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.2.tgz", - "integrity": "sha512-Uz5kNlfkEZve0sr5y2LsxPDGN3eNDjjKb1XJgand1E5Ay0S3zWo8YcJQNGu88/Zs6JaFnrJqTXbSr6B2q7wllA==", + "version": "7.41.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz", + "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==", "engines": { "node": ">=12.22.0" }, @@ -27296,9 +27296,9 @@ } }, "react-hook-form": { - "version": "7.41.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.2.tgz", - "integrity": "sha512-Uz5kNlfkEZve0sr5y2LsxPDGN3eNDjjKb1XJgand1E5Ay0S3zWo8YcJQNGu88/Zs6JaFnrJqTXbSr6B2q7wllA==", + "version": "7.41.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz", + "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 3d131f7e..8a0b4cae 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -67,7 +67,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.2", + "react-hook-form": "^7.41.3", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.1", "react-use": "^17.4.0", |