deps: rm web-bip39 in favor of @scure/bip39

This commit is contained in:
2024-10-05 22:12:51 +03:00
parent 0cd7ca7f65
commit a25028b37c
5 changed files with 71 additions and 17 deletions

View File

@@ -10,8 +10,8 @@
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "LGPL-2.0-only",
"dependencies": {
"elliptic": "^6.5.7",
"web-bip39": "^0.0.3"
"@scure/bip39": "^1.4.0",
"elliptic": "^6.5.7"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",