From 6bd1a2245125bece9463d88b8ea7646b97663912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 21:27:52 +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 515ec8dde..9691b8d92 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "jsdoc": "^3.6.3", "marked": "^4.0.10", "minimist": "^1.2.8", - "mocha": "^4.1.0", + "mocha": "^11.0.1", "neptune-notebook": "^1.3.1", "prettier": "3.2.5", "ts-jest": "^29.1.2",