From 9fa59d48375c30199225ea5fbbbbde8435af1639 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 11:14:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4dc444..a6c25d5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "webpack": "^1.12.14" }, "dependencies": { - "express": "4.14.0", + "express": "4.20.0", "gulf": "4.0.4", "loglevel": "1.4.0", "ot-text": "1.0.1",