From 138f4a968782337ca26c8b79e6a52f7ec0998d28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 20:05:11 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/package.json b/explorer/package.json index f81ae0f2d79b07..fe479a1b7415b5 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -29,7 +29,7 @@ "chart.js": "^2.9.4", "classnames": "2.2.6", "humanize-duration-ts": "^2.1.1", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "prettier": "^2.1.2", "react": "^16.14.0", "react-chartjs-2": "^2.10.0",