diff --git a/package-lock.json b/package-lock.json index 4d07794b..363b444a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.6", "@types/simple-mock": "^0.8.6", - "eslint-plugin-simple-import-sort": "^10.0.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-unused-imports": "^3.0.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", @@ -1292,9 +1292,9 @@ } }, "node_modules/eslint-plugin-simple-import-sort": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz", - "integrity": "sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.0.tgz", + "integrity": "sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==", "dev": true, "peerDependencies": { "eslint": ">=5.0.0" diff --git a/package.json b/package.json index 63300ef8..847f2c1d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.6", "@types/simple-mock": "^0.8.6", - "eslint-plugin-simple-import-sort": "^10.0.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-unused-imports": "^3.0.0", "husky": "^8.0.3", "lint-staged": "^15.2.0",