From 4983e99b8b2b57ae18ead8d073f9c9c10075842c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 20:00:54 +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 419c131c8..a04e9841a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "eslint": "^5.15.3", + "eslint": "^9.26.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-plugin-import": "^2.16.0", "gray-matter": "^4.0.2",