mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CIPHERBASE-12084814 - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "stellar-util",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "browserify stellar-util.js > /tmp/stellar-util.js"
|
|
},
|
|
"dependencies": {
|
|
"ed25519-hd-key": "^1.2.1",
|
|
"stellar-base": "^13.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"uglify-es": "^3.3.9"
|
|
},
|
|
"resolutions": {
|
|
"pbkdf2": "3.1.3"
|
|
}
|
|
}
|