From 0a49cc4c01305fafb55f49409db32423b0dfa77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:51:10 +0000 Subject: [PATCH] Bump @hookform/resolvers from 2.9.10 to 3.3.3 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.10 to 3.3.3. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.10...v3.3.3) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20f0624..6625faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ffmuc-mastodon-paywall", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "^3.3.3", "@paypal/react-paypal-js": "^7.8.3", "bootstrap": "^5.3.0", "eslint": "8.41.0", @@ -97,9 +97,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "2.9.10", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.10.tgz", - "integrity": "sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.3.tgz", + "integrity": "sha512-bOMxKkSD3zWcS11TKoUQ8O0ZqKslFohvUsPKSrdCHiuEuMjRo/u3cq9YRJD/+xtNGYup++XD2LkjhegP5XENiw==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -3241,9 +3241,9 @@ "integrity": "sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==" }, "@hookform/resolvers": { - "version": "2.9.10", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.10.tgz", - "integrity": "sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.3.tgz", + "integrity": "sha512-bOMxKkSD3zWcS11TKoUQ8O0ZqKslFohvUsPKSrdCHiuEuMjRo/u3cq9YRJD/+xtNGYup++XD2LkjhegP5XENiw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 58c2e0b..c7574d1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "^3.3.3", "@paypal/react-paypal-js": "^7.8.3", "bootstrap": "^5.3.0", "eslint": "8.41.0",