From 23d36ed2ae1371603ccbde136c717199ac2edf0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:09:17 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-simple-import-sort to v13 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f80325f0..28aa601c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "esdoc-typescript-plugin": "1.0.1", "eslint": "8.57.1", "eslint-plugin-import": "2.32.0", - "eslint-plugin-simple-import-sort": "12.1.1", + "eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-unicorn": "56.0.1", "eslint-plugin-unused-imports": "4.4.1", "rimraf": "6.1.3", @@ -6088,9 +6088,9 @@ } }, "node_modules/eslint-plugin-simple-import-sort": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz", - "integrity": "sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-13.0.0.tgz", + "integrity": "sha512-McAc+/Nlvcg4byY/CABGH8kqnefWBj8s3JA2okEtz8ixbECQgU46p0HkTUKa4YS7wvgGceimlc34p1nXqbWqtA==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 8c278c8a..2d593c61 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "esdoc-typescript-plugin": "1.0.1", "eslint": "8.57.1", "eslint-plugin-import": "2.32.0", - "eslint-plugin-simple-import-sort": "12.1.1", + "eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-unicorn": "56.0.1", "eslint-plugin-unused-imports": "4.4.1", "rimraf": "6.1.3",