From 086a4f95327caa8e6823c4d06baf0904c63faa47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:36:25 +0000 Subject: [PATCH] build(deps): update typescript-eslint to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5934322e..1c732c11 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "@softwareventures/semantic-release-config": "5.0.0", "@softwareventures/tsconfig": "7.1.1", "@types/node": "20.16.1", - "@typescript-eslint/eslint-plugin": "7.18.0", - "@typescript-eslint/parser": "7.18.0", + "@typescript-eslint/eslint-plugin": "8.3.0", + "@typescript-eslint/parser": "8.3.0", "ava": "6.1.3", "commitizen": "4.3.0", "conventional-changelog-conventionalcommits": "7.0.2",