From d4a06fe86af4f816f9d94a90928129961d5e199d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:01:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 994ccf0..d18f018 100644 --- a/package.json +++ b/package.json @@ -94,8 +94,8 @@ "err-code": "^3.0.1", "eslint-config-ipfs": "^2.1.0", "hdkey": "^2.0.1", - "ipfs": "^0.62.3", - "ipfs-core": "^0.14.2", + "ipfs": "^0.66.1", + "ipfs-core": "^0.18.1", "it-all": "^1.0.6", "libp2p": "^0.36.2", "libp2p-crypto": "^0.21.2", @@ -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",