From a3a5298bcd12bed78f8a86ab6be57238aad8b31b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 20:50:51 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d24eb84b277..6658d51552a 100644 --- a/package.json +++ b/package.json @@ -125,9 +125,9 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^3.22.1", - "mocha": "^6.2.3", - "nyc": "^14.1.1", + "lerna": "^4.0.0", + "mocha": "^8.3.0", + "nyc": "^15.0.0", "pify": "^4.0.1", "sandboxed-module": "^2.0.4", "ts-node": "^9.0.0", @@ -135,6 +135,6 @@ "underscore": "1.12.1", "wait-port": "^0.2.9", "webpack": "^4.44.2", - "webpack-cli": "^3.3.12" + "webpack-cli": "^4.0.0" } }