From 44a3420551bb9b69131ad9e4951d52788032e991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:45:13 +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 e5247408e6..e71231ad58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "browser-ui-test": "0.23.3", - "eslint": "^9.34.0" + "eslint": "^10.0.0" }, "scripts": { "lint": "eslint --no-warn-ignored crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js crates/mdbook-html/front-end/**/*js.hbs",