Skip to content

Commit 3d9215d

Browse files
build(deps): update dependency eslint-plugin-import to v2.31.0
1 parent 6dec85b commit 3d9215d

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"conventional-changelog-conventionalcommits": "7.0.2",
5353
"eslint": "8.57.1",
5454
"eslint-config-prettier": "9.1.0",
55-
"eslint-plugin-import": "2.30.0",
55+
"eslint-plugin-import": "2.31.0",
5656
"eslint-plugin-jsdoc": "48.11.0",
5757
"eslint-plugin-prefer-arrow": "1.2.3",
5858
"eslint-plugin-sonarjs": "0.25.1",

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ __metadata:
10511051
conventional-changelog-conventionalcommits: "npm:7.0.2"
10521052
eslint: "npm:8.57.1"
10531053
eslint-config-prettier: "npm:9.1.0"
1054-
eslint-plugin-import: "npm:2.30.0"
1054+
eslint-plugin-import: "npm:2.31.0"
10551055
eslint-plugin-jsdoc: "npm:48.11.0"
10561056
eslint-plugin-prefer-arrow: "npm:1.2.3"
10571057
eslint-plugin-sonarjs: "npm:0.25.1"
@@ -2982,21 +2982,21 @@ __metadata:
29822982
languageName: node
29832983
linkType: hard
29842984

2985-
"eslint-module-utils@npm:^2.9.0":
2986-
version: 2.11.0
2987-
resolution: "eslint-module-utils@npm:2.11.0"
2985+
"eslint-module-utils@npm:^2.12.0":
2986+
version: 2.12.0
2987+
resolution: "eslint-module-utils@npm:2.12.0"
29882988
dependencies:
29892989
debug: "npm:^3.2.7"
29902990
peerDependenciesMeta:
29912991
eslint:
29922992
optional: true
2993-
checksum: 10c0/c1b02e83429878ab22596f17a5ac138e51a520e96a5ef89a5a6698769a2d174ab28302d45eb563c0fc418d21a5842e328c37a6e8f294bf2e64e675ba55203dd7
2993+
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
29942994
languageName: node
29952995
linkType: hard
29962996

2997-
"eslint-plugin-import@npm:2.30.0":
2998-
version: 2.30.0
2999-
resolution: "eslint-plugin-import@npm:2.30.0"
2997+
"eslint-plugin-import@npm:2.31.0":
2998+
version: 2.31.0
2999+
resolution: "eslint-plugin-import@npm:2.31.0"
30003000
dependencies:
30013001
"@rtsao/scc": "npm:^1.1.0"
30023002
array-includes: "npm:^3.1.8"
@@ -3006,7 +3006,7 @@ __metadata:
30063006
debug: "npm:^3.2.7"
30073007
doctrine: "npm:^2.1.0"
30083008
eslint-import-resolver-node: "npm:^0.3.9"
3009-
eslint-module-utils: "npm:^2.9.0"
3009+
eslint-module-utils: "npm:^2.12.0"
30103010
hasown: "npm:^2.0.2"
30113011
is-core-module: "npm:^2.15.1"
30123012
is-glob: "npm:^4.0.3"
@@ -3015,10 +3015,11 @@ __metadata:
30153015
object.groupby: "npm:^1.0.3"
30163016
object.values: "npm:^1.2.0"
30173017
semver: "npm:^6.3.1"
3018+
string.prototype.trimend: "npm:^1.0.8"
30183019
tsconfig-paths: "npm:^3.15.0"
30193020
peerDependencies:
3020-
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
3021-
checksum: 10c0/4c9dcb1f27505c4d5dd891d2b551f56c70786d136aa3992a77e785bdc67c9f60200a2c7fb0ce55b7647fe550b12bc433d5dfa59e2c00ab44227791c5ab86badf
3021+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
3022+
checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a
30223023
languageName: node
30233024
linkType: hard
30243025

0 commit comments

Comments
 (0)