From 9146aba23fc278ce9766df0af2aef2ca0f60183e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Sep 2022 19:52:19 +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 733e9fd600..2abb393be1 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.7.1", - "ipfs-core": "^0.7.1", + "ipfs-daemon": "^0.14.0", + "ipfs-core": "^0.16.0", "ipfs-http-client": "^50.1.1", "multicodec": "^3.0.1", "multihashing-async": "^2.1.2",