From 62670bf3ef05c0faa04984841889062436fae7b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:36:17 +0000 Subject: [PATCH] Update typescript to v8 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.46.3 | | npm | @typescript-eslint/parser | 5.62.0 | 8.46.3 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0336a73..df52752 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "typescript.js" ], "devDependencies": { - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "8.46.3", + "@typescript-eslint/parser": "8.46.3", "eslint": "8.9.0", "eslint-config-airbnb": "19.0.2", "eslint-config-prettier": "8.3.0",