From 38be3fcb875a4889a16c3f408b6f9de6bb8391c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:01:23 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v6 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..170ee88 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": "6.3.0", + "@typescript-eslint/parser": "6.3.0", "eslint": "8.44.0", "eslint-config-andrewaylett": "2.3.0", "eslint-plugin-unicorn": "47.0.0",