From 4087b147eb3b3d0cb335f9243e109519ebf1af4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 06:31:51 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d7a8696..818c35c2 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "cookie-parser": "1.4.6", "eslint": "3.19.0", "eslint-plugin-markdown": "1.0.2", - "express": "4.18.2", - "mocha": "8.1.1", + "express": "4.21.2", + "mocha": "11.0.1", "nyc": "15.1.0", "supertest": "4.0.2" },