diff options
author | dependabot[bot] | 2022-11-15 17:01:35 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | f6085503b51bd743a5b20ab757e21d08e8ddb4b6 (patch) | |
tree | 40c66916fbd62318eb86a853bfe08182c549363b /vnext | |
parent | eb04ced53b02881dd2590bd287b83963d7ff48af (diff) |
Bump react-hook-form from 7.39.3 to 7.39.4
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.3 to 7.39.4.
- [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.3...v7.39.4)
---
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 0e1d6ae2..fcab8dce 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -28,7 +28,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.39.3", + "react-hook-form": "^7.39.4", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", @@ -14138,9 +14138,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.39.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.3.tgz", - "integrity": "sha512-H/vwk1vBf+TiXuyW6+hWz+zCujiDO6NqHlN5sPE/a+NGKKGK95XTM65DZz3NmEgs2M20Wka+g4uv4VD367wDBA==", + "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==", "engines": { "node": ">=12.22.0" }, @@ -27378,9 +27378,9 @@ } }, "react-hook-form": { - "version": "7.39.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.3.tgz", - "integrity": "sha512-H/vwk1vBf+TiXuyW6+hWz+zCujiDO6NqHlN5sPE/a+NGKKGK95XTM65DZz3NmEgs2M20Wka+g4uv4VD367wDBA==", + "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==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index d35b2e93..f0c82742 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -68,7 +68,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.39.3", + "react-hook-form": "^7.39.4", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", |