From 5feeb1fc8fc1d2192c55f924b86bb58a34e5d783 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 11:57:52 +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 515ec8dde..ab84c009b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "clean-jsdoc-theme": "^4.2.17", "cypress": "^13.7.2", "docdash-with-dark-mode": "^1.0.1", - "express": "^4.19.2", + "express": "^4.20.0", "jest": "^29.7.0", "jsdoc": "^3.6.3", "marked": "^4.0.10",