From 7049d5605cdf39a9826d9526f7f015a8799a885d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 16:41:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 994ccf0..5c6b174 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "binstring": "^0.2.1", "bip39": "^3.0.4", "bitcoincash-zmq-decoder": "^0.1.5", - "bitcoinjs-lib": "^5.2.0", + "bitcoinjs-lib": "^6.0.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1", "doichainjs-lib": "^2.2.6", @@ -105,7 +105,7 @@ "multicodec": "^3.1.0", "nodemailer": "^6.6.1", "npm": "6.10", - "orbit-db": "^0.28.6", + "orbit-db": "^0.29.0", "peer-id": "^0.15.1", "protobufjs": "^6.11.2", "satoshi-bitcoin": "^1.0.5",