From a8927f192b153221e4322636f5d38ff250633281 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:36:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 | datasource | package | from | to | | ---------- | ------- | ------ | ----- | | npm | eslint | 8.57.0 | 9.9.1 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fe52008..2bfac65d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/shuffle-array": "^1.0.5", "autoprefixer": "^10.4.13", "esbuild": "^0.21.0", - "eslint": "8.57.0", + "eslint": "9.9.1", "eslint-config-next": "14.2.4", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "5.1.3",