From a7125b98e0edd9bd135df4c11c137804264b0894 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 02:10:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b551631bd9eda3..8441276cbf0927 100644 --- a/package.json +++ b/package.json @@ -229,7 +229,7 @@ "jest-runtime": "^19.0.3", "mock-fs": "^3.11.0", "react-dom": "~16.0.0-alpha.4", - "sharp": "^0.17.2", + "sharp": "^0.24.1", "react": "16.0.0-alpha.12", "react-test-renderer": "16.0.0-alpha.12", "shelljs": "0.6.0",