From 718c20eb1e09b5d9f5d6206b14ec32e8151c0790 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Oct 2021 06:21:19 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ae80206603..7165e6b0104 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "devDependencies": { "canonical-path": "^1.0.0", "diff2html-cli": "^2.7.0", - "firebase-tools": "^7.6.2", + "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", + "superstatic": "^7.0.0", "yamljs": "^0.3.0", "yargs": "^12.0.5" }