diff --git a/.github/workflows/dependabot-fix.yml b/.github/workflows/dependabot-fix.yml index aced473..fa713b0 100644 --- a/.github/workflows/dependabot-fix.yml +++ b/.github/workflows/dependabot-fix.yml @@ -3,9 +3,6 @@ on: push: branches: - dependabot/npm_and_yarn/** - paths: - - "package-lock.json" - - "**/package.json" workflow_dispatch: jobs: diff --git a/package-lock.json b/package-lock.json index 67ea671..5f1e787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", - "eslint-plugin-simple-import-sort": "^7.0.0", + "eslint-plugin-simple-import-sort": "^8.0.0", "husky": "^8.0.1", "jest": "^27.4.7", "jest-extended": "^3.0.2", @@ -7549,9 +7549,9 @@ } }, "node_modules/eslint-plugin-simple-import-sort": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz", - "integrity": "sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-8.0.0.tgz", + "integrity": "sha512-bXgJQ+lqhtQBCuWY/FUWdB27j4+lqcvXv5rUARkzbeWLwea+S5eBZEQrhnO+WgX3ZoJHVj0cn943iyXwByHHQw==", "dev": true, "peerDependencies": { "eslint": ">=5.0.0" @@ -22320,9 +22320,9 @@ } }, "eslint-plugin-simple-import-sort": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz", - "integrity": "sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-8.0.0.tgz", + "integrity": "sha512-bXgJQ+lqhtQBCuWY/FUWdB27j4+lqcvXv5rUARkzbeWLwea+S5eBZEQrhnO+WgX3ZoJHVj0cn943iyXwByHHQw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 14985b9..f2b395b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/verror": "^1.10.5", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", - "eslint-plugin-simple-import-sort": "^7.0.0", + "eslint-plugin-simple-import-sort": "^8.0.0", "eslint": "^8.17.0", "husky": "^8.0.1", "jest-extended": "^3.0.2",