From 5eb44144bbff0644716f8098ac8d5c914a853ea9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 03:31:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d024431..6a0927ca 100644 --- a/package.json +++ b/package.json @@ -1534,7 +1534,7 @@ "@types/vscode": "1.38.0", "@typescript-eslint/eslint-plugin": "4.10.0", "@typescript-eslint/parser": "4.10.0", - "eslint": "7.15.0", + "eslint": "9.26.0", "jest": "26.6.3", "ts-jest": "26.4.4", "typescript": "4.0.2",