From cec3a4d6b4984061238acc9c1b643049e9eb1c7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Sep 2022 17:08:03 +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-JUSTSAFESET-1920917 --- 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..f44fa4c2f6 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.14.0", + "ipfs-core": "^0.16.0", "ipfs-http-client": "^50.0.0", "multicodec": "^3.0.1", "multihashing-async": "^2.1.2",