From 91f5e8cf4be96238a42d74cb207d3d5503ca0f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:03:22 +0000 Subject: [PATCH] build(deps): bump @hookform/resolvers from 2.9.10 to 3.9.1 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.10 to 3.9.1. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.10...v3.9.1) --- 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 c600b79b..72379a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@bringweb3/chrome-extension-kit": "^1.2.4", "@formatjs/intl": "2.10.4", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.9.1", "@lapo/asn1js": "1.2.4", "@ledgerhq/hw-transport": "^6.30.6", "@ledgerhq/hw-transport-web-ble": "^6.28.6", @@ -3545,9 +3545,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.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", + "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -32217,9 +32217,9 @@ "requires": {} }, "@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.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", + "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index d64bda53..fa97bdc2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "@bringweb3/chrome-extension-kit": "^1.2.4", "@formatjs/intl": "2.10.4", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.9.1", "@lapo/asn1js": "1.2.4", "@ledgerhq/hw-transport": "^6.30.6", "@ledgerhq/hw-transport-web-ble": "^6.28.6",