From c2ed13b3f0284bc0c419ce5b1fc0df59af16eb1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 16:54:01 +0000 Subject: [PATCH] fix: worker-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- worker-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker-service/package.json b/worker-service/package.json index 5558bb1bdc..0d64f56f55 100644 --- a/worker-service/package.json +++ b/worker-service/package.json @@ -15,7 +15,7 @@ "axios-retry": "^3.2.4", "cross-blob": "^2.0.1", "dotenv": "^16.0.0", - "ipfs-client": "0.5.0", + "ipfs-client": "0.9.0", "jsonwebtoken": "^8.5.1", "module-alias": "^2.2.2", "reflect-metadata": "^0.1.13",