From 3c64ca6178c24312922e87fc78ea8580ee449ac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 06:39:12 +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 8e24b0f..8234a1c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-import": "^2.26.0", "husky": "^1.1.2", "lint-staged": "^12.4.1", - "mocha": "^9.1.3", + "mocha": "^11.0.1", "prettier": "^2.2.1", "sinon": "^12.0.1", "sinon-chai": "^3.7.0"