From 304166e8217d77b28e0bb479a1d6d3fb25baa965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 05:39:00 +0000 Subject: [PATCH] chore(deps): bump eslint in /examples/plugins/todo-example Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/v9.26.0/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/plugins/todo-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins/todo-example/package.json b/examples/plugins/todo-example/package.json index c3dea949307d..50315e7e9e96 100644 --- a/examples/plugins/todo-example/package.json +++ b/examples/plugins/todo-example/package.json @@ -29,7 +29,7 @@ "dependencies": { "@strapi/design-system": "2.0.0-rc.29", "@strapi/icons": "2.0.0-rc.29", - "eslint": "8.50.0", + "eslint": "9.26.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "^6.0.0",