From 3b035ecd2bd99f43a571f496523ab8b7316e5706 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 15:01:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6371a0bfbd0..a05bd9ad275 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "markdown-preview": "https://www.atom.io/api/packages/markdown-preview/versions/0.160.2/tarball", "metrics": "https://www.atom.io/api/packages/metrics/versions/1.8.1/tarball", "minimatch": "^3.0.3", - "mocha": "6.2.3", + "mocha": "7.1.2", "mocha-junit-reporter": "2.0.0", "mocha-multi-reporters": "^1.1.4", "mock-spawn": "^0.2.6",