From 5fa46a5ed513132b125822447f3cd4f5a14cb4b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 16:01:28 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df6dfb2..803c2c9 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,13 @@ "gulp-extname": "0.2.0", "gulp-load-plugins": "0.8.0", "gulp-minify-css": "0.4.4", - "gulp-minify-html": "0.1.8", + "gulp-minify-html": "1.0.6", "gulp-rev": "3.0.0", "gulp-sass": "1.3.2", "gulp-template": "2.1.0", "gulp-uglify": "1.1.0", "gulp-usemin": "0.3.11", - "gulp-util": "3.0.3", + "gulp-util": "3.0.8", "lodash": "3.0.0", "marked": "0.3.3" },