From 578c2c259b53aa19552e50c7942ea7d4831dd149 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 04:15:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - 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 3dc0070..f9d315d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-preset-es2015": "^6.3.13", "es6-promise": "^3.0.2", "expect.js": "^0.3.1", - "mocha": "^2.3.3", + "mocha": "^11.0.1", "xmlhttprequest": "^1.8.0" } }