From 68ccdfea1d8405fb475842e9e8e8d72d13e40f01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 07:10:19 +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 bc34e40f..99245c39 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^2.0.0", - "mocha": "^6.2.3", + "mocha": "^11.0.1", "mocha-lcov-reporter": "^1.2.0", "xo": "^0.32.1" },