From ed0ba37b2599e0207bda07874efab3f67dff22ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:11:56 +0000 Subject: [PATCH] Bump eslint-plugin-simple-import-sort from 10.0.0 to 12.1.1 Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 10.0.0 to 12.1.1. - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v10.0.0...v12.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-simple-import-sort dependency-version: 12.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d14c911..ddd6263 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^9.2.0", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-simple-import-sort": "^10.0.0", + "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^3.0.0", "sass": "^1.53.0", "typescript": "^5.4.5",