Skip to content

Commit 08137ec

Browse files
committed
chore(deps): update dependency eslint-plugin-import to ^2.27.4
1 parent 899da3c commit 08137ec

File tree

2 files changed

+32
-50
lines changed

2 files changed

+32
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "^8.31.0",
4545
"eslint-formatter-pretty": "^4.1.0",
4646
"eslint-plugin-eslint-comments": "^3.2.0",
47-
"eslint-plugin-import": "^2.26.0",
47+
"eslint-plugin-import": "^2.27.4",
4848
"eslint-plugin-jest": "^27.2.1",
4949
"eslint-plugin-jsx-a11y": "^6.7.1",
5050
"eslint-plugin-n": "^15.6.1",

yarn.lock

Lines changed: 31 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ array-ify@^1.0.0:
18331833
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
18341834
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
18351835

1836-
array-includes@^3.1.4, array-includes@^3.1.5:
1836+
array-includes@^3.1.5:
18371837
version "3.1.5"
18381838
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
18391839
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
@@ -1860,17 +1860,17 @@ array-union@^2.1.0:
18601860
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
18611861
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
18621862

1863-
array.prototype.flat@^1.2.5:
1864-
version "1.3.0"
1865-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
1866-
integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
1863+
array.prototype.flat@^1.3.1:
1864+
version "1.3.1"
1865+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
1866+
integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==
18671867
dependencies:
18681868
call-bind "^1.0.2"
1869-
define-properties "^1.1.3"
1870-
es-abstract "^1.19.2"
1869+
define-properties "^1.1.4"
1870+
es-abstract "^1.20.4"
18711871
es-shim-unscopables "^1.0.0"
18721872

1873-
array.prototype.flatmap@^1.3.1:
1873+
array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
18741874
version "1.3.1"
18751875
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
18761876
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -2628,13 +2628,6 @@ debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, d
26282628
dependencies:
26292629
ms "2.1.2"
26302630

2631-
debug@^2.6.9:
2632-
version "2.6.9"
2633-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
2634-
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
2635-
dependencies:
2636-
ms "2.0.0"
2637-
26382631
debug@^3.2.7:
26392632
version "3.2.7"
26402633
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -2890,7 +2883,7 @@ error-ex@^1.3.1:
28902883
dependencies:
28912884
is-arrayish "^0.2.1"
28922885

2893-
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5:
2886+
es-abstract@^1.19.0, es-abstract@^1.19.5:
28942887
version "1.20.3"
28952888
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.3.tgz#90b143ff7aedc8b3d189bcfac7f1e3e3f81e9da1"
28962889
integrity sha512-AyrnaKVpMzljIdwjzrj+LxGmj8ik2LckwXacHqrJJ/jxz6dDDBcZ7I7nlHM0FvEW8MfbWJwOd+yT2XzYW49Frw==
@@ -3040,13 +3033,14 @@ eslint-formatter-pretty@^4.1.0:
30403033
string-width "^4.2.0"
30413034
supports-hyperlinks "^2.0.0"
30423035

3043-
eslint-import-resolver-node@^0.3.6:
3044-
version "0.3.6"
3045-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
3046-
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
3036+
eslint-import-resolver-node@^0.3.7:
3037+
version "0.3.7"
3038+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7"
3039+
integrity sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==
30473040
dependencies:
30483041
debug "^3.2.7"
3049-
resolve "^1.20.0"
3042+
is-core-module "^2.11.0"
3043+
resolve "^1.22.1"
30503044

30513045
eslint-import-resolver-typescript@^3.5.3:
30523046
version "3.5.3"
@@ -3061,7 +3055,7 @@ eslint-import-resolver-typescript@^3.5.3:
30613055
is-glob "^4.0.3"
30623056
synckit "^0.8.4"
30633057

3064-
eslint-module-utils@^2.7.3:
3058+
eslint-module-utils@^2.7.4:
30653059
version "2.7.4"
30663060
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
30673061
integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
@@ -3084,23 +3078,25 @@ eslint-plugin-eslint-comments@^3.2.0:
30843078
escape-string-regexp "^1.0.5"
30853079
ignore "^5.0.5"
30863080

3087-
eslint-plugin-import@^2.26.0:
3088-
version "2.26.0"
3089-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
3090-
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
3081+
eslint-plugin-import@^2.27.4:
3082+
version "2.27.4"
3083+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
3084+
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
30913085
dependencies:
3092-
array-includes "^3.1.4"
3093-
array.prototype.flat "^1.2.5"
3094-
debug "^2.6.9"
3086+
array-includes "^3.1.6"
3087+
array.prototype.flat "^1.3.1"
3088+
array.prototype.flatmap "^1.3.0"
3089+
debug "^3.2.7"
30953090
doctrine "^2.1.0"
3096-
eslint-import-resolver-node "^0.3.6"
3097-
eslint-module-utils "^2.7.3"
3091+
eslint-import-resolver-node "^0.3.7"
3092+
eslint-module-utils "^2.7.4"
30983093
has "^1.0.3"
3099-
is-core-module "^2.8.1"
3094+
is-core-module "^2.11.0"
31003095
is-glob "^4.0.3"
31013096
minimatch "^3.1.2"
3102-
object.values "^1.1.5"
3103-
resolve "^1.22.0"
3097+
object.values "^1.1.6"
3098+
resolve "^1.22.1"
3099+
semver "^6.3.0"
31043100
tsconfig-paths "^3.14.1"
31053101

31063102
eslint-plugin-jest@^27.2.1:
@@ -5733,11 +5729,6 @@ modify-values@^1.0.0:
57335729
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
57345730
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
57355731

5736-
ms@2.0.0:
5737-
version "2.0.0"
5738-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
5739-
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
5740-
57415732
ms@2.1.2:
57425733
version "2.1.2"
57435734
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -6126,15 +6117,6 @@ object.hasown@^1.1.2:
61266117
define-properties "^1.1.4"
61276118
es-abstract "^1.20.4"
61286119

6129-
object.values@^1.1.5:
6130-
version "1.1.5"
6131-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
6132-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
6133-
dependencies:
6134-
call-bind "^1.0.2"
6135-
define-properties "^1.1.3"
6136-
es-abstract "^1.19.1"
6137-
61386120
object.values@^1.1.6:
61396121
version "1.1.6"
61406122
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -6854,7 +6836,7 @@ resolve.exports@^1.1.0:
68546836
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
68556837
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
68566838

6857-
resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1:
6839+
resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.1:
68586840
version "1.22.1"
68596841
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
68606842
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==

0 commit comments

Comments
 (0)