From 2f8cd44fbb2d5147bb00e8bbd8e4e125f72580ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 09:50:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6db61b3..23a2b50 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/node": "^12.0.8", "@types/node-fetch": "*", "ts-node": "^8.3.0", - "eslint": "^5.16.0", + "eslint": "^9.0.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-compat": "^3.1.1", "eslint-plugin-filenames": "^1.3.2",