From 3960ccf83722a25131522e35de63b89564eac519 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Apr 2022 12:05:52 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28f756ef..e75c9a24 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "through": "~2.3.8" }, "devDependencies": { - "@ljharb/eslint-config": "^20.2.0", + "@ljharb/eslint-config": "^20.2.3", "array.prototype.flatmap": "^1.2.5", "aud": "^2.0.0", "concat-stream": "^1.6.2", "eclint": "^2.8.1", "ecstatic": "^4.1.4", "es-value-fixtures": "^1.2.1", - "eslint": "^8.7.0", + "eslint": "=8.8.0", "falafel": "^2.2.4", "js-yaml": "^3.14.0", "safe-publish-latest": "^2.0.0",