From 8d05b5abe846d53c0719525bee71bf8f9d290a8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 23:02:10 +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..31d63d39 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": "^9.1.2", "mocha-lcov-reporter": "^1.2.0", "xo": "^0.32.1" },