From 0140577fa5a5c2273f922ead8a0f8f85f1d6a9d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 03:00:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e83d562..33b94e4 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ }, "dependencies": { "app-root-path": "^2.1.0", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "debug": "^4.1.1", "dotenv": "^6.2.0", - "express": "~4.16.0", - "firebase-admin": "^7.0.0", + "express": "~4.22.0", + "firebase-admin": "^9.0.0", "http-errors": "^1.7.2", "morgan": "^1.9.1", "winston": "^3.2.1"