From a62d2df7625c6c9e95d8994df5e8cf578fe39c2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 22:14:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1917a34..f36ccc9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "Machine learning library", "devDependencies": { - "eslint": "^5.15.1", + "eslint": "^9.0.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-compat": "^2.7.0", "eslint-plugin-filenames": "^1.3.2",