Skip to content

Commit 3340976

Browse files
build(deps): update dependency eslint-plugin-import to v2.32.0
1 parent b227d0a commit 3340976

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cz-conventional-changelog": "3.3.0",
4141
"eslint": "8.57.1",
4242
"eslint-config-prettier": "9.1.2",
43-
"eslint-plugin-import": "2.31.0",
43+
"eslint-plugin-import": "2.32.0",
4444
"eslint-plugin-jsdoc": "40.3.0",
4545
"eslint-plugin-prefer-arrow": "1.2.3",
4646
"eslint-plugin-sonarjs": "0.23.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ array-ify@^1.0.0:
953953
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
954954
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
955955

956-
array-includes@^3.1.8:
956+
array-includes@^3.1.9:
957957
version "3.1.9"
958958
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
959959
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
@@ -972,7 +972,7 @@ array-union@^2.1.0:
972972
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
973973
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
974974

975-
array.prototype.findlastindex@^1.2.5:
975+
array.prototype.findlastindex@^1.2.6:
976976
version "1.2.6"
977977
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
978978
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
@@ -985,25 +985,25 @@ array.prototype.findlastindex@^1.2.5:
985985
es-object-atoms "^1.1.1"
986986
es-shim-unscopables "^1.1.0"
987987

988-
array.prototype.flat@^1.3.2:
989-
version "1.3.2"
990-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
991-
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
988+
array.prototype.flat@^1.3.3:
989+
version "1.3.3"
990+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
991+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
992992
dependencies:
993-
call-bind "^1.0.2"
994-
define-properties "^1.2.0"
995-
es-abstract "^1.22.1"
996-
es-shim-unscopables "^1.0.0"
993+
call-bind "^1.0.8"
994+
define-properties "^1.2.1"
995+
es-abstract "^1.23.5"
996+
es-shim-unscopables "^1.0.2"
997997

998-
array.prototype.flatmap@^1.3.2:
999-
version "1.3.2"
1000-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
1001-
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
998+
array.prototype.flatmap@^1.3.3:
999+
version "1.3.3"
1000+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
1001+
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
10021002
dependencies:
1003-
call-bind "^1.0.2"
1004-
define-properties "^1.2.0"
1005-
es-abstract "^1.22.1"
1006-
es-shim-unscopables "^1.0.0"
1003+
call-bind "^1.0.8"
1004+
define-properties "^1.2.1"
1005+
es-abstract "^1.23.5"
1006+
es-shim-unscopables "^1.0.2"
10071007

10081008
arraybuffer.prototype.slice@^1.0.4:
10091009
version "1.0.4"
@@ -1229,7 +1229,7 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-
12291229
es-errors "^1.3.0"
12301230
function-bind "^1.1.2"
12311231

1232-
call-bind@^1.0.2, call-bind@^1.0.7, call-bind@^1.0.8:
1232+
call-bind@^1.0.7, call-bind@^1.0.8:
12331233
version "1.0.8"
12341234
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
12351235
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
@@ -1796,7 +1796,7 @@ define-data-property@^1.0.1, define-data-property@^1.1.4:
17961796
es-errors "^1.3.0"
17971797
gopd "^1.0.1"
17981798

1799-
define-properties@^1.2.0, define-properties@^1.2.1:
1799+
define-properties@^1.2.1:
18001800
version "1.2.1"
18011801
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
18021802
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
@@ -1954,7 +1954,7 @@ error-ex@^1.3.1:
19541954
dependencies:
19551955
is-arrayish "^0.2.1"
19561956

1957-
es-abstract@^1.22.1, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0:
1957+
es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0:
19581958
version "1.24.0"
19591959
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
19601960
integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==
@@ -2041,7 +2041,7 @@ es-set-tostringtag@^2.1.0:
20412041
has-tostringtag "^1.0.2"
20422042
hasown "^2.0.2"
20432043

2044-
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.1.0:
2044+
es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
20452045
version "1.1.0"
20462046
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
20472047
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
@@ -2096,36 +2096,36 @@ eslint-import-resolver-node@^0.3.9:
20962096
is-core-module "^2.13.0"
20972097
resolve "^1.22.4"
20982098

2099-
eslint-module-utils@^2.12.0:
2100-
version "2.12.0"
2101-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
2102-
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
2099+
eslint-module-utils@^2.12.1:
2100+
version "2.12.1"
2101+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
2102+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
21032103
dependencies:
21042104
debug "^3.2.7"
21052105

2106-
eslint-plugin-import@2.31.0:
2107-
version "2.31.0"
2108-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
2109-
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
2106+
eslint-plugin-import@2.32.0:
2107+
version "2.32.0"
2108+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
2109+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
21102110
dependencies:
21112111
"@rtsao/scc" "^1.1.0"
2112-
array-includes "^3.1.8"
2113-
array.prototype.findlastindex "^1.2.5"
2114-
array.prototype.flat "^1.3.2"
2115-
array.prototype.flatmap "^1.3.2"
2112+
array-includes "^3.1.9"
2113+
array.prototype.findlastindex "^1.2.6"
2114+
array.prototype.flat "^1.3.3"
2115+
array.prototype.flatmap "^1.3.3"
21162116
debug "^3.2.7"
21172117
doctrine "^2.1.0"
21182118
eslint-import-resolver-node "^0.3.9"
2119-
eslint-module-utils "^2.12.0"
2119+
eslint-module-utils "^2.12.1"
21202120
hasown "^2.0.2"
2121-
is-core-module "^2.15.1"
2121+
is-core-module "^2.16.1"
21222122
is-glob "^4.0.3"
21232123
minimatch "^3.1.2"
21242124
object.fromentries "^2.0.8"
21252125
object.groupby "^1.0.3"
2126-
object.values "^1.2.0"
2126+
object.values "^1.2.1"
21272127
semver "^6.3.1"
2128-
string.prototype.trimend "^1.0.8"
2128+
string.prototype.trimend "^1.0.9"
21292129
tsconfig-paths "^3.15.0"
21302130

21312131
@@ -3099,7 +3099,7 @@ is-cidr@^4.0.2:
30993099
dependencies:
31003100
cidr-regex "^3.1.1"
31013101

3102-
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.5.0, is-core-module@^2.8.1:
3102+
is-core-module@^2.13.0, is-core-module@^2.16.1, is-core-module@^2.5.0, is-core-module@^2.8.1:
31033103
version "2.16.1"
31043104
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
31053105
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -4353,7 +4353,7 @@ object.groupby@^1.0.3:
43534353
define-properties "^1.2.1"
43544354
es-abstract "^1.23.2"
43554355

4356-
object.values@^1.2.0:
4356+
object.values@^1.2.1:
43574357
version "1.2.1"
43584358
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
43594359
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -5411,7 +5411,7 @@ string.prototype.trim@^1.2.10:
54115411
es-object-atoms "^1.0.0"
54125412
has-property-descriptors "^1.0.2"
54135413

5414-
string.prototype.trimend@^1.0.8, string.prototype.trimend@^1.0.9:
5414+
string.prototype.trimend@^1.0.9:
54155415
version "1.0.9"
54165416
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
54175417
integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==

0 commit comments

Comments
 (0)