From 1f1744bb1e4275184e95e48ea25f53fe710e7785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 21:14:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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",