diff options
author | dependabot[bot] | 2024-12-16 21:48:19 +0000 |
---|---|---|
committer | vitalyster | 2024-12-17 07:07:42 -0800 |
commit | f0ffbf3bcd10aefbe01467aa3abf7169cf92f022 (patch) | |
tree | b0fb332c1e9bdcfcd3ef9f29a215434d2cfe39d8 | |
parent | f6e0ddb2370d1c7becf4a21803a893440beeda61 (diff) |
build(deps): bump react-hook-form from 7.54.0 to 7.54.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.0 to 7.54.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.54.0...v7.54.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.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 58e98d7c4..90632b94b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.54.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^7.0.2", "sequelize": "^6.37.5", @@ -17988,9 +17988,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.54.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.0.tgz", - "integrity": "sha512-PS05+UQy/IdSbJNojBypxAo9wllhHgGmyr8/dyGQcPoiMf3e7Dfb9PWYVRco55bLbxH9S+1yDDJeTdlYCSxO3A==", + "version": "7.54.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.1.tgz", + "integrity": "sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 8bace2b4c..b2afdae0d 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.54.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^7.0.2", "sequelize": "^6.37.5", |