fix: libs/stellar-util/package.json & libs/stellar-util/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CIPHERBASE-12084814
- https://snyk.io/vuln/SNYK-JS-SHAJS-12089400
This commit is contained in:
snyk-bot
2025-08-25 06:08:35 +00:00
parent cbe03c549c
commit 547be5f76f
2 changed files with 195 additions and 120 deletions

View File

@@ -5,8 +5,8 @@
"build": "browserify stellar-util.js > /tmp/stellar-util.js"
},
"dependencies": {
"ed25519-hd-key": "^1.0.0",
"stellar-base": "^0.10.0"
"ed25519-hd-key": "^1.2.1",
"stellar-base": "^13.1.0"
},
"devDependencies": {
"browserify": "^16.2.3",