From 0b8968e1f8bcd750209b3d8b2cd5e01fa9e8c1cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Oct 2020 07:51:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FLAT-596927 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 517237e..1a798a5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chai": "^4.2.0", "clean-webpack-plugin": "^0.1.19", "copy-webpack-plugin": "^4.5.2", - "mocha": "^6.1.4", + "mocha": "^8.2.0", "ts-loader": "^4.5.0", "ts-node": "^8.1.0", "typescript": "^3.0.1",