From 3c4e47c33062747c4c3cdd9b15d949c97e16980e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 17:14:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff306e4..329091ad 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dataloader": "^2.0.0", "dotenv": "^8.2.0", "ejs": "^3.0.1", - "express": "^4.17.1", + "express": "^4.19.2", "express-graphql": "^0.9.0", "firebase-admin": "^8.9.0", "firebase-functions": "^3.3.0",