From b81c7881c2317500a75c4bb26c29967686e36f36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 07:01:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d024431..8561ffce 100644 --- a/package.json +++ b/package.json @@ -1534,8 +1534,8 @@ "@types/vscode": "1.38.0", "@typescript-eslint/eslint-plugin": "4.10.0", "@typescript-eslint/parser": "4.10.0", - "eslint": "7.15.0", - "jest": "26.6.3", + "eslint": "10.0.0", + "jest": "27.0.0", "ts-jest": "26.4.4", "typescript": "4.0.2", "uglify-js": "3.10.0"