From c6eff5a8d530a12c14495ca3e99933c5ff8a9d3e Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 21 Sep 2022 13:46:36 -0700 Subject: [PATCH] chore: Upgrade @humanwhocodes/config-array for perf Latest version of the package includes more aggressive caching. Refs #16302 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d002a6023fe..dd946d3f0ff 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { "@eslint/eslintrc": "^1.3.2", - "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/config-array": "^0.10.5", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0",