Skip to content

Commit 9eac669

Browse files
feat(deps): update dependency eslint-plugin-import to v2.32.0
1 parent 073a940 commit 9eac669

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"conventional-changelog-conventionalcommits": "7.0.2",
4444
"eslint": "8.57.1",
4545
"eslint-config-prettier": "9.1.0",
46-
"eslint-plugin-import": "2.31.0",
46+
"eslint-plugin-import": "2.32.0",
4747
"eslint-plugin-jsdoc": "50.8.0",
4848
"eslint-plugin-prefer-arrow": "1.2.3",
4949
"eslint-plugin-sonarjs": "2.0.4",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@ __metadata:
25472547
conventional-changelog-conventionalcommits: "npm:7.0.2"
25482548
eslint: "npm:8.57.1"
25492549
eslint-config-prettier: "npm:9.1.0"
2550-
eslint-plugin-import: "npm:2.31.0"
2550+
eslint-plugin-import: "npm:2.32.0"
25512551
eslint-plugin-jsdoc: "npm:50.8.0"
25522552
eslint-plugin-prefer-arrow: "npm:1.2.3"
25532553
eslint-plugin-sonarjs: "npm:2.0.4"
@@ -3182,7 +3182,7 @@ __metadata:
31823182
languageName: node
31833183
linkType: hard
31843184

3185-
"array-includes@npm:^3.1.6, array-includes@npm:^3.1.8":
3185+
"array-includes@npm:^3.1.6, array-includes@npm:^3.1.8, array-includes@npm:^3.1.9":
31863186
version: 3.1.9
31873187
resolution: "array-includes@npm:3.1.9"
31883188
dependencies:
@@ -3219,7 +3219,7 @@ __metadata:
32193219
languageName: node
32203220
linkType: hard
32213221

3222-
"array.prototype.findlastindex@npm:^1.2.5":
3222+
"array.prototype.findlastindex@npm:^1.2.5, array.prototype.findlastindex@npm:^1.2.6":
32233223
version: 1.2.6
32243224
resolution: "array.prototype.findlastindex@npm:1.2.6"
32253225
dependencies:
@@ -3234,7 +3234,7 @@ __metadata:
32343234
languageName: node
32353235
linkType: hard
32363236

3237-
"array.prototype.flat@npm:^1.3.1, array.prototype.flat@npm:^1.3.2":
3237+
"array.prototype.flat@npm:^1.3.1, array.prototype.flat@npm:^1.3.2, array.prototype.flat@npm:^1.3.3":
32383238
version: 1.3.3
32393239
resolution: "array.prototype.flat@npm:1.3.3"
32403240
dependencies:
@@ -3246,7 +3246,7 @@ __metadata:
32463246
languageName: node
32473247
linkType: hard
32483248

3249-
"array.prototype.flatmap@npm:^1.3.2":
3249+
"array.prototype.flatmap@npm:^1.3.2, array.prototype.flatmap@npm:^1.3.3":
32503250
version: 1.3.3
32513251
resolution: "array.prototype.flatmap@npm:1.3.3"
32523252
dependencies:
@@ -4778,15 +4778,15 @@ __metadata:
47784778
languageName: node
47794779
linkType: hard
47804780

4781-
"eslint-module-utils@npm:^2.12.0, eslint-module-utils@npm:^2.9.0":
4782-
version: 2.12.0
4783-
resolution: "eslint-module-utils@npm:2.12.0"
4781+
"eslint-module-utils@npm:^2.12.1, eslint-module-utils@npm:^2.9.0":
4782+
version: 2.12.1
4783+
resolution: "eslint-module-utils@npm:2.12.1"
47844784
dependencies:
47854785
debug: "npm:^3.2.7"
47864786
peerDependenciesMeta:
47874787
eslint:
47884788
optional: true
4789-
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
4789+
checksum: 10c0/6f4efbe7a91ae49bf67b4ab3644cb60bc5bd7db4cb5521de1b65be0847ffd3fb6bce0dd68f0995e1b312d137f768e2a1f842ee26fe73621afa05f850628fdc40
47904790
languageName: node
47914791
linkType: hard
47924792

@@ -4818,32 +4818,32 @@ __metadata:
48184818
languageName: node
48194819
linkType: hard
48204820

4821-
"eslint-plugin-import@npm:2.31.0":
4822-
version: 2.31.0
4823-
resolution: "eslint-plugin-import@npm:2.31.0"
4821+
"eslint-plugin-import@npm:2.32.0":
4822+
version: 2.32.0
4823+
resolution: "eslint-plugin-import@npm:2.32.0"
48244824
dependencies:
48254825
"@rtsao/scc": "npm:^1.1.0"
4826-
array-includes: "npm:^3.1.8"
4827-
array.prototype.findlastindex: "npm:^1.2.5"
4828-
array.prototype.flat: "npm:^1.3.2"
4829-
array.prototype.flatmap: "npm:^1.3.2"
4826+
array-includes: "npm:^3.1.9"
4827+
array.prototype.findlastindex: "npm:^1.2.6"
4828+
array.prototype.flat: "npm:^1.3.3"
4829+
array.prototype.flatmap: "npm:^1.3.3"
48304830
debug: "npm:^3.2.7"
48314831
doctrine: "npm:^2.1.0"
48324832
eslint-import-resolver-node: "npm:^0.3.9"
4833-
eslint-module-utils: "npm:^2.12.0"
4833+
eslint-module-utils: "npm:^2.12.1"
48344834
hasown: "npm:^2.0.2"
4835-
is-core-module: "npm:^2.15.1"
4835+
is-core-module: "npm:^2.16.1"
48364836
is-glob: "npm:^4.0.3"
48374837
minimatch: "npm:^3.1.2"
48384838
object.fromentries: "npm:^2.0.8"
48394839
object.groupby: "npm:^1.0.3"
4840-
object.values: "npm:^1.2.0"
4840+
object.values: "npm:^1.2.1"
48414841
semver: "npm:^6.3.1"
4842-
string.prototype.trimend: "npm:^1.0.8"
4842+
string.prototype.trimend: "npm:^1.0.9"
48434843
tsconfig-paths: "npm:^3.15.0"
48444844
peerDependencies:
48454845
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
4846-
checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a
4846+
checksum: 10c0/bfb1b8fc8800398e62ddfefbf3638d185286edfed26dfe00875cc2846d954491b4f5112457831588b757fa789384e1ae585f812614c4797f0499fa234fd4a48b
48474847
languageName: node
48484848
linkType: hard
48494849

@@ -6366,7 +6366,7 @@ __metadata:
63666366
languageName: node
63676367
linkType: hard
63686368

6369-
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.16.0":
6369+
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.16.0, is-core-module@npm:^2.16.1":
63706370
version: 2.16.1
63716371
resolution: "is-core-module@npm:2.16.1"
63726372
dependencies:
@@ -8105,7 +8105,7 @@ __metadata:
81058105
languageName: node
81068106
linkType: hard
81078107

8108-
"object.values@npm:^1.1.6, object.values@npm:^1.2.0":
8108+
"object.values@npm:^1.1.6, object.values@npm:^1.2.0, object.values@npm:^1.2.1":
81098109
version: 1.2.1
81108110
resolution: "object.values@npm:1.2.1"
81118111
dependencies:
@@ -9718,7 +9718,7 @@ __metadata:
97189718
languageName: node
97199719
linkType: hard
97209720

9721-
"string.prototype.trimend@npm:^1.0.8, string.prototype.trimend@npm:^1.0.9":
9721+
"string.prototype.trimend@npm:^1.0.9":
97229722
version: 1.0.9
97239723
resolution: "string.prototype.trimend@npm:1.0.9"
97249724
dependencies:

0 commit comments

Comments
 (0)