From 1cdb661bb5f4198e5bfa27dfbf3926402de024eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 16:46:42 +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 1917a34..58d6074 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "Machine learning library", "devDependencies": { - "eslint": "^5.15.1", + "eslint": "^9.26.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-compat": "^2.7.0", "eslint-plugin-filenames": "^1.3.2",