From e719620e9952a0e1402bda9d58cdeff37040d5f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 05:26:43 +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-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- examples/custom-ipld-formats/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index a592b45e05..2601e67660 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "cids": "^1.1.5", - "ipfs-daemon": "^0.4.2", - "ipfs-core": "^0.4.2", - "ipfs-http-client": "^48.2.2", + "ipfs-daemon": "^0.12.0", + "ipfs-core": "^0.14.0", + "ipfs-http-client": "^50.0.0", "multicodec": "^2.0.1", "multihashing-async": "^2.0.1", "uint8arrays": "^1.1.0"