From 4addc05f60c8b51bbfc566768f7d6daf9d6cd079 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 00:56:21 +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 515ec8dde..3fd7c5efb 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.21.2", "jest": "^29.7.0", "jsdoc": "^3.6.3", "marked": "^4.0.10",