From a3b3f0f688f02061566ad9924f367192e0e391bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 03:38:29 +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 f4ea3e5..d95f304 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.21.2", "graphql": "14.1.1", "graphql-tag": "2.9.2", "helmet": "3.15.0",