From d77064ae58464b8eb82610c2782fcf58c5d9ce69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 23:57:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 3ab013c..1acefdd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jquery": "^3.3.1", "jsdoc": "^3.5.5", "jsdom": "^13.0.0", - "mocha": "^5.2.0", + "mocha": "^9.2.2", "nyc": "^13.0.1", "rollup": "^0.67.0", "rollup-plugin-babel": "^4.0.3",