@@ -1440,6 +1440,12 @@ doctrine@^2.0.0:
1440
1440
esutils "^2.0.2"
1441
1441
isarray "^1.0.0"
1442
1442
1443
+ doctrine@^2.1.0 :
1444
+ version "2.1.0"
1445
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1446
+ dependencies :
1447
+ esutils "^2.0.2"
1448
+
1443
1449
dom-walk@^0.1.0 :
1444
1450
version "0.1.1"
1445
1451
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1489,6 +1495,16 @@ errorhandler@~1.4.2:
1489
1495
accepts "~1.3.0"
1490
1496
escape-html "~1.0.3"
1491
1497
1498
+ es-abstract@^1.11.0 :
1499
+ version "1.12.0"
1500
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
1501
+ dependencies :
1502
+ es-to-primitive "^1.1.1"
1503
+ function-bind "^1.1.1"
1504
+ has "^1.0.1"
1505
+ is-callable "^1.1.3"
1506
+ is-regex "^1.0.4"
1507
+
1492
1508
es-abstract@^1.7.0 :
1493
1509
version "1.7.0"
1494
1510
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1663,13 +1679,17 @@ eslint-plugin-prettier@2.1.1:
1663
1679
fast-diff "^1.1.1"
1664
1680
jest-docblock "^20.0.1"
1665
1681
1666
- eslint-plugin-react@7.0.1 :
1667
- version "7.0.1 "
1668
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.1 .tgz#e78107e1e559c6e2b17786bb67c2e2a010ad0d2f "
1682
+ eslint-plugin-react@7.12.2 :
1683
+ version "7.12.2 "
1684
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2 .tgz#95a4d8117011787824625ea57be9e38401d33548 "
1669
1685
dependencies :
1670
- doctrine "^2.0.0"
1671
- has "^1.0.1"
1672
- jsx-ast-utils "^1.3.4"
1686
+ array-includes "^3.0.3"
1687
+ doctrine "^2.1.0"
1688
+ has "^1.0.3"
1689
+ jsx-ast-utils "^2.0.1"
1690
+ object.fromentries "^2.0.0"
1691
+ prop-types "^15.6.2"
1692
+ resolve "^1.9.0"
1673
1693
1674
1694
eslint@3.19.0 :
1675
1695
version "3.19.0"
@@ -2013,6 +2033,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
2013
2033
version "1.1.0"
2014
2034
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
2015
2035
2036
+ function-bind@^1.1.1 :
2037
+ version "1.1.1"
2038
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2039
+
2016
2040
gauge@~1.2.5 :
2017
2041
version "1.2.7"
2018
2042
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -2201,6 +2225,12 @@ has@^1.0.1:
2201
2225
dependencies :
2202
2226
function-bind "^1.0.2"
2203
2227
2228
+ has@^1.0.3 :
2229
+ version "1.0.3"
2230
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2231
+ dependencies :
2232
+ function-bind "^1.1.1"
2233
+
2204
2234
hawk@~3.1.3 :
2205
2235
version "3.1.3"
2206
2236
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2483,7 +2513,7 @@ is-property@^1.0.0:
2483
2513
version "1.0.2"
2484
2514
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
2485
2515
2486
- is-regex@^1.0.3 :
2516
+ is-regex@^1.0.3, is-regex@^1.0.4 :
2487
2517
version "1.0.4"
2488
2518
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
2489
2519
dependencies :
@@ -2953,10 +2983,16 @@ jsprim@^1.2.2:
2953
2983
json-schema "0.2.3"
2954
2984
verror "1.3.6"
2955
2985
2956
- jsx-ast-utils@^1.3.4, jsx-ast-utils@^1. 4.0 :
2986
+ jsx-ast-utils@^1.4.0 :
2957
2987
version "1.4.1"
2958
2988
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
2959
2989
2990
+ jsx-ast-utils@^2.0.1 :
2991
+ version "2.0.1"
2992
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
2993
+ dependencies :
2994
+ array-includes "^3.0.3"
2995
+
2960
2996
kind-of@^3.0.2 :
2961
2997
version "3.2.0"
2962
2998
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -3403,6 +3439,15 @@ object-keys@^1.0.8:
3403
3439
version "1.0.11"
3404
3440
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
3405
3441
3442
+ object.fromentries@^2.0.0 :
3443
+ version "2.0.0"
3444
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3445
+ dependencies :
3446
+ define-properties "^1.1.2"
3447
+ es-abstract "^1.11.0"
3448
+ function-bind "^1.1.1"
3449
+ has "^1.0.1"
3450
+
3406
3451
object.omit@^2.0.0 :
3407
3452
version "2.0.1"
3408
3453
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -3555,6 +3600,10 @@ path-parse@^1.0.5:
3555
3600
version "1.0.5"
3556
3601
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
3557
3602
3603
+ path-parse@^1.0.6 :
3604
+ version "1.0.6"
3605
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3606
+
3558
3607
path-type@^1.0.0 :
3559
3608
version "1.1.0"
3560
3609
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3674,6 +3723,13 @@ prop-types@15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
3674
3723
fbjs "^0.8.9"
3675
3724
loose-envify "^1.3.1"
3676
3725
3726
+ prop-types@^15.6.2 :
3727
+ version "15.6.2"
3728
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
3729
+ dependencies :
3730
+ loose-envify "^1.3.1"
3731
+ object-assign "^4.1.1"
3732
+
3677
3733
prr@~0.0.0 :
3678
3734
version "0.0.0"
3679
3735
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
@@ -4130,6 +4186,12 @@ resolve@^1.1.6, resolve@^1.3.2:
4130
4186
dependencies :
4131
4187
path-parse "^1.0.5"
4132
4188
4189
+ resolve@^1.9.0 :
4190
+ version "1.9.0"
4191
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
4192
+ dependencies :
4193
+ path-parse "^1.0.6"
4194
+
4133
4195
response-time@~2.3.1 :
4134
4196
version "2.3.2"
4135
4197
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"
0 commit comments