From 384b64123602ef35847152f9d87577316a05c626 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 02:01:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - 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 20f17ca..0e1d0b7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-098f6bcd.css, also re-writes references in each file to new reved name.", "main": "index.js", "dependencies": { - "gulp-util": "~2.2.14", + "gulp-util": "~3.0.8", "event-stream": "~3.1.0", "through2": "~0.4.0", "chalk": "~0.4.0"