From 994dfc0e828d88062de6eb7019d1690788daa710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:38:26 +0000 Subject: [PATCH] build(deps): bump @hookform/resolvers from 2.9.10 to 3.10.0 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.10 to 3.10.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.10...v3.10.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f75442d..d1dab771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@bringweb3/chrome-extension-kit": "^1.2.11", "@formatjs/intl": "2.10.4", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.10.0", "@lapo/asn1js": "1.2.4", "@ledgerhq/hw-transport": "^6.30.6", "@ledgerhq/hw-transport-web-ble": "^6.28.6", @@ -3559,9 +3559,10 @@ } }, "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.10.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.10.0.tgz", + "integrity": "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==", + "license": "MIT", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -32219,9 +32220,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.10.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.10.0.tgz", + "integrity": "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 887964ab..5376f7cc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "@bringweb3/chrome-extension-kit": "^1.2.11", "@formatjs/intl": "2.10.4", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.10.0", "@lapo/asn1js": "1.2.4", "@ledgerhq/hw-transport": "^6.30.6", "@ledgerhq/hw-transport-web-ble": "^6.28.6",