From e32ade25293ce586f7d0f7f62aae61fe95b2a6f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 16:49:30 +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 4985bc8..12afb76 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/niftylettuce/gulp-pug-job/issues" }, "dependencies": { - "gulp-util": "3.0.7", + "gulp-util": "3.0.8", "pug-runtime": "^2.0.1", "through2": "2.0.1", "underscore": "1.8.3"