From ff0f6fc2d166e5ab3a1c37ae8d9a2cdd2fdf9f3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 06:09:06 +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 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- 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",