diff --git a/package.json b/package.json index 04e43ada6f..3ff50d8713 100644 --- a/package.json +++ b/package.json @@ -102,8 +102,8 @@ "@types/sharp": "0.31.1", "@types/string-hash": "1.1.3", "@types/trusted-types": "2.0.7", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.1.1", + "@typescript-eslint/parser": "7.1.1", "@vercel/fetch": "7.0.0", "@vercel/og": "0.6.2", "@zeit/next-typescript": "1.1.2-canary.0", diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index e905e65803..21cbe00f71 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -12,7 +12,7 @@ "dependencies": { "@next/eslint-plugin-next": "13.4.17", "@rushstack/eslint-patch": "^1.1.3", - "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0",