From 4023f25ae22828829c5948f2c62af25fee456fea Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 25 Dec 2021 21:00:38 -0800 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 3d163610..b8738902 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "through": "^2.3.8" }, "devDependencies": { - "@ljharb/eslint-config": "^20.0.0", + "@ljharb/eslint-config": "^20.1.0", "array.prototype.flatmap": "^1.2.5", "aud": "^1.1.5", "concat-stream": "^1.6.2", "eclint": "^2.8.1", "ecstatic": "^4.1.4", "es-value-fixtures": "^1.2.1", - "eslint": "^8.4.1", + "eslint": "^8.5.0", "falafel": "^2.2.4", "js-yaml": "^3.14.0", "safe-publish-latest": "^2.0.0",