From 495553c1bd9cdd958abbb4e314d91d920912f336 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 16:47:20 +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-ELLIPTIC-8187303 --- 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 d446691fc2..a51a628e71 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "dag-jose": "^1.0.0", - "ipfs-daemon": "^0.9.0", - "ipfs-core": "^0.10.0", + "ipfs-daemon": "^0.16.1", + "ipfs-core": "^0.18.1", "ipfs-http-client": "^52.0.0", "multiformats": "^9.4.1", "uint8arrays": "^2.1.6"