From 33181374a8412f3e87b2a9e56fef5b82015014a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 03:26:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b551631bd9eda3..f1a872f15d944a 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.18.0", "react": "16.0.0-alpha.12", "react-test-renderer": "16.0.0-alpha.12", "shelljs": "0.6.0",