From 9c9009a8134ba8c0af075a0e37fa257865fabe4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 16:46:05 +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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8922354068..661013d5796 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "firebase": "2.x.x", "fs-extra": "^0.23.1", "glob": "^7.1.2", - "google-auto-auth": "^0.7.2", + "google-auto-auth": "^0.9.4", "inquirer": "^0.12.0", "is": "^3.2.1", "jsonschema": "^1.0.2", @@ -71,16 +71,16 @@ "lodash": "^4.6.1", "minimatch": "^3.0.4", "opn": "^5.3.0", - "ora": "0.2.3", + "ora": "1.4.0", "portfinder": "^1.0.13", "progress": "^2.0.0", "request": "^2.58.0", "semver": "^5.0.3", - "superstatic": "^5.0.2", + "superstatic": "^6.0.3", "tar": "^4.3.0", "tmp": "0.0.33", - "universal-analytics": "^0.4.16", - "update-notifier": "^0.5.0", + "universal-analytics": "^0.5.0", + "update-notifier": "^2.3.0", "user-home": "^2.0.0", "uuid": "^3.0.0", "winston": "^1.0.1"