From a96c8af69edf2e780d23280338bb6c34dc1593c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 00:25:44 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3aad6bea0..3aaa19b11 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.1" } }