From d242bc8863d472bc7264fa2cced49e48794bdef7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jan 2022 00:18:05 +0000 Subject: [PATCH] fix: examples/custom-ipld-formats/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- examples/custom-ipld-formats/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index a871de24cd..562ad2774b 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "cids": "^1.1.6", - "ipfs-daemon": "^0.6.1", - "ipfs-core": "^0.6.1", + "ipfs-daemon": "^0.11.0", + "ipfs-core": "^0.13.0", "ipfs-http-client": "^50.0.0", "multicodec": "^3.0.1", "multihashing-async": "^2.1.2",