From c64392199dbd9a1292c010f665be9f631a565120 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jan 2023 17:29:46 +0000 Subject: [PATCH] fix: upgrade ipfs from 0.55.4 to 0.65.0 Snyk has created this PR to upgrade ipfs from 0.55.4 to 0.65.0. See this package in npm: https://www.npmjs.com/package/ipfs See this project in Snyk: https://app.snyk.io/org/yng3/project/0f81fb50-dbb2-4b05-913b-1712d597c550?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/browser-script-tag/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-script-tag/package.json b/examples/browser-script-tag/package.json index c25744cf49..f50505eb9f 100644 --- a/examples/browser-script-tag/package.json +++ b/examples/browser-script-tag/package.json @@ -16,6 +16,6 @@ "test-ipfs-example": "^3.0.0" }, "dependencies": { - "ipfs": "^0.55.4" + "ipfs": "^0.65.0" } }