mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: remove unused argon2-wasm-esm dependency (#2508)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
bdce8fe8d2
commit
6175489cb0
4 changed files with 1 additions and 26 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@
|
|||
"react": ["./node_modules/@types/react"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "types"],
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
|
|
|
|||
19
frontend/types/argon2-wasm-esm.d.ts
vendored
19
frontend/types/argon2-wasm-esm.d.ts
vendored
|
|
@ -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>;
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue