From 5da10b043a61b8e5b9cdfefe6c12337acc599903 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:34:30 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 Ref: PACT-445 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 205ccae..0f89a9c 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "devDependencies": { "@pact-foundation/pact": "15.0.1", "@testing-library/jest-dom": "4.2.4", - "@typescript-eslint/eslint-plugin": "2.34.0", - "@typescript-eslint/parser": "2.34.0", + "@typescript-eslint/eslint-plugin": "8.41.0", + "@typescript-eslint/parser": "8.41.0", "babel-eslint": "10.1.0", "eslint": "9.34.0", "eslint-config-react-app": "5.2.1",