From f464b839a33ffff69c199e578015ee42dcc37562 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 00:26:12 +0000 Subject: [PATCH] fix: plugins/graphql-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- plugins/graphql-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index ba1800e8e19ce..61107658fb68a 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -39,7 +39,7 @@ "@types/express": "^4.17.6", "apollo-server": "^3.0.0", "apollo-server-express": "^3.0.0", - "express": "^4.17.1", + "express": "^4.21.2", "express-promise-router": "^4.1.0", "graphql": "^16.0.0", "helmet": "^4.0.0",