From 823d1f36b8e6207473bb9cec2e5275b2598a9030 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 04:37:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 994ccf0..4578e4f 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "err-code": "^3.0.1", "eslint-config-ipfs": "^2.1.0", "hdkey": "^2.0.1", - "ipfs": "^0.62.3", + "ipfs": "^0.64.0", "ipfs-core": "^0.14.2", "it-all": "^1.0.6", "libp2p": "^0.36.2", @@ -104,7 +104,7 @@ "multiaddr": "^10.0.0", "multicodec": "^3.1.0", "nodemailer": "^6.6.1", - "npm": "6.10", + "npm": "7.21.0", "orbit-db": "^0.28.6", "peer-id": "^0.15.1", "protobufjs": "^6.11.2",