From 73ccde3d4640a094bc0dacde747f12e63c5e82c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 21:33:27 +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 9966e0173..2b4c2bdf1 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@typescript-eslint/parser": "^8.13.0", "commitlint": "^19.6.1", "del-cli": "^5.1.0", - "eslint": "^8.51.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.0.1",