From baab5df7e61f905cb78699f7f5f0313787a1cca6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 07:31:00 +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 e59fc7148..c7bcebabd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "eslint": "^3.10.0", + "eslint": "^9.26.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-plugin-import": "^2.2.0" },