From 1a2b22685e040902ea8ac05c1d8e9ef3ee371784 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Mar 2024 23:13:06 +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 7121bec..c07cbb0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bluebird": "^3.4.6", "body-parser": "^1.12.0", "ejs": "^3.1.8", - "express": "^4.11.1", + "express": "^4.19.2", "lodash": "^4.17.2", "pmx": "^0.6.8", "string-template": "^1.0.0",