*Use patched micro-ed25519-hdkey

This commit is contained in:
Derrick Hammer 2022-12-30 00:13:11 -05:00
parent 1da240ecd6
commit ca65db07a3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 2 deletions

View File

@ -41,7 +41,7 @@
"json-stable-stringify": "^1.0.1",
"json-stringify-deterministic": "^1.0.7",
"loady": "https://github.com/LumeWeb/loady.git",
"micro-ed25519-hdkey": "^0.1.2",
"micro-ed25519-hdkey": "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch",
"msgpackr": "^1.6.1",
"node-cache": "^5.1.2",
"node-cron": "^3.0.1",
@ -72,5 +72,8 @@
"supports-color": "https://github.com/LumeWeb/supports-color.git",
"typescript": "^4.9.4"
},
"packageManager": "yarn@4.0.0-rc.33"
"packageManager": "yarn@4.0.0-rc.33",
"resolutions": {
"micro-ed25519-hdkey@npm:^0.1.2": "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch"
}
}