@@ -1684,14 +1684,7 @@ debug@3.1.0, debug@^3.1.0:
1684
1684
dependencies :
1685
1685
ms "2.0.0"
1686
1686
1687
- debug@^4.0.0, debug@^4.0.1 :
1688
- version "4.1.0"
1689
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
1690
- integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
1691
- dependencies :
1692
- ms "^2.1.1"
1693
-
1694
- debug@^4.1.0, debug@^4.1.1 :
1687
+ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1 :
1695
1688
version "4.1.1"
1696
1689
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
1697
1690
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -2076,21 +2069,21 @@ eslint-config-airbnb-base@^13.0.0:
2076
2069
object.assign "^4.1.0"
2077
2070
object.entries "^1.0.4"
2078
2071
2079
- eslint-import-resolver-node@^0.3.1 :
2072
+ eslint-import-resolver-node@^0.3.2 :
2080
2073
version "0.3.2"
2081
2074
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
2082
2075
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
2083
2076
dependencies :
2084
2077
debug "^2.6.9"
2085
2078
resolve "^1.5.0"
2086
2079
2087
- eslint-module-utils@^2.2 .0 :
2088
- version "2.2 .0"
2089
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2 .0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746 "
2090
- integrity sha1-snA2LNiLGkitMIl2zn+lTphBF0Y =
2080
+ eslint-module-utils@^2.3 .0 :
2081
+ version "2.3 .0"
2082
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3 .0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49 "
2083
+ integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w= =
2091
2084
dependencies :
2092
2085
debug "^2.6.8"
2093
- pkg-dir "^1 .0.0"
2086
+ pkg-dir "^2 .0.0"
2094
2087
2095
2088
eslint-plugin-cypress@^2.0.1 :
2096
2089
version "2.2.0"
@@ -2100,20 +2093,20 @@ eslint-plugin-cypress@^2.0.1:
2100
2093
globals "^11.0.1"
2101
2094
2102
2095
eslint-plugin-import@^2.13.0 :
2103
- version "2.14 .0"
2104
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.14 .0.tgz#6b17626d2e3e6ad52cfce8807a845d15e22111a8 "
2105
- integrity sha512-FpuRtniD/AY6sXByma2Wr0TXvXJ4nA/2/04VPlfpmUDPOpOY264x+ILiwnrk/k4RINgDAyFZByxqPUbSQ5YE7g ==
2096
+ version "2.15 .0"
2097
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.15 .0.tgz#d8f3c28b8988ccde5df964706faa7c1e52f0602a "
2098
+ integrity sha512-LEHqgR+RcnpGqYW7h9WMkPb/tP+ekKxWdQDztfTtZeV43IHF+X8lXU+1HOCcR4oXD24qRgEwNSxIweD5uNKGVg ==
2106
2099
dependencies :
2107
2100
contains-path "^0.1.0"
2108
- debug "^2.6.8 "
2101
+ debug "^2.6.9 "
2109
2102
doctrine "1.5.0"
2110
- eslint-import-resolver-node "^0.3.1 "
2111
- eslint-module-utils "^2.2 .0"
2112
- has "^1.0.1 "
2113
- lodash "^4.17.4 "
2114
- minimatch "^3.0.3 "
2103
+ eslint-import-resolver-node "^0.3.2 "
2104
+ eslint-module-utils "^2.3 .0"
2105
+ has "^1.0.3 "
2106
+ lodash "^4.17.11 "
2107
+ minimatch "^3.0.4 "
2115
2108
read-pkg-up "^2.0.0"
2116
- resolve "^1.6 .0"
2109
+ resolve "^1.9 .0"
2117
2110
2118
2111
eslint-restricted-globals@^0.1.1 :
2119
2112
version "0.1.1"
@@ -2481,14 +2474,6 @@ find-npm-prefix@^1.0.2:
2481
2474
resolved "https://registry.yarnpkg.com/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz#8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf"
2482
2475
integrity sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==
2483
2476
2484
- find-up@^1.0.0 :
2485
- version "1.1.2"
2486
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
2487
- integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
2488
- dependencies :
2489
- path-exists "^2.0.0"
2490
- pinkie-promise "^2.0.0"
2491
-
2492
2477
find-up@^2.0.0, find-up@^2.1.0 :
2493
2478
version "2.1.0"
2494
2479
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -2955,7 +2940,7 @@ has-values@^1.0.0:
2955
2940
is-number "^3.0.0"
2956
2941
kind-of "^4.0.0"
2957
2942
2958
- has@^1.0.1 :
2943
+ has@^1.0.1, has@^1.0.3 :
2959
2944
version "1.0.3"
2960
2945
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2961
2946
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -4444,16 +4429,11 @@ lodash.without@~4.4.0:
4444
4429
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
4445
4430
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
4446
4431
4447
- lodash@4.17.11 :
4432
+ lodash@4.17.11, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1 :
4448
4433
version "4.17.11"
4449
4434
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4450
4435
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4451
4436
4452
- lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1 :
4453
- version "4.17.10"
4454
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4455
- integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
4456
-
4457
4437
log-symbols@2.2.0 :
4458
4438
version "2.2.0"
4459
4439
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -5688,13 +5668,6 @@ path-dirname@^1.0.0:
5688
5668
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
5689
5669
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
5690
5670
5691
- path-exists@^2.0.0 :
5692
- version "2.1.0"
5693
- resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
5694
- integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
5695
- dependencies :
5696
- pinkie-promise "^2.0.0"
5697
-
5698
5671
path-exists@^3.0.0 :
5699
5672
version "3.0.0"
5700
5673
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -5715,11 +5688,6 @@ path-key@^2.0.0, path-key@^2.0.1:
5715
5688
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
5716
5689
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
5717
5690
5718
- path-parse@^1.0.5 :
5719
- version "1.0.5"
5720
- resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
5721
- integrity sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=
5722
-
5723
5691
path-parse@^1.0.6 :
5724
5692
version "1.0.6"
5725
5693
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -5786,12 +5754,12 @@ pkg-conf@^2.1.0:
5786
5754
find-up "^2.0.0"
5787
5755
load-json-file "^4.0.0"
5788
5756
5789
- pkg-dir@^1 .0.0 :
5790
- version "1 .0.0"
5791
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1 .0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4 "
5792
- integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q =
5757
+ pkg-dir@^2 .0.0 :
5758
+ version "2 .0.0"
5759
+ resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2 .0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b "
5760
+ integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s =
5793
5761
dependencies :
5794
- find-up "^1.0 .0"
5762
+ find-up "^2.1 .0"
5795
5763
5796
5764
pkg-dir@^3.0.0 :
5797
5765
version "3.0.0"
@@ -6329,20 +6297,13 @@ resolve@1.1.7:
6329
6297
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
6330
6298
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
6331
6299
6332
- resolve@^1.3.2 :
6300
+ resolve@^1.3.2, resolve@^1.5.0, resolve@^1.9.0 :
6333
6301
version "1.10.0"
6334
6302
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
6335
6303
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
6336
6304
dependencies :
6337
6305
path-parse "^1.0.6"
6338
6306
6339
- resolve@^1.5.0, resolve@^1.6.0 :
6340
- version "1.8.1"
6341
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
6342
- integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
6343
- dependencies :
6344
- path-parse "^1.0.5"
6345
-
6346
6307
restore-cursor@^1.0.1 :
6347
6308
version "1.0.1"
6348
6309
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
0 commit comments