From ab1d3557419fb174e6c98d7e79a45d967b6f9a45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 00:02:09 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3aad6bea0..397b7cf8b 100644 --- a/example/package.json +++ b/example/package.json @@ -6,6 +6,6 @@ "nw-builder": "^2.x" }, "dependencies": { - "gulp-util": "^2.2.14" + "gulp-util": "^3.0.8" } }