From 0fa2c06df505fc46b63bf36bdbe67b25d83405fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 May 2022 23:24:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index a592b45e05..d89b52c7b3 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "cids": "^1.1.5", - "ipfs-daemon": "^0.4.2", + "ipfs-daemon": "^0.13.0", "ipfs-core": "^0.4.2", "ipfs-http-client": "^48.2.2", "multicodec": "^2.0.1",