From 9b521cc88ee0cf7e49c6df38b3ab94ed325a3d8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Mar 2023 21:27:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d4af158e..ed9dda804 100644 --- a/package.json +++ b/package.json @@ -86,11 +86,11 @@ "core-js": "^2.5.7", "date-fns": "^1.30.1", "dotenv-webpack": "^1.7.0", - "firebase": "^5.5.7", + "firebase": "^7.22.0", "jquery-bar-rating": "^1.2.2", "js-cookie": "^2.2.0", "json-style-converter": "^1.0.3", - "jsonwebtoken": "^8.4.0", + "jsonwebtoken": "^9.0.0", "md5": "^2.2.1", "page": "^1.11.4", "preact": "^8.3.1",