From 6b7c3a0edce15a61afe62cd72f628182ed073239 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 02:30:31 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 538f2a7086..4585a2af0b 100644 --- a/package.json +++ b/package.json @@ -62,11 +62,11 @@ "@types/vscode": "~1.56.0", "@vscode/test-electron": "~1.6.2", "esbuild": "^0.13.1", - "mocha": "~9.1.1", - "mocha-junit-reporter": "~2.0.0", + "mocha": "~9.1.2", + "mocha-junit-reporter": "~2.0.2", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0", - "rewire": "~5.0.0", + "rewire": "~6.0.0", "sinon": "~11.1.2", "tslint": "~6.1.3", "typescript": "~4.4.3",