From e2fb3789beef1f962fe0d29307064afaecb4dae6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 08:56:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f214a8b..88077cb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "extend-options": "0.0.1", - "gulp-iconfont": "8.0.1", + "gulp-iconfont": "9.0.0", "gulp-iconfont-css": "3.0.0", "snyk": "^1.88.0" },