From af7c235aaeb84db27b3631eb8d0a09d52dcce950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:37:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8843df..fce3a17 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", - "eslint": "^9.0.0", + "eslint": "^10.0.0", "prettier": "^3.0.0", "prettier-plugin-go-template": "^0.0.15", "stylelint": "^17.0.0",