From be6d5357b0e232ac2e686b260eaca4206549619f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 07:22:42 +0000 Subject: [PATCH] Bump @hookform/resolvers from 0.1.1 to 1.3.4 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 0.1.1 to 1.3.4. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Changelog](https://github.com/react-hook-form/resolvers/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/resolvers/compare/v0.1.1...v1.3.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f29c2c4..c02f743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1673,9 +1673,9 @@ } }, "@hookform/resolvers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-0.1.1.tgz", - "integrity": "sha512-IKWcvDG82D0N+3ZjMSbdHul6TgL2Dd68aXyijLvc1mUCzBChvQwS6YDsXRrc9WuIjUPb9nluaVIIrmg3V1JMGQ==" + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-1.3.4.tgz", + "integrity": "sha512-K56VLSInXNIT/r14pkzRn1FJclqzGOWqpe3Bf0kz2Hf98ZOmRRFh4fhB7F3ofqCQ03CEQQkV44CTg7ql6nEvEg==" }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", diff --git a/package.json b/package.json index 0525a31..b2dca7b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@hookform/resolvers": "^0.1.0", + "@hookform/resolvers": "^1.3.4", "bulma": "^0.9.1", "classnames": "^2.2.6", "date-fns": "^2.16.1",