From 593a08e324c53a0c05866d86f2583b87739a3b21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 06:10:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a91b696..7f72106 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "typescript": "5.4.5" }, "dependencies": { - "express": "4.19.2", + "express": "4.21.2", "express-http-proxy": "2.0.0", "inversify": "6.0.2", "inversify-inject-decorators": "3.1.0",