From bf5eb1c40bf63a35f4b22706090f62cdfa83c54d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:04:18 +0000 Subject: [PATCH] Update dependency eslint to v9 | datasource | package | from | to | | ---------- | ------- | ------ | ----- | | npm | eslint | 8.57.0 | 9.9.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f66b4531..0f657ea2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.1", - "eslint": "^8.57.0", + "eslint": "^9.9.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.8.0", "eslint-plugin-prettier": "^5.2.1",