From 11c7c708c13c339e2b5dbd1e41522c5d4cc7c32a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 21:50:41 +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 f4ea3e5..12b8dd8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "app-root-path": "2.1.0", "classnames": "2.2.6", "cors": "2.8.5", - "express": "4.16.4", + "express": "4.19.2", "graphql": "14.1.1", "graphql-tag": "2.9.2", "helmet": "3.15.0",