From 85ef88442e3f7ca32e35bfdf0a6a0a75320c5b4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:00:44 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 --- package.json | 4 ++-- packages/notarization-api/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6b6fcb2e..ae7f6fda 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "@types/node": "^14.14.37", "@types/prettier": "^2.0.2", "@types/rimraf": "^3.0.0", - "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^4.0.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "@yarnpkg/pnpify": "^3.0.0", "codecov": "^3.7.2", "cross-env": "^7.0.2", diff --git a/packages/notarization-api/package.json b/packages/notarization-api/package.json index 745c8ec5..9fe54d69 100644 --- a/packages/notarization-api/package.json +++ b/packages/notarization-api/package.json @@ -66,8 +66,8 @@ "@types/node": "^14.14.37", "@types/prettier": "^2.1.5", "@types/rimraf": "^3.0.0", - "@typescript-eslint/eslint-plugin": "^4.8.1", - "@typescript-eslint/parser": "^4.8.1", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "codecov": "^3.8.1", "cross-env": "^7.0.2", "eslint": "^7.23.0",