From 0619b8c9cb8b65a202c54d8bb5726393772a4e6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 04:25:38 +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 fbe1e72..891d310 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "usus": "1.6.0", "@gerhobbelt/nomnom": "1.8.4-28", - "eslint": "5.15.3", + "eslint": "9.26.0", "glob": "7.1.3", "prettier": "1.16.4" }