From a03438cfbca6fb0a271d1fdcbb593e2a90dfa79b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jun 2021 01:56:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b7ce01..8f784e7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-plumber": "^1.1.0", - "gulp-sass": "^3.1.0", + "gulp-sass": "^5.0.0", "gulp-util": "^3.0.8", "hapi-react-views": "^9.2.1", "react": "^15.4.2",