From 7d3f7f01281671c4761f8da0d3ae9882a38eca8a Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Sat, 9 Oct 2021 16:30:17 -0400 Subject: [PATCH] Upgrade: unfrozen @eslint/eslintrc (fixes #15036) (#15146) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e9475935b..ed483f0d363 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "^1.0.1", + "@eslint/eslintrc": "^1.0.2", "@humanwhocodes/config-array": "^0.6.0", "ajv": "^6.10.0", "chalk": "^4.0.0",