From ccb87e09086b26b4093bcfaf862b07ad5a862c10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 22:10:37 +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 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561a0457..55c1fe90 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "electron-packager": "^16.0.0", "electron-winstaller": "^2.2.0", "husky": "^0.14.3", - "mocha": "^5.2.0", + "mocha": "^11.0.1", "npm-run-all": "^4.0.2", "request": "^2.70.0", "rimraf": "^2.5.2",