From 40cce82b88cfa678222fcc452dc07b98e80c4748 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 07:08:03 +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 a593910..1a59e63 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^7.1.1", "dts-bundle-generator": "^9.3.1", "esbuild": "^0.23.0", - "eslint": "^8.57.0", + "eslint": "^9.26.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-node": "^11.1.0", "husky": "^9.0.11",