From 403e8fbf294c36653531700a22146e8e217148cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 23:53:30 +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 3bcdc242..d70389d8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", + "mocha": "^11.0.1", "mocha-lcov-reporter": "^1.2.0", "xo": "^0.23.0" },