From ccf5e325e8bd4e5061c12f53597d075428c92e84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Oct 2021 10:13:55 +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 45e5063b..776d72af 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lodash": "^4.17.21", "meow": "^9.0.0", "merge-deep": "^3.0.3", - "mocha": "^8.3.2", + "mocha": "^9.1.2", "mockery": "^2.1.0", "mustache": "^4.2.0", "npm": "^7.12.0",