From 65b9ce706e7366255ac5889fe08970b2d8bafa7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 19:12:03 +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 832b2dac..ecd0d7a7 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "mkdirp-promise": "^5.0.0", "morgan": "^1.9.1", "node-fetch": "^2.6.0", - "node-sass": "^4.12.0", + "node-sass": "^5.0.0", "o-date": "https://github.com/Financial-Times/o-date#v2.11.0", "postcss": "^7.0.16", "postcss-csso": "^3.0.0",