From a2d367ee4958ce5401525dd50e7263196a43d358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 01:56:59 +0000 Subject: [PATCH] chore:(deps): bump react-hook-form from 7.28.1 to 7.43.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.28.1 to 7.43.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.28.1...v7.43.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34f2dd4..e50fb71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "micro": "^9.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.28.1", + "react-hook-form": "^7.43.4", "reflect-metadata": "^0.1.13", "ts-jest": "^27.1.3", "type-graphql": "^1.1.1" @@ -14850,9 +14850,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.28.1.tgz", - "integrity": "sha512-mgwxvXuvt3FMY/mdnWbPc++Zf1U5xYzkhOaL05mtFMLvXc9MvUhMUlKtUVuO12sOrgT3nPXBgVFawtiJ4ONrgg==", + "version": "7.43.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", + "integrity": "sha512-JZp05wvmuV8qr3NNDWwyhiQL05sh9E8x/2NoWtkdiyyiezmwOr5pKexlvbCEfBMa7ZYrvzk88G/uhLl47T9b7Q==", "engines": { "node": ">=12.22.0" }, @@ -14861,7 +14861,7 @@ "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18" } }, "node_modules/react-is": { @@ -28488,9 +28488,9 @@ } }, "react-hook-form": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.28.1.tgz", - "integrity": "sha512-mgwxvXuvt3FMY/mdnWbPc++Zf1U5xYzkhOaL05mtFMLvXc9MvUhMUlKtUVuO12sOrgT3nPXBgVFawtiJ4ONrgg==", + "version": "7.43.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", + "integrity": "sha512-JZp05wvmuV8qr3NNDWwyhiQL05sh9E8x/2NoWtkdiyyiezmwOr5pKexlvbCEfBMa7ZYrvzk88G/uhLl47T9b7Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index b64301c..8536aa7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "micro": "^9.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.28.1", + "react-hook-form": "^7.43.4", "reflect-metadata": "^0.1.13", "ts-jest": "^27.1.3", "type-graphql": "^1.1.1"