From 503bbe4521ed68c59e1d1b39998060ce1fd543ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 02:45:15 +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/npm:debug:20170905 --- 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 a592b45e05..74410dd90e 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "cids": "^1.1.5", - "ipfs-daemon": "^0.4.2", - "ipfs-core": "^0.4.2", + "ipfs-daemon": "^0.6.0", + "ipfs-core": "^0.6.0", "ipfs-http-client": "^48.2.2", "multicodec": "^2.0.1", "multihashing-async": "^2.0.1",