From ee5befffe61e3a53cd6728bc03bcd8b2db15cea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:05:35 +0000 Subject: [PATCH] Bump @hookform/resolvers from 0.1.1 to 1.3.8 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 0.1.1 to 1.3.8. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v0.1.1...v1.3.8) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... 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..9ef7d46 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.8", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-1.3.8.tgz", + "integrity": "sha512-mEUqsqbx5S78+uN1tVS1vrgaFEeh4cbFzBs0tuzvWmJFGSSDaqf0Z9SoKvrDFXl8eBIQvADA6H4vsbUYnlXuxw==" }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", diff --git a/package.json b/package.json index cbfd3a7..4a8b8aa 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.8", "bulma": "^0.9.1", "classnames": "^2.2.6", "date-fns": "^2.16.1",