From 99e75043ef73031e0e352f611ed1ae9297743af4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 12 Feb 2022 17:14:53 -0800 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`; pin `eslint` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aa33524..76626245 100644 --- a/package.json +++ b/package.json @@ -48,14 +48,14 @@ "through": "^2.3.8" }, "devDependencies": { - "@ljharb/eslint-config": "^20.2.0", + "@ljharb/eslint-config": "^20.2.2", "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",