From a0d14de0c76760968fdcf663afa2373454f5abd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 23:52:48 +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 ac7a0a8..2ac952b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^25.0.1", - "express": "4.17.2", + "express": "4.19.2", "express-bunyan-logger": "1.3.3", "helmet": "5.0.1", "pg": "^8.7.3",