From 3df4ef9d50a52741db2e98956283ff0cbcee809d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 18:05:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4409810..1c52c44 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "app-root-path": "2.1.0", "colors": "1.3.3", "cors": "2.8.5", - "express": "4.16.4", + "express": "4.21.2", "graphql": "14.1.1", "helmet": "3.15.0", "lodash.clonedeep": "4.5.0",