chore: remove unused argon2-wasm-esm dependency

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Roland Bewick 2026-08-06 22:39:11 +07:00
parent 3b3e784fa6
commit c33728bb21
4 changed files with 1 additions and 26 deletions

View file

@ -27,7 +27,6 @@
"@getalby/sdk": "^8.0.3",
"@scure/bip39": "^2.2.0",
"@stepperize/react": "^6.1.0",
"argon2-wasm-esm": "^1.0.3",
"bitcoin-address-validation": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",

View file

@ -26,6 +26,6 @@
"react": ["./node_modules/@types/react"]
}
},
"include": ["src", "types"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}

View file

@ -1,19 +0,0 @@
declare module "argon2-wasm-esm" {
export interface Argon2Options {
pass: string;
salt: Uint8Array;
time: number;
mem: number;
hashLen: number;
parallelism: number;
type: number;
}
export interface Argon2Result {
hash: Uint8Array;
hashHex: string;
encoded: string;
}
export function hash(options: Argon2Options): Promise<Argon2Result>;
}

View file

@ -2982,11 +2982,6 @@ ansi-styles@^6.2.1:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
argon2-wasm-esm@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/argon2-wasm-esm/-/argon2-wasm-esm-1.0.3.tgz#cdd6602b00b78b6d4fe8bf3c966c4c705e683e21"
integrity sha512-tRwVl0LO0Tl4rJRwTAMy+PfA7cqZb6jGB2o5lIrPqF2PFJVeNILeo4zAdFgow+MvggDWsujrrbYo14+CWF0dmQ==
argparse@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"