diff options
author | dependabot[bot] | 2022-11-21 17:08:08 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | f92fcd6d631a1e02518f6de6d657d1197cc263fe (patch) | |
tree | f3a41b5b47e0507729f95e03ad1a694a8e8d7ba1 /vnext/package-lock.json | |
parent | 88b7fceefac17a3998e4a27ba11b6beb923c976d (diff) |
Bump react-hook-form from 7.39.4 to 7.39.5
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.4 to 7.39.5.
- [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.39.4...v7.39.5)
---
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/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 51e4bab5..fb7e0abc 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.39.4", + "react-hook-form": "^7.39.5", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", @@ -13928,9 +13928,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.39.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz", - "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==", + "version": "7.39.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.5.tgz", + "integrity": "sha512-OE0HKyz5IPc6svN2wd+e+evidZrw4O4WZWAWYzQVZuHi+hYnHFSLnxOq0ddjbdmaLIsLHut/ab7j72y2QT3+KA==", "engines": { "node": ">=12.22.0" }, @@ -27055,9 +27055,9 @@ } }, "react-hook-form": { - "version": "7.39.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz", - "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==", + "version": "7.39.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.5.tgz", + "integrity": "sha512-OE0HKyz5IPc6svN2wd+e+evidZrw4O4WZWAWYzQVZuHi+hYnHFSLnxOq0ddjbdmaLIsLHut/ab7j72y2QT3+KA==", "requires": {} }, "react-hot-toast": { |