From 091abc849026498e83b0b5c55a087df0b806abe6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 06:16:24 +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 6d5e69f6..d6cb4f42 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "egg-ts-helper": "^2.1.0", "globby": "^11.1.0", "jest-changed-files": "^29.4.2", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "mochawesome-with-mocha": "^7.1.3", "runscript": "^1.5.3", "ts-node": "^10.9.2",