From c09f06cd8255c6d19dbdd8e144c4955f6a20377b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:09:31 +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 01981ed..fff2181 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", - "eslint": "^9.0.0", + "eslint": "^10.0.0", "prettier": "^3.0.0", "prettier-plugin-go-template": "^0.0.15", "stylelint": "^17.0.0",