From 3e9fcea3808af83bda1e610aa2d33fb92135b5de Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 1 Apr 2024 14:49:40 -0700 Subject: [PATCH] feat: Show config names in error messages (#18256) fixes #18231 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04f5ece1f90..1d9d17b879f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^3.0.2", "@eslint/js": "9.0.0-rc.0", - "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/config-array": "^0.12.1", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4",