From c0380d28cfcf97efe520071318dc8719240c92d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 02:24:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 416bbf6c8b9..eb78086f69b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "find-parent-dir": "^0.3.0", "first-mate": "7.0.7", "focus-trap": "^2.3.0", - "fs-admin": "^0.1.5", + "fs-admin": "^0.2.0", "fs-plus": "^3.0.1", "fstream": "0.1.24", "fuzzaldrin": "^2.1", @@ -48,7 +48,7 @@ "line-top-index": "0.3.1", "marked": "^0.3.6", "minimatch": "^3.0.3", - "mocha": "2.5.1", + "mocha": "10.1.0", "mocha-junit-reporter": "^1.13.0", "mocha-multi-reporters": "^1.1.4", "mock-spawn": "^0.2.6",