From 9c53edeed860d23d6e80cd76f7bd2ddb807afa40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 03:35:14 +0000 Subject: [PATCH] Update dependency @typescript-eslint/parser to v6 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ----- | | npm | @typescript-eslint/parser | 5.62.0 | 6.2.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 68bda69d..f8166278 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": "^6.0.0", "dotenv": "^16.3.1", "eslint": "^8.26.0", "eslint-config-incredible": "^2.4.2",