From f57941ef71804d1c1bbdb29182cca7cc30d8c9a2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 02:32:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 538f2a7086..0e40a6e8ba 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": "~10.6.0", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0", - "rewire": "~5.0.0", + "rewire": "~9.0.0", "sinon": "~11.1.2", "tslint": "~6.1.3", "typescript": "~4.4.3",