From 528bffb67106861a2be265e95ab1b9a8ddff794b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 16:37:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43fa667..a6638a29 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "request-promise": "^4.2.6", "rlp": "^2.1.0", "save": "^2.9.0", - "sharp": "^0.32.1", + "sharp": "^0.32.6", "sinon-chai": "^3.7.0", "socket.io": "^4.4.1", "solc": "^0.5.0",