Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit f3db491

Browse files
Bump eslint-plugin-import from 2.20.2 to 2.22.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.22.0. - [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.22.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cb9ed99 commit f3db491

File tree

1 file changed

+38
-22
lines changed

1 file changed

+38
-22
lines changed

yarn.lock

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,6 +2021,11 @@
20212021
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
20222022
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
20232023

2024+
"@types/json5@^0.0.29":
2025+
version "0.0.29"
2026+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2027+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
2028+
20242029
"@types/minimatch@*":
20252030
version "3.0.3"
20262031
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -2568,7 +2573,7 @@ array-ify@^1.0.0:
25682573
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
25692574
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
25702575

2571-
array-includes@^3.0.3, array-includes@^3.1.1:
2576+
array-includes@^3.1.1:
25722577
version "3.1.1"
25732578
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
25742579
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -2594,7 +2599,7 @@ array-unique@^0.3.2:
25942599
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
25952600
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
25962601

2597-
array.prototype.flat@^1.2.1:
2602+
array.prototype.flat@^1.2.3:
25982603
version "1.2.3"
25992604
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
26002605
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -4540,39 +4545,40 @@ eslint-config-prettier@^6.3.0:
45404545
dependencies:
45414546
get-stdin "^6.0.0"
45424547

4543-
eslint-import-resolver-node@^0.3.2:
4544-
version "0.3.2"
4545-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
4546-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
4548+
eslint-import-resolver-node@^0.3.3:
4549+
version "0.3.4"
4550+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
4551+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
45474552
dependencies:
45484553
debug "^2.6.9"
4549-
resolve "^1.5.0"
4554+
resolve "^1.13.1"
45504555

4551-
eslint-module-utils@^2.4.1:
4552-
version "2.5.2"
4553-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
4554-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
4556+
eslint-module-utils@^2.6.0:
4557+
version "2.6.0"
4558+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
4559+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
45554560
dependencies:
45564561
debug "^2.6.9"
45574562
pkg-dir "^2.0.0"
45584563

45594564
eslint-plugin-import@^2.14.0:
4560-
version "2.20.2"
4561-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
4562-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
4565+
version "2.22.0"
4566+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
4567+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
45634568
dependencies:
4564-
array-includes "^3.0.3"
4565-
array.prototype.flat "^1.2.1"
4569+
array-includes "^3.1.1"
4570+
array.prototype.flat "^1.2.3"
45664571
contains-path "^0.1.0"
45674572
debug "^2.6.9"
45684573
doctrine "1.5.0"
4569-
eslint-import-resolver-node "^0.3.2"
4570-
eslint-module-utils "^2.4.1"
4574+
eslint-import-resolver-node "^0.3.3"
4575+
eslint-module-utils "^2.6.0"
45714576
has "^1.0.3"
45724577
minimatch "^3.0.4"
4573-
object.values "^1.1.0"
4578+
object.values "^1.1.1"
45744579
read-pkg-up "^2.0.0"
4575-
resolve "^1.12.0"
4580+
resolve "^1.17.0"
4581+
tsconfig-paths "^3.9.0"
45764582

45774583
eslint-plugin-jest@^23.2.0:
45784584
version "23.17.1"
@@ -8216,7 +8222,7 @@ object.pick@^1.3.0:
82168222
dependencies:
82178223
isobject "^3.0.1"
82188224

8219-
object.values@^1.1.0, object.values@^1.1.1:
8225+
object.values@^1.1.1:
82208226
version "1.1.1"
82218227
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
82228228
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -9876,7 +9882,7 @@ resolve@1.1.7:
98769882
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
98779883
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
98789884

9879-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.5.0:
9885+
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
98809886
version "1.17.0"
98819887
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
98829888
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -11102,6 +11108,16 @@ trim-off-newlines@^1.0.0:
1110211108
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1110311109
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1110411110

11111+
tsconfig-paths@^3.9.0:
11112+
version "3.9.0"
11113+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
11114+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
11115+
dependencies:
11116+
"@types/json5" "^0.0.29"
11117+
json5 "^1.0.1"
11118+
minimist "^1.2.0"
11119+
strip-bom "^3.0.0"
11120+
1110511121
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1110611122
version "1.11.1"
1110711123
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"

0 commit comments

Comments
 (0)