From bf9384950af393e0bc3898d1228e9834fbd5d29b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Dec 2021 19:17:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5250a53..4d7bdc8 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "browser-sync": "^2.18.8", "del": "^2.2", "eslint-config-punchcard": "^1.0", - "eyeglass": "^1.1", + "eyeglass": "^3.0.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^4.0.0", "gulp-eslint": "^3.0", "gulp-if": "^2.0", "gulp-imagemin": "^3.0", "gulp-nodemon": "^2.2.1", - "gulp-sass": "^3.1.0", + "gulp-sass": "^5.0.0", "gulp-sass-lint": "^1.2", "gulp-sourcemaps": "^2.6.0", "gulp-task-listing": "^1.0",