Skip to content

Commit 7f6a721

Browse files
build(deps): update dependency eslint-plugin-import to v2.28.0
1 parent a839f94 commit 7f6a721

File tree

2 files changed

+53
-20
lines changed

2 files changed

+53
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cz-conventional-changelog": "3.3.0",
4040
"eslint": "8.45.0",
4141
"eslint-config-prettier": "8.9.0",
42-
"eslint-plugin-import": "2.27.5",
42+
"eslint-plugin-import": "2.28.0",
4343
"eslint-plugin-jsdoc": "40.3.0",
4444
"eslint-plugin-prefer-arrow": "1.2.3",
4545
"eslint-plugin-sonarjs": "0.19.0",

yarn.lock

Lines changed: 52 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,17 @@ array-union@^2.1.0:
980980
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
981981
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
982982

983+
array.prototype.findlastindex@^1.2.2:
984+
version "1.2.2"
985+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b"
986+
integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==
987+
dependencies:
988+
call-bind "^1.0.2"
989+
define-properties "^1.1.4"
990+
es-abstract "^1.20.4"
991+
es-shim-unscopables "^1.0.0"
992+
get-intrinsic "^1.1.3"
993+
983994
array.prototype.flat@^1.3.1:
984995
version "1.3.1"
985996
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
@@ -1907,7 +1918,7 @@ error-ex@^1.3.1:
19071918
dependencies:
19081919
is-arrayish "^0.2.1"
19091920

1910-
es-abstract@^1.19.0, es-abstract@^1.20.4:
1921+
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2:
19111922
version "1.22.1"
19121923
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
19131924
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -2016,33 +2027,36 @@ eslint-import-resolver-node@^0.3.7:
20162027
is-core-module "^2.11.0"
20172028
resolve "^1.22.1"
20182029

2019-
eslint-module-utils@^2.7.4:
2030+
eslint-module-utils@^2.8.0:
20202031
version "2.8.0"
20212032
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
20222033
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
20232034
dependencies:
20242035
debug "^3.2.7"
20252036

2026-
eslint-plugin-import@2.27.5:
2027-
version "2.27.5"
2028-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
2029-
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
2037+
eslint-plugin-import@2.28.0:
2038+
version "2.28.0"
2039+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
2040+
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
20302041
dependencies:
20312042
array-includes "^3.1.6"
2043+
array.prototype.findlastindex "^1.2.2"
20322044
array.prototype.flat "^1.3.1"
20332045
array.prototype.flatmap "^1.3.1"
20342046
debug "^3.2.7"
20352047
doctrine "^2.1.0"
20362048
eslint-import-resolver-node "^0.3.7"
2037-
eslint-module-utils "^2.7.4"
2049+
eslint-module-utils "^2.8.0"
20382050
has "^1.0.3"
2039-
is-core-module "^2.11.0"
2051+
is-core-module "^2.12.1"
20402052
is-glob "^4.0.3"
20412053
minimatch "^3.1.2"
2054+
object.fromentries "^2.0.6"
2055+
object.groupby "^1.0.0"
20422056
object.values "^1.1.6"
2043-
resolve "^1.22.1"
2044-
semver "^6.3.0"
2045-
tsconfig-paths "^3.14.1"
2057+
resolve "^1.22.3"
2058+
semver "^6.3.1"
2059+
tsconfig-paths "^3.14.2"
20462060

20472061
eslint-plugin-jsdoc@40.3.0:
20482062
version "40.3.0"
@@ -2997,7 +3011,7 @@ is-cidr@^4.0.2:
29973011
dependencies:
29983012
cidr-regex "^3.1.1"
29993013

3000-
is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1:
3014+
is-core-module@^2.11.0, is-core-module@^2.12.0, is-core-module@^2.12.1, is-core-module@^2.5.0, is-core-module@^2.8.1:
30013015
version "2.12.1"
30023016
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
30033017
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
@@ -4209,6 +4223,25 @@ object.assign@^4.1.4:
42094223
has-symbols "^1.0.3"
42104224
object-keys "^1.1.1"
42114225

4226+
object.fromentries@^2.0.6:
4227+
version "2.0.6"
4228+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
4229+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
4230+
dependencies:
4231+
call-bind "^1.0.2"
4232+
define-properties "^1.1.4"
4233+
es-abstract "^1.20.4"
4234+
4235+
object.groupby@^1.0.0:
4236+
version "1.0.0"
4237+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9"
4238+
integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==
4239+
dependencies:
4240+
call-bind "^1.0.2"
4241+
define-properties "^1.2.0"
4242+
es-abstract "^1.21.2"
4243+
get-intrinsic "^1.2.1"
4244+
42124245
object.values@^1.1.6:
42134246
version "1.1.6"
42144247
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -4806,12 +4839,12 @@ resolve-global@^1.0.0:
48064839
dependencies:
48074840
global-dirs "^0.1.1"
48084841

4809-
resolve@^1.10.0, resolve@^1.22.1:
4810-
version "1.22.2"
4811-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
4812-
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
4842+
resolve@^1.10.0, resolve@^1.22.1, resolve@^1.22.3:
4843+
version "1.22.3"
4844+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
4845+
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
48134846
dependencies:
4814-
is-core-module "^2.11.0"
4847+
is-core-module "^2.12.0"
48154848
path-parse "^1.0.7"
48164849
supports-preserve-symlinks-flag "^1.0.0"
48174850

@@ -4944,7 +4977,7 @@ semver-regex@^3.1.2:
49444977
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
49454978
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
49464979

4947-
semver@^6.0.0, semver@^6.3.0:
4980+
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
49484981
version "6.3.1"
49494982
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
49504983
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -5412,7 +5445,7 @@ ts-node@10.9.1, ts-node@^10.8.1:
54125445
v8-compile-cache-lib "^3.0.1"
54135446
yn "3.1.1"
54145447

5415-
tsconfig-paths@^3.14.1:
5448+
tsconfig-paths@^3.14.2:
54165449
version "3.14.2"
54175450
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
54185451
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==

0 commit comments

Comments
 (0)