From 5ac99a8519d9dd8fb93487ae58e674e28e8be522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:33:13 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v8 Signed-off-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 bfb1afc..a3ddc12 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "@tsconfig/node16": "16.1.0", "@types/jest": "29.5.3", "@types/node": "18.16.19", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "8.8.0", + "@typescript-eslint/parser": "8.8.0", "eslint": "8.44.0", "eslint-config-andrewaylett": "2.3.0", "eslint-plugin-unicorn": "47.0.0",