Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 7d36778

Browse files
dependabot-preview[bot]kylef
authored andcommitted
chore(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.20.2...v2.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f3fe322 commit 7d36778

File tree

1 file changed

+81
-35
lines changed

1 file changed

+81
-35
lines changed

yarn.lock

Lines changed: 81 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,11 @@
11331133
"@types/minimatch" "*"
11341134
"@types/node" "*"
11351135

1136+
"@types/json5@^0.0.29":
1137+
version "0.0.29"
1138+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1139+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1140+
11361141
"@types/minimatch@*":
11371142
version "3.0.3"
11381143
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -1349,13 +1354,14 @@ array-ify@^1.0.0:
13491354
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
13501355
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
13511356

1352-
array-includes@^3.0.3:
1353-
version "3.0.3"
1354-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
1355-
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
1357+
array-includes@^3.1.1:
1358+
version "3.1.1"
1359+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
1360+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
13561361
dependencies:
1357-
define-properties "^1.1.2"
1358-
es-abstract "^1.7.0"
1362+
define-properties "^1.1.3"
1363+
es-abstract "^1.17.0"
1364+
is-string "^1.0.5"
13591365

13601366
array-union@^1.0.2:
13611367
version "1.0.2"
@@ -1374,7 +1380,7 @@ array-unique@^0.3.2:
13741380
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
13751381
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
13761382

1377-
array.prototype.flat@^1.2.1:
1383+
array.prototype.flat@^1.2.3:
13781384
version "1.2.3"
13791385
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
13801386
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -2466,7 +2472,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
24662472
dependencies:
24672473
is-arrayish "^0.2.1"
24682474

2469-
es-abstract@^1.12.0, es-abstract@^1.7.0:
2475+
es-abstract@^1.12.0:
24702476
version "1.13.0"
24712477
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
24722478
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -2478,6 +2484,23 @@ es-abstract@^1.12.0, es-abstract@^1.7.0:
24782484
is-regex "^1.0.4"
24792485
object-keys "^1.0.12"
24802486

2487+
es-abstract@^1.17.0:
2488+
version "1.17.5"
2489+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
2490+
integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==
2491+
dependencies:
2492+
es-to-primitive "^1.2.1"
2493+
function-bind "^1.1.1"
2494+
has "^1.0.3"
2495+
has-symbols "^1.0.1"
2496+
is-callable "^1.1.5"
2497+
is-regex "^1.0.5"
2498+
object-inspect "^1.7.0"
2499+
object-keys "^1.1.1"
2500+
object.assign "^4.1.0"
2501+
string.prototype.trimleft "^2.1.1"
2502+
string.prototype.trimright "^2.1.1"
2503+
24812504
es-abstract@^1.17.0-next.1:
24822505
version "1.17.4"
24832506
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
@@ -2544,39 +2567,40 @@ eslint-config-airbnb-base@^13.1.0:
25442567
object.assign "^4.1.0"
25452568
object.entries "^1.1.0"
25462569

2547-
eslint-import-resolver-node@^0.3.2:
2548-
version "0.3.2"
2549-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
2550-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
2570+
eslint-import-resolver-node@^0.3.3:
2571+
version "0.3.3"
2572+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
2573+
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
25512574
dependencies:
25522575
debug "^2.6.9"
2553-
resolve "^1.5.0"
2576+
resolve "^1.13.1"
25542577

2555-
eslint-module-utils@^2.4.1:
2556-
version "2.5.2"
2557-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
2558-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
2578+
eslint-module-utils@^2.6.0:
2579+
version "2.6.0"
2580+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
2581+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
25592582
dependencies:
25602583
debug "^2.6.9"
25612584
pkg-dir "^2.0.0"
25622585

25632586
eslint-plugin-import@^2.14.0:
2564-
version "2.20.2"
2565-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
2566-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
2587+
version "2.21.1"
2588+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.1.tgz#3398318e5e4abbd23395c4964ce61538705154c8"
2589+
integrity sha512-qYOOsgUv63vHof7BqbzuD+Ud34bXHxFJxntuAC1ZappFZXYbRIek3aJ7jc9i2dHDGDyZ/0zlO0cpioES265Lsw==
25672590
dependencies:
2568-
array-includes "^3.0.3"
2569-
array.prototype.flat "^1.2.1"
2591+
array-includes "^3.1.1"
2592+
array.prototype.flat "^1.2.3"
25702593
contains-path "^0.1.0"
25712594
debug "^2.6.9"
25722595
doctrine "1.5.0"
2573-
eslint-import-resolver-node "^0.3.2"
2574-
eslint-module-utils "^2.4.1"
2596+
eslint-import-resolver-node "^0.3.3"
2597+
eslint-module-utils "^2.6.0"
25752598
has "^1.0.3"
25762599
minimatch "^3.0.4"
2577-
object.values "^1.1.0"
2600+
object.values "^1.1.1"
25782601
read-pkg-up "^2.0.0"
2579-
resolve "^1.12.0"
2602+
resolve "^1.17.0"
2603+
tsconfig-paths "^3.9.0"
25802604

25812605
eslint-scope@^4.0.3:
25822606
version "4.0.3"
@@ -3759,6 +3783,11 @@ is-stream@^2.0.0:
37593783
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
37603784
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
37613785

3786+
is-string@^1.0.5:
3787+
version "1.0.5"
3788+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
3789+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
3790+
37623791
is-symbol@^1.0.2:
37633792
version "1.0.2"
37643793
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -3991,6 +4020,13 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
39914020
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
39924021
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
39934022

4023+
json5@^1.0.1:
4024+
version "1.0.1"
4025+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4026+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4027+
dependencies:
4028+
minimist "^1.2.0"
4029+
39944030
json5@^2.1.0:
39954031
version "2.1.1"
39964032
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
@@ -4892,13 +4928,13 @@ object.pick@^1.3.0:
48924928
dependencies:
48934929
isobject "^3.0.1"
48944930

4895-
object.values@^1.1.0:
4896-
version "1.1.0"
4897-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
4898-
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
4931+
object.values@^1.1.1:
4932+
version "1.1.1"
4933+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
4934+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
48994935
dependencies:
49004936
define-properties "^1.1.3"
4901-
es-abstract "^1.12.0"
4937+
es-abstract "^1.17.0-next.1"
49024938
function-bind "^1.1.1"
49034939
has "^1.0.3"
49044940

@@ -5710,10 +5746,10 @@ resolve-url@^0.2.1:
57105746
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
57115747
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
57125748

5713-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
5714-
version "1.15.0"
5715-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
5716-
integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
5749+
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
5750+
version "1.17.0"
5751+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
5752+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
57175753
dependencies:
57185754
path-parse "^1.0.6"
57195755

@@ -6459,6 +6495,16 @@ trim-off-newlines@^1.0.0:
64596495
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
64606496
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
64616497

6498+
tsconfig-paths@^3.9.0:
6499+
version "3.9.0"
6500+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
6501+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
6502+
dependencies:
6503+
"@types/json5" "^0.0.29"
6504+
json5 "^1.0.1"
6505+
minimist "^1.2.0"
6506+
strip-bom "^3.0.0"
6507+
64626508
tslib@^1.9.0:
64636509
version "1.9.3"
64646510
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

0 commit comments

Comments
 (0)