From 0d5413219b7b9f32543ef7113aa5c2e3d3a785e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 07:18:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f4f041f..e62202e 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "crypto-js": "^4.1.1", "i": "^0.3.7", "install": "^0.13.0", - "ipfs-core": "^0.17.0", - "ipfs-http-client": "^59.0.0", + "ipfs-core": "^0.18.1", + "ipfs-http-client": "^60.0.1", "jquery": "^3.6.4", "js-file-download": "^0.4.12", "json-bigint": "^1.0.0", @@ -65,7 +65,7 @@ "next": "13.0.3", "next-auth": "^4.16.4", "notistack": "^3.0.1", - "npm": "^8.19.3", + "npm": "^11.6.1", "postcss-cli": "^10.0.0", "prop-types": "^15.7.2", "react": "^18.2.0",