From c0e1c8e299ccb1af8312cec31a6f62c38cd2a435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Oct 2022 16:17:24 +0000 Subject: [PATCH] fix: upgrade ipfs-core from 0.10.8 to 0.16.1 Snyk has created this PR to upgrade ipfs-core from 0.10.8 to 0.16.1. See this package in npm: https://www.npmjs.com/package/ipfs-core See this project in Snyk: https://app.snyk.io/org/clonage/project/bf195bf8-ec75-4660-927a-b52ba32c4e96?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 d446691fc2..8ce31209a8 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -13,7 +13,7 @@ "dependencies": { "dag-jose": "^1.0.0", "ipfs-daemon": "^0.9.0", - "ipfs-core": "^0.10.0", + "ipfs-core": "^0.16.1", "ipfs-http-client": "^52.0.0", "multiformats": "^9.4.1", "uint8arrays": "^2.1.6"