From fd0b21ceabe340e12675b41d7fe4b84eaf00ba9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 22:38:56 +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 19a59b3e..55855fb7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "compression": "^1.6.0", "css-mqpacker": "^6.0.1", "del": "^3.0.0", - "eslint": "^4.12.1", + "eslint": "^9.26.0", "eslint-config-airbnb": "15.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.2",