From 4a6c41a68ba95078bef281e1e19b26c65df00a80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 17:23:17 +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 c7815841..d84c6bda 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cheerio": "^1.0.0-rc.11", "cli-table": "0.3.11", "colors": "1.4.0", - "express": "^4.18.1", + "express": "^4.19.2", "express-async-errors": "3.1.1", "follow-redirects": "^1.15.1", "franc": "^6.0.0",