From a3a877f6fba758868916c4fa7b8f5ef9191c0dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:55:27 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v7 --- 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..95df9e2f 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": "^7.0.0", + "@typescript-eslint/parser": "^7.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..01087096 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": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "codecov": "^3.8.1", "cross-env": "^7.0.2", "eslint": "^7.23.0",