From f3a633577ddadf152e04c04e03d6654fbc739f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:06:13 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to ~8.20.0 (#396) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a1d41f6f..5a25f8e6 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,8 @@ "@types/natural-compare": "^1.4.0", "@types/node": "^22.0.0", "@types/semver": "^7.3.1", - "@typescript-eslint/eslint-plugin": "~8.19.0", - "@typescript-eslint/parser": "~8.19.0", + "@typescript-eslint/eslint-plugin": "~8.20.0", + "@typescript-eslint/parser": "~8.20.0", "cross-env": "^7.0.2", "env-cmd": "^10.1.0", "esbuild": "^0.24.0",