Skip to content

Commit 432f0ef

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.24.0 to 2.24.2 (#1511)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.0 to 2.24.2. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.24.0...v2.24.2) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28dd43b commit 432f0ef

File tree

1 file changed

+105
-28
lines changed

1 file changed

+105
-28
lines changed

yarn.lock

Lines changed: 105 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6185,6 +6185,29 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
61856185
string.prototype.trimstart "^1.0.4"
61866186
unbox-primitive "^1.0.0"
61876187

6188+
es-abstract@^1.18.2:
6189+
version "1.18.5"
6190+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.5.tgz#9b10de7d4c206a3581fd5b2124233e04db49ae19"
6191+
integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==
6192+
dependencies:
6193+
call-bind "^1.0.2"
6194+
es-to-primitive "^1.2.1"
6195+
function-bind "^1.1.1"
6196+
get-intrinsic "^1.1.1"
6197+
has "^1.0.3"
6198+
has-symbols "^1.0.2"
6199+
internal-slot "^1.0.3"
6200+
is-callable "^1.2.3"
6201+
is-negative-zero "^2.0.1"
6202+
is-regex "^1.1.3"
6203+
is-string "^1.0.6"
6204+
object-inspect "^1.11.0"
6205+
object-keys "^1.1.1"
6206+
object.assign "^4.1.2"
6207+
string.prototype.trimend "^1.0.4"
6208+
string.prototype.trimstart "^1.0.4"
6209+
unbox-primitive "^1.0.1"
6210+
61886211
es-to-primitive@^1.2.1:
61896212
version "1.2.1"
61906213
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -6258,10 +6281,10 @@ eslint-config-standard@^16.0.2:
62586281
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
62596282
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
62606283

6261-
eslint-import-resolver-node@^0.3.5:
6262-
version "0.3.5"
6263-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
6264-
integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
6284+
eslint-import-resolver-node@^0.3.6:
6285+
version "0.3.6"
6286+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
6287+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
62656288
dependencies:
62666289
debug "^3.2.7"
62676290
resolve "^1.20.0"
@@ -6294,25 +6317,25 @@ eslint-plugin-es@^3.0.0:
62946317
regexpp "^3.0.0"
62956318

62966319
eslint-plugin-import@^2.21.2:
6297-
version "2.24.0"
6298-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"
6299-
integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==
6320+
version "2.24.2"
6321+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
6322+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
63006323
dependencies:
63016324
array-includes "^3.1.3"
63026325
array.prototype.flat "^1.2.4"
63036326
debug "^2.6.9"
63046327
doctrine "^2.1.0"
6305-
eslint-import-resolver-node "^0.3.5"
6328+
eslint-import-resolver-node "^0.3.6"
63066329
eslint-module-utils "^2.6.2"
63076330
find-up "^2.0.0"
63086331
has "^1.0.3"
6309-
is-core-module "^2.4.0"
6332+
is-core-module "^2.6.0"
63106333
minimatch "^3.0.4"
6311-
object.values "^1.1.3"
6334+
object.values "^1.1.4"
63126335
pkg-up "^2.0.0"
63136336
read-pkg-up "^3.0.0"
63146337
resolve "^1.20.0"
6315-
tsconfig-paths "^3.9.0"
6338+
tsconfig-paths "^3.11.0"
63166339

63176340
eslint-plugin-node@^11.0.0:
63186341
version "11.1.0"
@@ -7344,7 +7367,7 @@ get-func-name@^2.0.0:
73447367
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
73457368
integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=
73467369

7347-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
7370+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
73487371
version "1.1.1"
73497372
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
73507373
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -7799,7 +7822,7 @@ has-ansi@^2.0.0:
77997822
dependencies:
78007823
ansi-regex "^2.0.0"
78017824

7802-
has-bigints@^1.0.0:
7825+
has-bigints@^1.0.0, has-bigints@^1.0.1:
78037826
version "1.0.1"
78047827
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
78057828
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -7831,6 +7854,13 @@ has-to-string-tag-x@^1.2.0:
78317854
dependencies:
78327855
has-symbol-support-x "^1.4.1"
78337856

7857+
has-tostringtag@^1.0.0:
7858+
version "1.0.0"
7859+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
7860+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
7861+
dependencies:
7862+
has-symbols "^1.0.2"
7863+
78347864
has-value@^0.3.1:
78357865
version "0.3.1"
78367866
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -8392,6 +8422,15 @@ internal-ip@^4.3.0:
83928422
default-gateway "^4.2.0"
83938423
ipaddr.js "^1.9.0"
83948424

8425+
internal-slot@^1.0.3:
8426+
version "1.0.3"
8427+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
8428+
integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
8429+
dependencies:
8430+
get-intrinsic "^1.1.0"
8431+
has "^1.0.3"
8432+
side-channel "^1.0.4"
8433+
83958434
interpret@^1.2.0:
83968435
version "1.4.0"
83978436
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
@@ -8542,10 +8581,10 @@ is-color-stop@^1.0.0:
85428581
rgb-regex "^1.0.1"
85438582
rgba-regex "^1.0.0"
85448583

8545-
is-core-module@^2.2.0, is-core-module@^2.4.0:
8546-
version "2.4.0"
8547-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
8548-
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
8584+
is-core-module@^2.2.0, is-core-module@^2.6.0:
8585+
version "2.6.0"
8586+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
8587+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
85498588
dependencies:
85508589
has "^1.0.3"
85518590

@@ -8784,6 +8823,14 @@ is-regex@^1.0.4, is-regex@^1.1.2:
87848823
call-bind "^1.0.2"
87858824
has-symbols "^1.0.1"
87868825

8826+
is-regex@^1.1.3:
8827+
version "1.1.4"
8828+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
8829+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
8830+
dependencies:
8831+
call-bind "^1.0.2"
8832+
has-tostringtag "^1.0.0"
8833+
87878834
is-resolvable@^1.0.0:
87888835
version "1.1.0"
87898836
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -8809,6 +8856,13 @@ is-string@^1.0.5:
88098856
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
88108857
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
88118858

8859+
is-string@^1.0.6:
8860+
version "1.0.7"
8861+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
8862+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
8863+
dependencies:
8864+
has-tostringtag "^1.0.0"
8865+
88128866
is-svg@^3.0.0:
88138867
version "3.0.0"
88148868
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -11024,6 +11078,11 @@ object-hash@^1.1.4:
1102411078
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
1102511079
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
1102611080

11081+
object-inspect@^1.11.0:
11082+
version "1.11.0"
11083+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
11084+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
11085+
1102711086
object-inspect@^1.9.0:
1102811087
version "1.9.0"
1102911088
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -11090,15 +11149,14 @@ object.pick@^1.3.0:
1109011149
dependencies:
1109111150
isobject "^3.0.1"
1109211151

11093-
object.values@^1.1.0, object.values@^1.1.3:
11094-
version "1.1.3"
11095-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
11096-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
11152+
object.values@^1.1.0, object.values@^1.1.4:
11153+
version "1.1.4"
11154+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
11155+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
1109711156
dependencies:
1109811157
call-bind "^1.0.2"
1109911158
define-properties "^1.1.3"
11100-
es-abstract "^1.18.0-next.2"
11101-
has "^1.0.3"
11159+
es-abstract "^1.18.2"
1110211160

1110311161
obuf@^1.0.0, obuf@^1.1.2:
1110411162
version "1.1.2"
@@ -13260,6 +13318,15 @@ shortid@^2.2.15:
1326013318
dependencies:
1326113319
nanoid "^2.1.0"
1326213320

13321+
side-channel@^1.0.4:
13322+
version "1.0.4"
13323+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
13324+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
13325+
dependencies:
13326+
call-bind "^1.0.0"
13327+
get-intrinsic "^1.0.2"
13328+
object-inspect "^1.9.0"
13329+
1326313330
sigmund@^1.0.1:
1326413331
version "1.0.1"
1326513332
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
@@ -14362,10 +14429,10 @@ ts-pnp@^1.1.6:
1436214429
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
1436314430
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
1436414431

14365-
tsconfig-paths@^3.9.0:
14366-
version "3.9.0"
14367-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
14368-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
14432+
tsconfig-paths@^3.11.0:
14433+
version "3.11.0"
14434+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
14435+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
1436914436
dependencies:
1437014437
"@types/json5" "^0.0.29"
1437114438
json5 "^1.0.1"
@@ -14547,6 +14614,16 @@ unbox-primitive@^1.0.0:
1454714614
has-symbols "^1.0.0"
1454814615
which-boxed-primitive "^1.0.1"
1454914616

14617+
unbox-primitive@^1.0.1:
14618+
version "1.0.1"
14619+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
14620+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
14621+
dependencies:
14622+
function-bind "^1.1.1"
14623+
has-bigints "^1.0.1"
14624+
has-symbols "^1.0.2"
14625+
which-boxed-primitive "^1.0.2"
14626+
1455014627
unbzip2-stream@^1.0.9, unbzip2-stream@^1.3.3:
1455114628
version "1.4.3"
1455214629
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
@@ -15398,7 +15475,7 @@ when@~3.6.x:
1539815475
resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e"
1539915476
integrity sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=
1540015477

15401-
which-boxed-primitive@^1.0.1:
15478+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
1540215479
version "1.0.2"
1540315480
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
1540415481
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)