@@ -2329,6 +2329,15 @@ array-includes@^3.0.3:
23292329 define-properties "^1.1.2"
23302330 es-abstract "^1.7.0"
23312331
2332+ array-includes@^3.1.1 :
2333+ version "3.1.1"
2334+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
2335+ integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
2336+ dependencies :
2337+ define-properties "^1.1.3"
2338+ es-abstract "^1.17.0"
2339+ is-string "^1.0.5"
2340+
23322341array-union@^1.0.1 :
23332342 version "1.0.2"
23342343 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -4479,6 +4488,23 @@ es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.14.2, es-abstract@^1.15
44794488 string.prototype.trimleft "^2.1.0"
44804489 string.prototype.trimright "^2.1.0"
44814490
4491+ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1 :
4492+ version "1.17.2"
4493+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
4494+ integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw==
4495+ dependencies :
4496+ es-to-primitive "^1.2.1"
4497+ function-bind "^1.1.1"
4498+ has "^1.0.3"
4499+ has-symbols "^1.0.1"
4500+ is-callable "^1.1.5"
4501+ is-regex "^1.0.5"
4502+ object-inspect "^1.7.0"
4503+ object-keys "^1.1.1"
4504+ object.assign "^4.1.0"
4505+ string.prototype.trimleft "^2.1.1"
4506+ string.prototype.trimright "^2.1.1"
4507+
44824508es-to-primitive@^1.2.0 :
44834509 version "1.2.0"
44844510 resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -4488,6 +4514,15 @@ es-to-primitive@^1.2.0:
44884514 is-date-object "^1.0.1"
44894515 is-symbol "^1.0.2"
44904516
4517+ es-to-primitive@^1.2.1 :
4518+ version "1.2.1"
4519+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
4520+ integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
4521+ dependencies :
4522+ is-callable "^1.1.4"
4523+ is-date-object "^1.0.1"
4524+ is-symbol "^1.0.2"
4525+
44914526es5-shim@^4.5.13 :
44924527 version "4.5.13"
44934528 resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.13.tgz#5d88062de049f8969f83783f4a4884395f21d28b"
45464581 dependencies :
45474582 prettier-linter-helpers "^1.0.0"
45484583
4549- eslint-plugin-react@7.16 .0 :
4550- version "7.16 .0"
4551- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16 .0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09 "
4552- integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug ==
4584+ eslint-plugin-react@7.18 .0 :
4585+ version "7.18 .0"
4586+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18 .0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e "
4587+ integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ ==
45534588 dependencies :
4554- array-includes "^3.0.3 "
4589+ array-includes "^3.1.1 "
45554590 doctrine "^2.1.0"
45564591 has "^1.0.3"
4557- jsx-ast-utils "^2.2.1 "
4558- object.entries "^1.1.0 "
4559- object.fromentries "^2.0.0 "
4560- object.values "^1.1.0 "
4592+ jsx-ast-utils "^2.2.3 "
4593+ object.entries "^1.1.1 "
4594+ object.fromentries "^2.0.2 "
4595+ object.values "^1.1.1 "
45614596 prop-types "^15.7.2"
4562- resolve "^1.12.0 "
4597+ resolve "^1.14.2 "
45634598
45644599eslint-scope@^4.0.3 :
45654600 version "4.0.3"
@@ -5647,6 +5682,11 @@ has-symbols@^1.0.0:
56475682 resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
56485683 integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
56495684
5685+ has-symbols@^1.0.1 :
5686+ version "1.0.1"
5687+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
5688+ integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
5689+
56505690has-unicode@^2.0.0 :
56515691 version "2.0.1"
56525692 resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -6123,6 +6163,11 @@ is-callable@^1.1.4:
61236163 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
61246164 integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
61256165
6166+ is-callable@^1.1.5 :
6167+ version "1.1.5"
6168+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
6169+ integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
6170+
61266171is-ci@^2.0.0 :
61276172 version "2.0.0"
61286173 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -6303,6 +6348,13 @@ is-regex@^1.0.4:
63036348 dependencies :
63046349 has "^1.0.1"
63056350
6351+ is-regex@^1.0.5 :
6352+ version "1.0.5"
6353+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
6354+ integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
6355+ dependencies :
6356+ has "^1.0.3"
6357+
6306635863076359 version "2.1.0"
63086360 resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
@@ -6313,6 +6365,11 @@ is-stream@^1.0.1, is-stream@^1.1.0:
63136365 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
63146366 integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
63156367
6368+ is-string@^1.0.5 :
6369+ version "1.0.5"
6370+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
6371+ integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
6372+
63166373is-symbol@^1.0.2 :
63176374 version "1.0.2"
63186375 resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -6970,10 +7027,10 @@ jsprim@^1.2.2:
69707027 json-schema "0.2.3"
69717028 verror "1.10.0"
69727029
6973- jsx-ast-utils@^2.2.1 :
6974- version "2.2.1 "
6975- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1 .tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb "
6976- integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ ==
7030+ jsx-ast-utils@^2.2.3 :
7031+ version "2.2.3 "
7032+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3 .tgz#8a9364e402448a3ce7f14d357738310d9248054f "
7033+ integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA ==
69777034 dependencies :
69787035 array-includes "^3.0.3"
69797036 object.assign "^4.1.0"
@@ -7919,6 +7976,11 @@ object-inspect@^1.6.0:
79197976 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
79207977 integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
79217978
7979+ object-inspect@^1.7.0 :
7980+ version "1.7.0"
7981+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7982+ integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
7983+
79227984object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1 :
79237985 version "1.1.1"
79247986 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -7951,7 +8013,17 @@ object.entries@^1.1.0:
79518013 function-bind "^1.1.1"
79528014 has "^1.0.3"
79538015
7954- object.fromentries@^2.0.0, "object.fromentries@^2.0.0 || ^1.0.0" :
8016+ object.entries@^1.1.1 :
8017+ version "1.1.1"
8018+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
8019+ integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
8020+ dependencies :
8021+ define-properties "^1.1.3"
8022+ es-abstract "^1.17.0-next.1"
8023+ function-bind "^1.1.1"
8024+ has "^1.0.3"
8025+
8026+ " object.fromentries@^2.0.0 || ^1.0.0 " :
79558027 version "2.0.1"
79568028 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
79578029 integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
@@ -7961,6 +8033,16 @@ object.fromentries@^2.0.0, "object.fromentries@^2.0.0 || ^1.0.0":
79618033 function-bind "^1.1.1"
79628034 has "^1.0.3"
79638035
8036+ object.fromentries@^2.0.2 :
8037+ version "2.0.2"
8038+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
8039+ integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
8040+ dependencies :
8041+ define-properties "^1.1.3"
8042+ es-abstract "^1.17.0-next.1"
8043+ function-bind "^1.1.1"
8044+ has "^1.0.3"
8045+
79648046object.getownpropertydescriptors@^2.0.3 :
79658047 version "2.0.3"
79668048 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7986,6 +8068,16 @@ object.values@^1.1.0:
79868068 function-bind "^1.1.1"
79878069 has "^1.0.3"
79888070
8071+ object.values@^1.1.1 :
8072+ version "1.1.1"
8073+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
8074+ integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
8075+ dependencies :
8076+ define-properties "^1.1.3"
8077+ es-abstract "^1.17.0-next.1"
8078+ function-bind "^1.1.1"
8079+ has "^1.0.3"
8080+
79898081on-finished@~2.3.0 :
79908082 version "2.3.0"
79918083 resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
94179509 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
94189510 integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
94199511
9420- resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1. 3.2, resolve@^1.8.1 :
9512+ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.3.2, resolve@^1.8.1 :
94219513 version "1.12.0"
94229514 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
94239515 integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
94249516 dependencies :
94259517 path-parse "^1.0.6"
94269518
9519+ resolve@^1.14.2 :
9520+ version "1.14.2"
9521+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
9522+ integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
9523+ dependencies :
9524+ path-parse "^1.0.6"
9525+
94279526restore-cursor@^2.0.0 :
94289527 version "2.0.0"
94299528 resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -10097,6 +10196,14 @@ string.prototype.trimleft@^2.1.0:
1009710196 define-properties "^1.1.3"
1009810197 function-bind "^1.1.1"
1009910198
10199+ string.prototype.trimleft@^2.1.1 :
10200+ version "2.1.1"
10201+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10202+ integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10203+ dependencies :
10204+ define-properties "^1.1.3"
10205+ function-bind "^1.1.1"
10206+
1010010207string.prototype.trimright@^2.1.0 :
1010110208 version "2.1.0"
1010210209 resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
@@ -10105,6 +10212,14 @@ string.prototype.trimright@^2.1.0:
1010510212 define-properties "^1.1.3"
1010610213 function-bind "^1.1.1"
1010710214
10215+ string.prototype.trimright@^2.1.1 :
10216+ version "2.1.1"
10217+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10218+ integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10219+ dependencies :
10220+ define-properties "^1.1.3"
10221+ function-bind "^1.1.1"
10222+
1010810223string_decoder@^1.0.0, string_decoder@^1.1.1 :
1010910224 version "1.3.0"
1011010225 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
0 commit comments