From 9a7c8a232d268f48a3981511bd4690475488d957 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:58:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8692d4c..484b434 100644 --- a/package.json +++ b/package.json @@ -90,10 +90,10 @@ "@typescript-eslint/parser": "^5.56.0", "@vscode/test-electron": "^2.3.0", "esbuild": "^0.17.14", - "eslint": "^8.36.0", - "glob": "^8.1.0", - "mocha": "^10.2.0", - "sinon": "^15.0.2", + "eslint": "^9.26.0", + "glob": "^12.0.0", + "mocha": "^10.6.0", + "sinon": "^16.1.2", "typescript": "^4.9.5", "vscode-test": "^1.6.1" },