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",