From a754e0679009903aae0c3206c71e1e63632756ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 22:25:06 +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 e9dd932..3ce0e1d 100644 --- a/package.json +++ b/package.json @@ -329,7 +329,7 @@ "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "eslint": "^6.8.0", - "mocha": "^6.1.4", + "mocha": "^9.1.2", "typescript": "^3.7.5", "vscode-test": "^1.3.0" }