From a10406299f468a7a740683a418928189eab73098 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 00:49:25 +0000 Subject: [PATCH] fix: upgrade eslint from 9.21.0 to 9.38.0 Snyk has created this PR to upgrade eslint from 9.21.0 to 9.38.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..edfe12537 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.38.0", "execa": "^9.5.2", "hereby": "^1.10.0", "husky": "^9.1.7",