From 7b02b3d8a9afdbf02e424daafc2bfead2819a69b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 02:29:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f91b6dbb0..158269d62 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "karma-sinon": "1.0.5", "karma-spec-reporter": "0.0.26", "lint-staged": "^8.1.0", - "mocha": "3.2.0", + "mocha": "10.1.0", "prettier": "^1.15.3", "rimraf": "2.5.4", "rollup": "^2.34.1",