@@ -3825,7 +3825,7 @@ doctrine@1.5.0:
3825
3825
esutils "^2.0.2"
3826
3826
isarray "^1.0.0"
3827
3827
3828
- doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2. 1.0 :
3828
+ doctrine@^2.0.0, doctrine@^2.1.0 :
3829
3829
version "2.1.0"
3830
3830
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
3831
3831
dependencies :
@@ -4069,6 +4069,16 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
4069
4069
is-callable "^1.1.3"
4070
4070
is-regex "^1.0.4"
4071
4071
4072
+ es-abstract@^1.11.0 :
4073
+ version "1.12.0"
4074
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
4075
+ dependencies :
4076
+ es-to-primitive "^1.1.1"
4077
+ function-bind "^1.1.1"
4078
+ has "^1.0.1"
4079
+ is-callable "^1.1.3"
4080
+ is-regex "^1.0.4"
4081
+
4072
4082
es-to-primitive@^1.1.1 :
4073
4083
version "1.1.1"
4074
4084
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4249,14 +4259,17 @@ eslint-plugin-prettier@2.6.0:
4249
4259
fast-diff "^1.1.1"
4250
4260
jest-docblock "^21.0.0"
4251
4261
4252
- eslint-plugin-react@7.7 .0 :
4253
- version "7.7 .0"
4254
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7 .0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160 "
4262
+ eslint-plugin-react@7.12 .0 :
4263
+ version "7.12 .0"
4264
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12 .0.tgz#fa6701063f2172c3e1db3a22d3db6d8bdc0179af "
4255
4265
dependencies :
4256
- doctrine "^2.0.2"
4257
- has "^1.0.1"
4266
+ array-includes "^3.0.3"
4267
+ doctrine "^2.1.0"
4268
+ has "^1.0.3"
4258
4269
jsx-ast-utils "^2.0.1"
4259
- prop-types "^15.6.0"
4270
+ object.fromentries "^2.0.0"
4271
+ prop-types "^15.6.2"
4272
+ resolve "^1.9.0"
4260
4273
4261
4274
eslint-restricted-globals@^0.1.1 :
4262
4275
version "0.1.1"
@@ -5084,6 +5097,12 @@ has@^1.0.1:
5084
5097
dependencies :
5085
5098
function-bind "^1.0.2"
5086
5099
5100
+ has@^1.0.3 :
5101
+ version "1.0.3"
5102
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5103
+ dependencies :
5104
+ function-bind "^1.1.1"
5105
+
5087
5106
hash-base@^2.0.0 :
5088
5107
version "2.0.2"
5089
5108
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -7078,6 +7097,15 @@ object.entries@^1.0.4:
7078
7097
function-bind "^1.1.0"
7079
7098
has "^1.0.1"
7080
7099
7100
+ object.fromentries@^2.0.0 :
7101
+ version "2.0.0"
7102
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
7103
+ dependencies :
7104
+ define-properties "^1.1.2"
7105
+ es-abstract "^1.11.0"
7106
+ function-bind "^1.1.1"
7107
+ has "^1.0.1"
7108
+
7081
7109
object.getownpropertydescriptors@^2.0.3 :
7082
7110
version "2.0.3"
7083
7111
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7333,6 +7361,10 @@ path-parse@^1.0.5:
7333
7361
version "1.0.5"
7334
7362
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
7335
7363
7364
+ path-parse@^1.0.6 :
7365
+ version "1.0.6"
7366
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7367
+
7336
7368
path-to-regexp@0.1.7 :
7337
7369
version "0.1.7"
7338
7370
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7787,6 +7819,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
7787
7819
loose-envify "^1.3.1"
7788
7820
object-assign "^4.1.1"
7789
7821
7822
+ prop-types@^15.6.2 :
7823
+ version "15.6.2"
7824
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
7825
+ dependencies :
7826
+ loose-envify "^1.3.1"
7827
+ object-assign "^4.1.1"
7828
+
7790
7829
proxy-addr@~2.0.3 :
7791
7830
version "2.0.3"
7792
7831
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
@@ -8479,6 +8518,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
8479
8518
dependencies :
8480
8519
path-parse "^1.0.5"
8481
8520
8521
+ resolve@^1.9.0 :
8522
+ version "1.9.0"
8523
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
8524
+ dependencies :
8525
+ path-parse "^1.0.6"
8526
+
8482
8527
restore-cursor@^1.0.1 :
8483
8528
version "1.0.1"
8484
8529
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
0 commit comments