From c43597bb7a3551fab57c10a7d368d1b747c3e9b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 11:06:12 +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 d1b6b6f..4d18145 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@typescript-eslint/parser": "^5.46.1", "dts-bundle-generator": "^7.1.0", "esbuild": "^0.17.6", - "eslint": "^8.30.0", + "eslint": "^9.26.0", "eslint-plugin-jest": "^27.1.7", "eslint-plugin-node": "^11.1.0", "husky": "^8.0.2",