From f1e32d836b5138880695ea67d32854c88d7172d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Sep 2021 17:15:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc34e40f..f0b2200c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^2.0.0", - "mocha": "^6.2.3", + "mocha": "^8.3.0", "mocha-lcov-reporter": "^1.2.0", "xo": "^0.32.1" },