From a3210a3e478f02afee46f7ef7587a8419ba83cd7 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:40:57 +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 a47c434..b5e2c61 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "auto-changelog": "^2.4.0", "dts-bundle-generator": "^9.3.1", "esbuild": "^0.25.3", - "eslint": "^8.57.0", + "eslint": "^9.26.0", "husky": "^9.0.11", "is-ci": "^3.0.1", "lint-staged": "^15.2.2",