From c20fda5792958ba76cfac46d745de337d877efec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Oct 2020 02:35:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-535497 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64f245d..b20d797 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "image-webpack-loader": "^6.0.0", "lit-scss-loader": "^1.0.0", "mocha": "^5.2.0", - "node-sass": "^4.12.0", + "node-sass": "^4.13.1", "pixelmatch": "^4.0.2", "polymer-cli": "^1.9.3", "polyserve": "^0.27.0",