From d9a2983e1301599117cf554aa6a9bd44b84f2e55 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Fri, 19 Apr 2024 23:12:06 +0200 Subject: [PATCH] chore: upgrade @eslint/js to v9.1.1 (#18367) * Update package.json * Use `@eslint/js` v9.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c08cf158ebc..25118970b11 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^3.0.2", - "@eslint/js": "9.0.0", + "@eslint/js": "9.1.1", "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.2.3",