Skip to content

Commit 2f921b8

Browse files
feat(deps): update dependency eslint-plugin-import to v2.31.0
1 parent 5e235e1 commit 2f921b8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"conventional-changelog-conventionalcommits": "7.0.2",
4646
"eslint": "8.57.1",
4747
"eslint-config-prettier": "9.1.0",
48-
"eslint-plugin-import": "2.30.0",
48+
"eslint-plugin-import": "2.31.0",
4949
"eslint-plugin-jsdoc": "50.3.1",
5050
"eslint-plugin-prefer-arrow": "1.2.3",
5151
"eslint-plugin-sonarjs": "2.0.3",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ __metadata:
25762576
conventional-changelog-conventionalcommits: "npm:7.0.2"
25772577
eslint: "npm:8.57.1"
25782578
eslint-config-prettier: "npm:9.1.0"
2579-
eslint-plugin-import: "npm:2.30.0"
2579+
eslint-plugin-import: "npm:2.31.0"
25802580
eslint-plugin-jsdoc: "npm:50.3.1"
25812581
eslint-plugin-prefer-arrow: "npm:1.2.3"
25822582
eslint-plugin-sonarjs: "npm:2.0.3"
@@ -4786,7 +4786,7 @@ __metadata:
47864786
languageName: node
47874787
linkType: hard
47884788

4789-
"eslint-module-utils@npm:^2.9.0":
4789+
"eslint-module-utils@npm:^2.12.0":
47904790
version: 2.12.0
47914791
resolution: "eslint-module-utils@npm:2.12.0"
47924792
dependencies:
@@ -4798,9 +4798,9 @@ __metadata:
47984798
languageName: node
47994799
linkType: hard
48004800

4801-
"eslint-plugin-import@npm:2.30.0, eslint-plugin-import@npm:^2.30.0":
4802-
version: 2.30.0
4803-
resolution: "eslint-plugin-import@npm:2.30.0"
4801+
"eslint-plugin-import@npm:2.31.0, eslint-plugin-import@npm:^2.30.0":
4802+
version: 2.31.0
4803+
resolution: "eslint-plugin-import@npm:2.31.0"
48044804
dependencies:
48054805
"@rtsao/scc": "npm:^1.1.0"
48064806
array-includes: "npm:^3.1.8"
@@ -4810,7 +4810,7 @@ __metadata:
48104810
debug: "npm:^3.2.7"
48114811
doctrine: "npm:^2.1.0"
48124812
eslint-import-resolver-node: "npm:^0.3.9"
4813-
eslint-module-utils: "npm:^2.9.0"
4813+
eslint-module-utils: "npm:^2.12.0"
48144814
hasown: "npm:^2.0.2"
48154815
is-core-module: "npm:^2.15.1"
48164816
is-glob: "npm:^4.0.3"
@@ -4819,10 +4819,11 @@ __metadata:
48194819
object.groupby: "npm:^1.0.3"
48204820
object.values: "npm:^1.2.0"
48214821
semver: "npm:^6.3.1"
4822+
string.prototype.trimend: "npm:^1.0.8"
48224823
tsconfig-paths: "npm:^3.15.0"
48234824
peerDependencies:
4824-
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
4825-
checksum: 10c0/4c9dcb1f27505c4d5dd891d2b551f56c70786d136aa3992a77e785bdc67c9f60200a2c7fb0ce55b7647fe550b12bc433d5dfa59e2c00ab44227791c5ab86badf
4825+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
4826+
checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a
48264827
languageName: node
48274828
linkType: hard
48284829

0 commit comments

Comments
 (0)