From 0498b21443bcc02b713d1bcc6bba0e0fe9150431 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 02:30:43 +0000 Subject: [PATCH] fix: packages/salesforcedx-visualforce-markup-language-server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- .../package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/salesforcedx-visualforce-markup-language-server/package.json b/packages/salesforcedx-visualforce-markup-language-server/package.json index 86089b7c69..d28f991398 100644 --- a/packages/salesforcedx-visualforce-markup-language-server/package.json +++ b/packages/salesforcedx-visualforce-markup-language-server/package.json @@ -17,11 +17,11 @@ "@types/mocha": "^2.2.38", "@types/node": "12.0.12", "chai": "^4.0.2", - "mocha": "^5", - "mocha-junit-reporter": "^1.23.3", + "mocha": "^6.2.3", + "mocha-junit-reporter": "^2.0.2", "mocha-multi-reporters": "^1.1.7", - "nyc": "^13", - "shx": "0.2.2", + "nyc": "^15.0.0", + "shx": "0.3.0", "typescript": "3.8.3" }, "dependencies": {