From 84b20de0889e0fb9275ba772880e021b7558a9dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Oct 2025 01:26:24 +0000 Subject: [PATCH] fix: upgrade eslint from 9.21.0 to 9.37.0 Snyk has created this PR to upgrade eslint from 9.21.0 to 9.37.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dustin4444/project/aed10a5a-dfec-42c1-b4dd-879e0e7d5f62?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 999e7fb7b..c5dd11c27 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@jsdoc/util": "^0.3.0", "ajv": "^8.17.1", "c8": "^10.1.3", - "eslint": "^9.21.0", + "eslint": "^9.37.0", "execa": "^9.5.2", "hereby": "^1.10.0", "husky": "^9.1.7",