From 10939f07862e5474bb6ad9af6ce347ae9699c82e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 18:24:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 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",