From b874bea8991096a7750fe7ddd06eb646ad90521b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 21:17:50 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index ca86258f5b4..eaa0987463c 100644 --- a/src/package.json +++ b/src/package.json @@ -42,7 +42,7 @@ "channels" : "0.0.4", "jsonminify" : "0.4.1", "measured" : "1.1.0", - "mocha" : "2.4.5", + "mocha" : "11.0.1", "supertest" : "1.2.0" }, "bin": { "etherpad-lite": "./node/server.js" },