From 19af2aa67d54afdb285b9539f0d450c39ec40cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:15:27 +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 e009034..32677e2 100644 --- a/package.json +++ b/package.json @@ -98,8 +98,8 @@ "@softwareventures/semantic-release-config": "5.0.0", "@softwareventures/tsconfig": "7.1.0", "@types/node": "17.0.45", - "@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", "ava": "5.3.1", "commitizen": "4.3.0", "conventional-changelog-conventionalcommits": "7.0.2",