From 3602d7a47d8eff80610395f33515616f4e484e54 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 28 Mar 2024 19:06:00 +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 f68978f..7bb3e51 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "body-parser": "^1.17.2", "compression": "^1.7.3", "cors": "^2.8.5", - "express": "^4.16.4", + "express": "^4.19.2", "graphql": "^0.13.2", "graphql-server-express": "^1.4.0", "graphql-tools": "^4.0.3",