From d239b17c5dfbee982830b471ad06c62afa87cbb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 15:43:53 +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 09a9ab5..c366fa7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bcrypt-nodejs": "0.0.3", "body-parser": "1.18.3", "chai": "3.5.0", - "express": "4.16.3", + "express": "4.21.2", "folder-hash": "2.1.2", "js-yaml": "3.13.1", "morgan": "1.9.1",