From a418366fc841e03aa700ee063f71caed121be162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Sep 2021 06:57:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ae80206603..15e916527e6 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "devDependencies": { "canonical-path": "^1.0.0", - "diff2html-cli": "^2.7.0", - "firebase-tools": "^7.6.2", + "diff2html-cli": "^5.0.0", + "firebase-tools": "^8.10.0", "fs-extra": "^7.0.1", "gulp": "^4.0.0", "gulp-cli": "^2.0.1", - "gulp-imagemin": "^5.0.3", - "superstatic": "^6.0.4", + "gulp-imagemin": "^8.0.0", + "superstatic": "^7.0.0", "yamljs": "^0.3.0", - "yargs": "^12.0.5" + "yargs": "^15.0.1" } }