From 5e79505af99d6e7462e3e75170e607b41d3fa5b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 03:00:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e83d562..42a42e2 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "debug": "^4.1.1", "dotenv": "^6.2.0", "express": "~4.16.0", - "firebase-admin": "^7.0.0", + "firebase-admin": "^9.0.0", "http-errors": "^1.7.2", - "morgan": "^1.9.1", + "morgan": "^1.10.1", "winston": "^3.2.1" }, "devDependencies": {