From 725d86b3e5eeed84dc7396f1258d60009c210e09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 05:56:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98db439..5b0b0a3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "codecov": "3.1.0", "concurrently": "4.1.0", "fastify": "1.13.1", - "mocha": "5.2.0", + "mocha": "11.0.1", "nyc": "13.1.0", "supertest": "3.3.0", "ts-node": "7.0.1",