From 532aa4722bf17fa3374801a848c8ce82262e3847 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 01:53:53 +0000 Subject: [PATCH] Update dependency @typescript-eslint/parser to v8 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | npm | @typescript-eslint/parser | 5.62.0 | 8.25.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 8c07f8e..225a4b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.0.0", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.41.0", - "@typescript-eslint/parser": "^5.41.0", + "@typescript-eslint/parser": "^8.0.0", "dotenv": "^16.3.1", "eslint": "^8.26.0", "eslint-config-incredible": "^2.4.2",