From 7db438764cc350c83bab3fd1d24e77341aee3e29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 18:23:45 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 829dadc..037a5a2 100644 --- a/app/package.json +++ b/app/package.json @@ -11,6 +11,6 @@ }, "license": "GPL-3.0", "dependencies": { - "@akashaproject/ipfs-connector": "1.10.37" + "@akashaproject/ipfs-connector": "1.11.0" } }