From d4e6aecef6ed2948ec90eba18c617e557253592e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Mar 2024 18:05:56 +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 05c3436..df5471d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "classnames": "^2.2.5", "cookie-parser": "^1.4.3", "core-js": "^2.4.1", - "express": "^4.15.2", + "express": "^4.19.2", "express-graphql": "^0.6.4", "express-jwt": "^5.1.0", "fastclick": "^1.0.6",