Skip to content

Commit ce68c7e

Browse files
build(deps): update dependency eslint-plugin-import to v2.29.0
1 parent 0161e47 commit ce68c7e

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cz-conventional-changelog": "3.3.0",
4545
"eslint": "8.52.0",
4646
"eslint-config-prettier": "8.10.0",
47-
"eslint-plugin-import": "2.28.1",
47+
"eslint-plugin-import": "2.29.0",
4848
"eslint-plugin-jsdoc": "40.3.0",
4949
"eslint-plugin-prefer-arrow": "1.2.3",
5050
"eslint-plugin-sonarjs": "0.21.0",

yarn.lock

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ array-ify@^1.0.0:
10121012
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
10131013
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
10141014

1015-
array-includes@^3.1.6:
1015+
array-includes@^3.1.7:
10161016
version "3.1.7"
10171017
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
10181018
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
@@ -1028,7 +1028,7 @@ array-union@^2.1.0:
10281028
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
10291029
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
10301030

1031-
array.prototype.findlastindex@^1.2.2:
1031+
array.prototype.findlastindex@^1.2.3:
10321032
version "1.2.3"
10331033
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
10341034
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
@@ -1039,7 +1039,7 @@ array.prototype.findlastindex@^1.2.2:
10391039
es-shim-unscopables "^1.0.0"
10401040
get-intrinsic "^1.2.1"
10411041

1042-
array.prototype.flat@^1.3.1:
1042+
array.prototype.flat@^1.3.2:
10431043
version "1.3.2"
10441044
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
10451045
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
@@ -1049,7 +1049,7 @@ array.prototype.flat@^1.3.1:
10491049
es-abstract "^1.22.1"
10501050
es-shim-unscopables "^1.0.0"
10511051

1052-
array.prototype.flatmap@^1.3.1:
1052+
array.prototype.flatmap@^1.3.2:
10531053
version "1.3.2"
10541054
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
10551055
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -2073,7 +2073,7 @@ eslint-config-prettier@8.10.0:
20732073
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
20742074
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
20752075

2076-
eslint-import-resolver-node@^0.3.7:
2076+
eslint-import-resolver-node@^0.3.9:
20772077
version "0.3.9"
20782078
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
20792079
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -2089,26 +2089,26 @@ eslint-module-utils@^2.8.0:
20892089
dependencies:
20902090
debug "^3.2.7"
20912091

2092-
eslint-plugin-import@2.28.1:
2093-
version "2.28.1"
2094-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
2095-
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
2092+
eslint-plugin-import@2.29.0:
2093+
version "2.29.0"
2094+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
2095+
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
20962096
dependencies:
2097-
array-includes "^3.1.6"
2098-
array.prototype.findlastindex "^1.2.2"
2099-
array.prototype.flat "^1.3.1"
2100-
array.prototype.flatmap "^1.3.1"
2097+
array-includes "^3.1.7"
2098+
array.prototype.findlastindex "^1.2.3"
2099+
array.prototype.flat "^1.3.2"
2100+
array.prototype.flatmap "^1.3.2"
21012101
debug "^3.2.7"
21022102
doctrine "^2.1.0"
2103-
eslint-import-resolver-node "^0.3.7"
2103+
eslint-import-resolver-node "^0.3.9"
21042104
eslint-module-utils "^2.8.0"
2105-
has "^1.0.3"
2106-
is-core-module "^2.13.0"
2105+
hasown "^2.0.0"
2106+
is-core-module "^2.13.1"
21072107
is-glob "^4.0.3"
21082108
minimatch "^3.1.2"
2109-
object.fromentries "^2.0.6"
2110-
object.groupby "^1.0.0"
2111-
object.values "^1.1.6"
2109+
object.fromentries "^2.0.7"
2110+
object.groupby "^1.0.1"
2111+
object.values "^1.1.7"
21122112
semver "^6.3.1"
21132113
tsconfig-paths "^3.14.2"
21142114

@@ -2784,11 +2784,6 @@ has-unicode@^2.0.1:
27842784
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
27852785
integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
27862786

2787-
has@^1.0.3:
2788-
version "1.0.4"
2789-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
2790-
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
2791-
27922787
hasown@^2.0.0:
27932788
version "2.0.0"
27942789
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
@@ -3098,7 +3093,7 @@ is-cidr@^4.0.2:
30983093
dependencies:
30993094
cidr-regex "^3.1.1"
31003095

3101-
is-core-module@^2.13.0, is-core-module@^2.5.0, is-core-module@^2.8.1:
3096+
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0, is-core-module@^2.8.1:
31023097
version "2.13.1"
31033098
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
31043099
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
@@ -4323,7 +4318,7 @@ object.assign@^4.1.4:
43234318
has-symbols "^1.0.3"
43244319
object-keys "^1.1.1"
43254320

4326-
object.fromentries@^2.0.6:
4321+
object.fromentries@^2.0.7:
43274322
version "2.0.7"
43284323
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
43294324
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -4332,7 +4327,7 @@ object.fromentries@^2.0.6:
43324327
define-properties "^1.2.0"
43334328
es-abstract "^1.22.1"
43344329

4335-
object.groupby@^1.0.0:
4330+
object.groupby@^1.0.1:
43364331
version "1.0.1"
43374332
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
43384333
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
@@ -4342,7 +4337,7 @@ object.groupby@^1.0.0:
43424337
es-abstract "^1.22.1"
43434338
get-intrinsic "^1.2.1"
43444339

4345-
object.values@^1.1.6:
4340+
object.values@^1.1.7:
43464341
version "1.1.7"
43474342
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
43484343
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==

0 commit comments

Comments
 (0)