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",