aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorBen Woodward <benjamindwoodward@gmail.com>2020-08-22 09:42:18 -0700
committerGitHub <noreply@github.com>2020-08-22 09:42:18 -0700
commit58adbbd5e1879b0f085183208a25c066cbf40d91 (patch)
tree41affedb755e197a0feaa4f02d1a57d18112474c /yarn.lock
parentb9e18b44badd51adc724ae9814f0a95e74bee7b4 (diff)
Update dependencies (#10)
* yarn upgrade * Upgrade all lodash deps to ^4.17.19
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock1986
1 files changed, 1018 insertions, 968 deletions
diff --git a/yarn.lock b/yarn.lock
index 854f595..492fddd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -9,17 +9,17 @@
9 dependencies: 9 dependencies:
10 "@babel/highlight" "^7.8.3" 10 "@babel/highlight" "^7.8.3"
11 11
12"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.8.3": 12"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
13 version "7.10.1" 13 version "7.10.4"
14 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" 14 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
15 integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== 15 integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
16 dependencies: 16 dependencies:
17 "@babel/highlight" "^7.10.1" 17 "@babel/highlight" "^7.10.4"
18 18
19"@babel/compat-data@^7.10.1", "@babel/compat-data@^7.9.0": 19"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0", "@babel/compat-data@^7.9.0":
20 version "7.10.1" 20 version "7.11.0"
21 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.1.tgz#b1085ffe72cd17bf2c0ee790fc09f9626011b2db" 21 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
22 integrity sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw== 22 integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
23 dependencies: 23 dependencies:
24 browserslist "^4.12.0" 24 browserslist "^4.12.0"
25 invariant "^2.2.4" 25 invariant "^2.2.4"
@@ -42,274 +42,278 @@
42 debug "^4.1.0" 42 debug "^4.1.0"
43 gensync "^1.0.0-beta.1" 43 gensync "^1.0.0-beta.1"
44 json5 "^2.1.2" 44 json5 "^2.1.2"
45 lodash "^4.17.13" 45 lodash "^4.17.19"
46 resolve "^1.3.2" 46 resolve "^1.3.2"
47 semver "^5.4.1" 47 semver "^5.4.1"
48 source-map "^0.5.0" 48 source-map "^0.5.0"
49 49
50"@babel/core@^7.1.0", "@babel/core@^7.4.5": 50"@babel/core@^7.1.0", "@babel/core@^7.4.5":
51 version "7.10.2" 51 version "7.11.4"
52 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" 52 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229"
53 integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== 53 integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg==
54 dependencies: 54 dependencies:
55 "@babel/code-frame" "^7.10.1" 55 "@babel/code-frame" "^7.10.4"
56 "@babel/generator" "^7.10.2" 56 "@babel/generator" "^7.11.4"
57 "@babel/helper-module-transforms" "^7.10.1" 57 "@babel/helper-module-transforms" "^7.11.0"
58 "@babel/helpers" "^7.10.1" 58 "@babel/helpers" "^7.10.4"
59 "@babel/parser" "^7.10.2" 59 "@babel/parser" "^7.11.4"
60 "@babel/template" "^7.10.1" 60 "@babel/template" "^7.10.4"
61 "@babel/traverse" "^7.10.1" 61 "@babel/traverse" "^7.11.0"
62 "@babel/types" "^7.10.2" 62 "@babel/types" "^7.11.0"
63 convert-source-map "^1.7.0" 63 convert-source-map "^1.7.0"
64 debug "^4.1.0" 64 debug "^4.1.0"
65 gensync "^1.0.0-beta.1" 65 gensync "^1.0.0-beta.1"
66 json5 "^2.1.2" 66 json5 "^2.1.2"
67 lodash "^4.17.13" 67 lodash "^4.17.19"
68 resolve "^1.3.2" 68 resolve "^1.3.2"
69 semver "^5.4.1" 69 semver "^5.4.1"
70 source-map "^0.5.0" 70 source-map "^0.5.0"
71 71
72"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.4.0", "@babel/generator@^7.9.0": 72"@babel/generator@^7.11.0", "@babel/generator@^7.11.4", "@babel/generator@^7.4.0", "@babel/generator@^7.9.0":
73 version "7.10.2" 73 version "7.11.4"
74 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" 74 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be"
75 integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== 75 integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g==
76 dependencies: 76 dependencies:
77 "@babel/types" "^7.10.2" 77 "@babel/types" "^7.11.0"
78 jsesc "^2.5.1" 78 jsesc "^2.5.1"
79 lodash "^4.17.13"
80 source-map "^0.5.0" 79 source-map "^0.5.0"
81 80
82"@babel/helper-annotate-as-pure@^7.10.1": 81"@babel/helper-annotate-as-pure@^7.10.4":
83 version "7.10.1" 82 version "7.10.4"
84 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268" 83 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
85 integrity sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw== 84 integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==
86 dependencies: 85 dependencies:
87 "@babel/types" "^7.10.1" 86 "@babel/types" "^7.10.4"
88 87
89"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.1": 88"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4":
90 version "7.10.1" 89 version "7.10.4"
91 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz#0ec7d9be8174934532661f87783eb18d72290059" 90 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3"
92 integrity sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw== 91 integrity sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==
93 dependencies: 92 dependencies:
94 "@babel/helper-explode-assignable-expression" "^7.10.1" 93 "@babel/helper-explode-assignable-expression" "^7.10.4"
95 "@babel/types" "^7.10.1" 94 "@babel/types" "^7.10.4"
96 95
97"@babel/helper-builder-react-jsx-experimental@^7.10.1": 96"@babel/helper-builder-react-jsx-experimental@^7.10.4":
98 version "7.10.1" 97 version "7.10.5"
99 resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz#9a7d58ad184d3ac3bafb1a452cec2bad7e4a0bc8" 98 resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.5.tgz#f35e956a19955ff08c1258e44a515a6d6248646b"
100 integrity sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ== 99 integrity sha512-Buewnx6M4ttG+NLkKyt7baQn7ScC/Td+e99G914fRU8fGIUivDDgVIQeDHFa5e4CRSJQt58WpNHhsAZgtzVhsg==
101 dependencies: 100 dependencies:
102 "@babel/helper-annotate-as-pure" "^7.10.1" 101 "@babel/helper-annotate-as-pure" "^7.10.4"
103 "@babel/helper-module-imports" "^7.10.1" 102 "@babel/helper-module-imports" "^7.10.4"
104 "@babel/types" "^7.10.1" 103 "@babel/types" "^7.10.5"
105 104
106"@babel/helper-builder-react-jsx@^7.10.1": 105"@babel/helper-builder-react-jsx@^7.10.4":
107 version "7.10.1" 106 version "7.10.4"
108 resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz#a327f0cf983af5554701b1215de54a019f09b532" 107 resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz#8095cddbff858e6fa9c326daee54a2f2732c1d5d"
109 integrity sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw== 108 integrity sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg==
110 dependencies: 109 dependencies:
111 "@babel/helper-annotate-as-pure" "^7.10.1" 110 "@babel/helper-annotate-as-pure" "^7.10.4"
112 "@babel/types" "^7.10.1" 111 "@babel/types" "^7.10.4"
113 112
114"@babel/helper-compilation-targets@^7.10.2", "@babel/helper-compilation-targets@^7.8.7": 113"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.8.7":
115 version "7.10.2" 114 version "7.10.4"
116 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285" 115 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2"
117 integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA== 116 integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==
118 dependencies: 117 dependencies:
119 "@babel/compat-data" "^7.10.1" 118 "@babel/compat-data" "^7.10.4"
120 browserslist "^4.12.0" 119 browserslist "^4.12.0"
121 invariant "^2.2.4" 120 invariant "^2.2.4"
122 levenary "^1.1.1" 121 levenary "^1.1.1"
123 semver "^5.5.0" 122 semver "^5.5.0"
124 123
125"@babel/helper-create-class-features-plugin@^7.10.1", "@babel/helper-create-class-features-plugin@^7.8.3": 124"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5", "@babel/helper-create-class-features-plugin@^7.8.3":
126 version "7.10.2" 125 version "7.10.5"
127 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67" 126 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
128 integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ== 127 integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
129 dependencies: 128 dependencies:
130 "@babel/helper-function-name" "^7.10.1" 129 "@babel/helper-function-name" "^7.10.4"
131 "@babel/helper-member-expression-to-functions" "^7.10.1" 130 "@babel/helper-member-expression-to-functions" "^7.10.5"
132 "@babel/helper-optimise-call-expression" "^7.10.1" 131 "@babel/helper-optimise-call-expression" "^7.10.4"
133 "@babel/helper-plugin-utils" "^7.10.1" 132 "@babel/helper-plugin-utils" "^7.10.4"
134 "@babel/helper-replace-supers" "^7.10.1" 133 "@babel/helper-replace-supers" "^7.10.4"
135 "@babel/helper-split-export-declaration" "^7.10.1" 134 "@babel/helper-split-export-declaration" "^7.10.4"
136 135
137"@babel/helper-create-regexp-features-plugin@^7.10.1", "@babel/helper-create-regexp-features-plugin@^7.8.3": 136"@babel/helper-create-regexp-features-plugin@^7.10.4":
138 version "7.10.1" 137 version "7.10.4"
139 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz#1b8feeab1594cbcfbf3ab5a3bbcabac0468efdbd" 138 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8"
140 integrity sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA== 139 integrity sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g==
141 dependencies: 140 dependencies:
142 "@babel/helper-annotate-as-pure" "^7.10.1" 141 "@babel/helper-annotate-as-pure" "^7.10.4"
143 "@babel/helper-regex" "^7.10.1" 142 "@babel/helper-regex" "^7.10.4"
144 regexpu-core "^4.7.0" 143 regexpu-core "^4.7.0"
145 144
146"@babel/helper-define-map@^7.10.1": 145"@babel/helper-define-map@^7.10.4":
147 version "7.10.1" 146 version "7.10.5"
148 resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz#5e69ee8308648470dd7900d159c044c10285221d" 147 resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz#b53c10db78a640800152692b13393147acb9bb30"
149 integrity sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg== 148 integrity sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==
150 dependencies:
151 "@babel/helper-function-name" "^7.10.1"
152 "@babel/types" "^7.10.1"
153 lodash "^4.17.13"
154
155"@babel/helper-explode-assignable-expression@^7.10.1":
156 version "7.10.1"
157 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz#e9d76305ee1162ca467357ae25df94f179af2b7e"
158 integrity sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg==
159 dependencies:
160 "@babel/traverse" "^7.10.1"
161 "@babel/types" "^7.10.1"
162
163"@babel/helper-function-name@^7.10.1":
164 version "7.10.1"
165 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4"
166 integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==
167 dependencies: 149 dependencies:
168 "@babel/helper-get-function-arity" "^7.10.1" 150 "@babel/helper-function-name" "^7.10.4"
169 "@babel/template" "^7.10.1" 151 "@babel/types" "^7.10.5"
170 "@babel/types" "^7.10.1" 152 lodash "^4.17.19"
171 153
172"@babel/helper-get-function-arity@^7.10.1": 154"@babel/helper-explode-assignable-expression@^7.10.4":
173 version "7.10.1" 155 version "7.11.4"
174 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" 156 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.11.4.tgz#2d8e3470252cc17aba917ede7803d4a7a276a41b"
175 integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== 157 integrity sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ==
176 dependencies: 158 dependencies:
177 "@babel/types" "^7.10.1" 159 "@babel/types" "^7.10.4"
178 160
179"@babel/helper-hoist-variables@^7.10.1": 161"@babel/helper-function-name@^7.10.4":
180 version "7.10.1" 162 version "7.10.4"
181 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz#7e77c82e5dcae1ebf123174c385aaadbf787d077" 163 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
182 integrity sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg== 164 integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
183 dependencies: 165 dependencies:
184 "@babel/types" "^7.10.1" 166 "@babel/helper-get-function-arity" "^7.10.4"
185 167 "@babel/template" "^7.10.4"
186"@babel/helper-member-expression-to-functions@^7.10.1": 168 "@babel/types" "^7.10.4"
187 version "7.10.1" 169
188 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15" 170"@babel/helper-get-function-arity@^7.10.4":
189 integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g== 171 version "7.10.4"
190 dependencies: 172 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
191 "@babel/types" "^7.10.1" 173 integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
192 174 dependencies:
193"@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.8.3": 175 "@babel/types" "^7.10.4"
194 version "7.10.1" 176
195 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876" 177"@babel/helper-hoist-variables@^7.10.4":
196 integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg== 178 version "7.10.4"
197 dependencies: 179 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
198 "@babel/types" "^7.10.1" 180 integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==
199 181 dependencies:
200"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.9.0": 182 "@babel/types" "^7.10.4"
201 version "7.10.1" 183
202 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622" 184"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5":
203 integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== 185 version "7.11.0"
204 dependencies: 186 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
205 "@babel/helper-module-imports" "^7.10.1" 187 integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
206 "@babel/helper-replace-supers" "^7.10.1" 188 dependencies:
207 "@babel/helper-simple-access" "^7.10.1" 189 "@babel/types" "^7.11.0"
208 "@babel/helper-split-export-declaration" "^7.10.1" 190
209 "@babel/template" "^7.10.1" 191"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
210 "@babel/types" "^7.10.1" 192 version "7.10.4"
211 lodash "^4.17.13" 193 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
212 194 integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
213"@babel/helper-optimise-call-expression@^7.10.1": 195 dependencies:
214 version "7.10.1" 196 "@babel/types" "^7.10.4"
215 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543" 197
216 integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg== 198"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.9.0":
217 dependencies: 199 version "7.11.0"
218 "@babel/types" "^7.10.1" 200 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
219 201 integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
220"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": 202 dependencies:
221 version "7.10.1" 203 "@babel/helper-module-imports" "^7.10.4"
222 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127" 204 "@babel/helper-replace-supers" "^7.10.4"
223 integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== 205 "@babel/helper-simple-access" "^7.10.4"
224 206 "@babel/helper-split-export-declaration" "^7.11.0"
225"@babel/helper-regex@^7.10.1": 207 "@babel/template" "^7.10.4"
226 version "7.10.1" 208 "@babel/types" "^7.11.0"
227 resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.1.tgz#021cf1a7ba99822f993222a001cc3fec83255b96" 209 lodash "^4.17.19"
228 integrity sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g== 210
229 dependencies: 211"@babel/helper-optimise-call-expression@^7.10.4":
230 lodash "^4.17.13" 212 version "7.10.4"
231 213 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
232"@babel/helper-remap-async-to-generator@^7.10.1": 214 integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
233 version "7.10.1" 215 dependencies:
234 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz#bad6aaa4ff39ce8d4b82ccaae0bfe0f7dbb5f432" 216 "@babel/types" "^7.10.4"
235 integrity sha512-RfX1P8HqsfgmJ6CwaXGKMAqbYdlleqglvVtht0HGPMSsy2V6MqLlOJVF/0Qyb/m2ZCi2z3q3+s6Pv7R/dQuZ6A== 217
236 dependencies: 218"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
237 "@babel/helper-annotate-as-pure" "^7.10.1" 219 version "7.10.4"
238 "@babel/helper-wrap-function" "^7.10.1" 220 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
239 "@babel/template" "^7.10.1" 221 integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
240 "@babel/traverse" "^7.10.1" 222
241 "@babel/types" "^7.10.1" 223"@babel/helper-regex@^7.10.4":
242 224 version "7.10.5"
243"@babel/helper-replace-supers@^7.10.1": 225 resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0"
244 version "7.10.1" 226 integrity sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==
245 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d" 227 dependencies:
246 integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A== 228 lodash "^4.17.19"
247 dependencies: 229
248 "@babel/helper-member-expression-to-functions" "^7.10.1" 230"@babel/helper-remap-async-to-generator@^7.10.4":
249 "@babel/helper-optimise-call-expression" "^7.10.1" 231 version "7.11.4"
250 "@babel/traverse" "^7.10.1" 232 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz#4474ea9f7438f18575e30b0cac784045b402a12d"
251 "@babel/types" "^7.10.1" 233 integrity sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA==
252 234 dependencies:
253"@babel/helper-simple-access@^7.10.1": 235 "@babel/helper-annotate-as-pure" "^7.10.4"
254 version "7.10.1" 236 "@babel/helper-wrap-function" "^7.10.4"
255 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e" 237 "@babel/template" "^7.10.4"
256 integrity sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw== 238 "@babel/types" "^7.10.4"
257 dependencies: 239
258 "@babel/template" "^7.10.1" 240"@babel/helper-replace-supers@^7.10.4":
259 "@babel/types" "^7.10.1" 241 version "7.10.4"
260 242 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
261"@babel/helper-split-export-declaration@^7.10.1": 243 integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
262 version "7.10.1" 244 dependencies:
263 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f" 245 "@babel/helper-member-expression-to-functions" "^7.10.4"
264 integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g== 246 "@babel/helper-optimise-call-expression" "^7.10.4"
265 dependencies: 247 "@babel/traverse" "^7.10.4"
266 "@babel/types" "^7.10.1" 248 "@babel/types" "^7.10.4"
267 249
268"@babel/helper-validator-identifier@^7.10.1": 250"@babel/helper-simple-access@^7.10.4":
269 version "7.10.1" 251 version "7.10.4"
270 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" 252 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
271 integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== 253 integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
272 254 dependencies:
273"@babel/helper-wrap-function@^7.10.1": 255 "@babel/template" "^7.10.4"
274 version "7.10.1" 256 "@babel/types" "^7.10.4"
275 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9" 257
276 integrity sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ== 258"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
277 dependencies: 259 version "7.11.0"
278 "@babel/helper-function-name" "^7.10.1" 260 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
279 "@babel/template" "^7.10.1" 261 integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
280 "@babel/traverse" "^7.10.1" 262 dependencies:
281 "@babel/types" "^7.10.1" 263 "@babel/types" "^7.11.0"
282 264
283"@babel/helpers@^7.10.1", "@babel/helpers@^7.9.0": 265"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
284 version "7.10.1" 266 version "7.11.0"
285 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" 267 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
286 integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== 268 integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
287 dependencies: 269 dependencies:
288 "@babel/template" "^7.10.1" 270 "@babel/types" "^7.11.0"
289 "@babel/traverse" "^7.10.1" 271
290 "@babel/types" "^7.10.1" 272"@babel/helper-validator-identifier@^7.10.4":
291 273 version "7.10.4"
292"@babel/highlight@^7.10.1", "@babel/highlight@^7.8.3": 274 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
293 version "7.10.1" 275 integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
294 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" 276
295 integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== 277"@babel/helper-wrap-function@^7.10.4":
296 dependencies: 278 version "7.10.4"
297 "@babel/helper-validator-identifier" "^7.10.1" 279 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
280 integrity sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==
281 dependencies:
282 "@babel/helper-function-name" "^7.10.4"
283 "@babel/template" "^7.10.4"
284 "@babel/traverse" "^7.10.4"
285 "@babel/types" "^7.10.4"
286
287"@babel/helpers@^7.10.4", "@babel/helpers@^7.9.0":
288 version "7.10.4"
289 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
290 integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
291 dependencies:
292 "@babel/template" "^7.10.4"
293 "@babel/traverse" "^7.10.4"
294 "@babel/types" "^7.10.4"
295
296"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
297 version "7.10.4"
298 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
299 integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
300 dependencies:
301 "@babel/helper-validator-identifier" "^7.10.4"
298 chalk "^2.0.0" 302 chalk "^2.0.0"
299 js-tokens "^4.0.0" 303 js-tokens "^4.0.0"
300 304
301"@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.0": 305"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
302 version "7.10.2" 306 version "7.11.4"
303 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" 307 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
304 integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== 308 integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
305 309
306"@babel/plugin-proposal-async-generator-functions@^7.10.1", "@babel/plugin-proposal-async-generator-functions@^7.8.3": 310"@babel/plugin-proposal-async-generator-functions@^7.10.4", "@babel/plugin-proposal-async-generator-functions@^7.8.3":
307 version "7.10.1" 311 version "7.10.5"
308 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz#6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55" 312 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
309 integrity sha512-vzZE12ZTdB336POZjmpblWfNNRpMSua45EYnRigE2XsZxcXcIyly2ixnTJasJE4Zq3U7t2d8rRF7XRUuzHxbOw== 313 integrity sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg==
310 dependencies: 314 dependencies:
311 "@babel/helper-plugin-utils" "^7.10.1" 315 "@babel/helper-plugin-utils" "^7.10.4"
312 "@babel/helper-remap-async-to-generator" "^7.10.1" 316 "@babel/helper-remap-async-to-generator" "^7.10.4"
313 "@babel/plugin-syntax-async-generators" "^7.8.0" 317 "@babel/plugin-syntax-async-generators" "^7.8.0"
314 318
315"@babel/plugin-proposal-class-properties@7.8.3": 319"@babel/plugin-proposal-class-properties@7.8.3":
@@ -320,13 +324,13 @@
320 "@babel/helper-create-class-features-plugin" "^7.8.3" 324 "@babel/helper-create-class-features-plugin" "^7.8.3"
321 "@babel/helper-plugin-utils" "^7.8.3" 325 "@babel/helper-plugin-utils" "^7.8.3"
322 326
323"@babel/plugin-proposal-class-properties@^7.10.1": 327"@babel/plugin-proposal-class-properties@^7.10.4":
324 version "7.10.1" 328 version "7.10.4"
325 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz#046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01" 329 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
326 integrity sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw== 330 integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
327 dependencies: 331 dependencies:
328 "@babel/helper-create-class-features-plugin" "^7.10.1" 332 "@babel/helper-create-class-features-plugin" "^7.10.4"
329 "@babel/helper-plugin-utils" "^7.10.1" 333 "@babel/helper-plugin-utils" "^7.10.4"
330 334
331"@babel/plugin-proposal-decorators@7.8.3": 335"@babel/plugin-proposal-decorators@7.8.3":
332 version "7.8.3" 336 version "7.8.3"
@@ -337,22 +341,38 @@
337 "@babel/helper-plugin-utils" "^7.8.3" 341 "@babel/helper-plugin-utils" "^7.8.3"
338 "@babel/plugin-syntax-decorators" "^7.8.3" 342 "@babel/plugin-syntax-decorators" "^7.8.3"
339 343
340"@babel/plugin-proposal-dynamic-import@^7.10.1", "@babel/plugin-proposal-dynamic-import@^7.8.3": 344"@babel/plugin-proposal-dynamic-import@^7.10.4", "@babel/plugin-proposal-dynamic-import@^7.8.3":
341 version "7.10.1" 345 version "7.10.4"
342 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz#e36979dc1dc3b73f6d6816fc4951da2363488ef0" 346 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e"
343 integrity sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA== 347 integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==
344 dependencies: 348 dependencies:
345 "@babel/helper-plugin-utils" "^7.10.1" 349 "@babel/helper-plugin-utils" "^7.10.4"
346 "@babel/plugin-syntax-dynamic-import" "^7.8.0" 350 "@babel/plugin-syntax-dynamic-import" "^7.8.0"
347 351
348"@babel/plugin-proposal-json-strings@^7.10.1", "@babel/plugin-proposal-json-strings@^7.8.3": 352"@babel/plugin-proposal-export-namespace-from@^7.10.4":
349 version "7.10.1" 353 version "7.10.4"
350 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz#b1e691ee24c651b5a5e32213222b2379734aff09" 354 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
351 integrity sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg== 355 integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
356 dependencies:
357 "@babel/helper-plugin-utils" "^7.10.4"
358 "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
359
360"@babel/plugin-proposal-json-strings@^7.10.4", "@babel/plugin-proposal-json-strings@^7.8.3":
361 version "7.10.4"
362 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db"
363 integrity sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==
352 dependencies: 364 dependencies:
353 "@babel/helper-plugin-utils" "^7.10.1" 365 "@babel/helper-plugin-utils" "^7.10.4"
354 "@babel/plugin-syntax-json-strings" "^7.8.0" 366 "@babel/plugin-syntax-json-strings" "^7.8.0"
355 367
368"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
369 version "7.11.0"
370 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
371 integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
372 dependencies:
373 "@babel/helper-plugin-utils" "^7.10.4"
374 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
375
356"@babel/plugin-proposal-nullish-coalescing-operator@7.8.3": 376"@babel/plugin-proposal-nullish-coalescing-operator@7.8.3":
357 version "7.8.3" 377 version "7.8.3"
358 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2" 378 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
@@ -361,12 +381,12 @@
361 "@babel/helper-plugin-utils" "^7.8.3" 381 "@babel/helper-plugin-utils" "^7.8.3"
362 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" 382 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
363 383
364"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": 384"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
365 version "7.10.1" 385 version "7.10.4"
366 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz#02dca21673842ff2fe763ac253777f235e9bbf78" 386 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
367 integrity sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA== 387 integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
368 dependencies: 388 dependencies:
369 "@babel/helper-plugin-utils" "^7.10.1" 389 "@babel/helper-plugin-utils" "^7.10.4"
370 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" 390 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
371 391
372"@babel/plugin-proposal-numeric-separator@7.8.3": 392"@babel/plugin-proposal-numeric-separator@7.8.3":
@@ -377,29 +397,29 @@
377 "@babel/helper-plugin-utils" "^7.8.3" 397 "@babel/helper-plugin-utils" "^7.8.3"
378 "@babel/plugin-syntax-numeric-separator" "^7.8.3" 398 "@babel/plugin-syntax-numeric-separator" "^7.8.3"
379 399
380"@babel/plugin-proposal-numeric-separator@^7.10.1", "@babel/plugin-proposal-numeric-separator@^7.8.3": 400"@babel/plugin-proposal-numeric-separator@^7.10.4", "@babel/plugin-proposal-numeric-separator@^7.8.3":
381 version "7.10.1" 401 version "7.10.4"
382 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz#a9a38bc34f78bdfd981e791c27c6fdcec478c123" 402 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06"
383 integrity sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA== 403 integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==
384 dependencies: 404 dependencies:
385 "@babel/helper-plugin-utils" "^7.10.1" 405 "@babel/helper-plugin-utils" "^7.10.4"
386 "@babel/plugin-syntax-numeric-separator" "^7.10.1" 406 "@babel/plugin-syntax-numeric-separator" "^7.10.4"
387 407
388"@babel/plugin-proposal-object-rest-spread@^7.10.1", "@babel/plugin-proposal-object-rest-spread@^7.9.0": 408"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.9.0":
389 version "7.10.1" 409 version "7.11.0"
390 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz#cba44908ac9f142650b4a65b8aa06bf3478d5fb6" 410 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af"
391 integrity sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ== 411 integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==
392 dependencies: 412 dependencies:
393 "@babel/helper-plugin-utils" "^7.10.1" 413 "@babel/helper-plugin-utils" "^7.10.4"
394 "@babel/plugin-syntax-object-rest-spread" "^7.8.0" 414 "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
395 "@babel/plugin-transform-parameters" "^7.10.1" 415 "@babel/plugin-transform-parameters" "^7.10.4"
396 416
397"@babel/plugin-proposal-optional-catch-binding@^7.10.1", "@babel/plugin-proposal-optional-catch-binding@^7.8.3": 417"@babel/plugin-proposal-optional-catch-binding@^7.10.4", "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
398 version "7.10.1" 418 version "7.10.4"
399 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz#c9f86d99305f9fa531b568ff5ab8c964b8b223d2" 419 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd"
400 integrity sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA== 420 integrity sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==
401 dependencies: 421 dependencies:
402 "@babel/helper-plugin-utils" "^7.10.1" 422 "@babel/helper-plugin-utils" "^7.10.4"
403 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" 423 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
404 424
405"@babel/plugin-proposal-optional-chaining@7.9.0": 425"@babel/plugin-proposal-optional-chaining@7.9.0":
@@ -410,29 +430,30 @@
410 "@babel/helper-plugin-utils" "^7.8.3" 430 "@babel/helper-plugin-utils" "^7.8.3"
411 "@babel/plugin-syntax-optional-chaining" "^7.8.0" 431 "@babel/plugin-syntax-optional-chaining" "^7.8.0"
412 432
413"@babel/plugin-proposal-optional-chaining@^7.10.1", "@babel/plugin-proposal-optional-chaining@^7.9.0": 433"@babel/plugin-proposal-optional-chaining@^7.11.0", "@babel/plugin-proposal-optional-chaining@^7.9.0":
414 version "7.10.1" 434 version "7.11.0"
415 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz#15f5d6d22708629451a91be28f8facc55b0e818c" 435 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
416 integrity sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA== 436 integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
417 dependencies: 437 dependencies:
418 "@babel/helper-plugin-utils" "^7.10.1" 438 "@babel/helper-plugin-utils" "^7.10.4"
439 "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
419 "@babel/plugin-syntax-optional-chaining" "^7.8.0" 440 "@babel/plugin-syntax-optional-chaining" "^7.8.0"
420 441
421"@babel/plugin-proposal-private-methods@^7.10.1": 442"@babel/plugin-proposal-private-methods@^7.10.4":
422 version "7.10.1" 443 version "7.10.4"
423 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz#ed85e8058ab0fe309c3f448e5e1b73ca89cdb598" 444 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz#b160d972b8fdba5c7d111a145fc8c421fc2a6909"
424 integrity sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg== 445 integrity sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw==
425 dependencies: 446 dependencies:
426 "@babel/helper-create-class-features-plugin" "^7.10.1" 447 "@babel/helper-create-class-features-plugin" "^7.10.4"
427 "@babel/helper-plugin-utils" "^7.10.1" 448 "@babel/helper-plugin-utils" "^7.10.4"
428 449
429"@babel/plugin-proposal-unicode-property-regex@^7.10.1", "@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3": 450"@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3":
430 version "7.10.1" 451 version "7.10.4"
431 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz#dc04feb25e2dd70c12b05d680190e138fa2c0c6f" 452 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz#4483cda53041ce3413b7fe2f00022665ddfaa75d"
432 integrity sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ== 453 integrity sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==
433 dependencies: 454 dependencies:
434 "@babel/helper-create-regexp-features-plugin" "^7.10.1" 455 "@babel/helper-create-regexp-features-plugin" "^7.10.4"
435 "@babel/helper-plugin-utils" "^7.10.1" 456 "@babel/helper-plugin-utils" "^7.10.4"
436 457
437"@babel/plugin-syntax-async-generators@^7.8.0": 458"@babel/plugin-syntax-async-generators@^7.8.0":
438 version "7.8.4" 459 version "7.8.4"
@@ -441,19 +462,19 @@
441 dependencies: 462 dependencies:
442 "@babel/helper-plugin-utils" "^7.8.0" 463 "@babel/helper-plugin-utils" "^7.8.0"
443 464
444"@babel/plugin-syntax-class-properties@^7.10.1": 465"@babel/plugin-syntax-class-properties@^7.10.4":
445 version "7.10.1" 466 version "7.10.4"
446 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz#d5bc0645913df5b17ad7eda0fa2308330bde34c5" 467 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c"
447 integrity sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ== 468 integrity sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA==
448 dependencies: 469 dependencies:
449 "@babel/helper-plugin-utils" "^7.10.1" 470 "@babel/helper-plugin-utils" "^7.10.4"
450 471
451"@babel/plugin-syntax-decorators@^7.8.3": 472"@babel/plugin-syntax-decorators@^7.8.3":
452 version "7.10.1" 473 version "7.10.4"
453 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.1.tgz#16b869c4beafc9a442565147bda7ce0967bd4f13" 474 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c"
454 integrity sha512-a9OAbQhKOwSle1Vr0NJu/ISg1sPfdEkfRKWpgPuzhnWWzForou2gIeUIIwjAMHRekhhpJ7eulZlYs0H14Cbi+g== 475 integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw==
455 dependencies: 476 dependencies:
456 "@babel/helper-plugin-utils" "^7.10.1" 477 "@babel/helper-plugin-utils" "^7.10.4"
457 478
458"@babel/plugin-syntax-dynamic-import@^7.8.0": 479"@babel/plugin-syntax-dynamic-import@^7.8.0":
459 version "7.8.3" 480 version "7.8.3"
@@ -462,12 +483,19 @@
462 dependencies: 483 dependencies:
463 "@babel/helper-plugin-utils" "^7.8.0" 484 "@babel/helper-plugin-utils" "^7.8.0"
464 485
486"@babel/plugin-syntax-export-namespace-from@^7.8.3":
487 version "7.8.3"
488 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
489 integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
490 dependencies:
491 "@babel/helper-plugin-utils" "^7.8.3"
492
465"@babel/plugin-syntax-flow@^7.8.3": 493"@babel/plugin-syntax-flow@^7.8.3":
466 version "7.10.1" 494 version "7.10.4"
467 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz#cd4bbca62fb402babacb174f64f8734310d742f0" 495 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.4.tgz#53351dd7ae01995e567d04ce42af1a6e0ba846a6"
468 integrity sha512-b3pWVncLBYoPP60UOTc7NMlbtsHQ6ITim78KQejNHK6WJ2mzV5kCcg4mIWpasAfJEgwVTibwo2e+FU7UEIKQUg== 496 integrity sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ==
469 dependencies: 497 dependencies:
470 "@babel/helper-plugin-utils" "^7.10.1" 498 "@babel/helper-plugin-utils" "^7.10.4"
471 499
472"@babel/plugin-syntax-json-strings@^7.8.0": 500"@babel/plugin-syntax-json-strings@^7.8.0":
473 version "7.8.3" 501 version "7.8.3"
@@ -476,12 +504,19 @@
476 dependencies: 504 dependencies:
477 "@babel/helper-plugin-utils" "^7.8.0" 505 "@babel/helper-plugin-utils" "^7.8.0"
478 506
479"@babel/plugin-syntax-jsx@^7.10.1": 507"@babel/plugin-syntax-jsx@^7.10.4":
480 version "7.10.1" 508 version "7.10.4"
481 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz#0ae371134a42b91d5418feb3c8c8d43e1565d2da" 509 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c"
482 integrity sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ== 510 integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g==
511 dependencies:
512 "@babel/helper-plugin-utils" "^7.10.4"
513
514"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
515 version "7.10.4"
516 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
517 integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
483 dependencies: 518 dependencies:
484 "@babel/helper-plugin-utils" "^7.10.1" 519 "@babel/helper-plugin-utils" "^7.10.4"
485 520
486"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": 521"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
487 version "7.8.3" 522 version "7.8.3"
@@ -490,12 +525,12 @@
490 dependencies: 525 dependencies:
491 "@babel/helper-plugin-utils" "^7.8.0" 526 "@babel/helper-plugin-utils" "^7.8.0"
492 527
493"@babel/plugin-syntax-numeric-separator@^7.10.1", "@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3": 528"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3":
494 version "7.10.1" 529 version "7.10.4"
495 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz#25761ee7410bc8cf97327ba741ee94e4a61b7d99" 530 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
496 integrity sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg== 531 integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
497 dependencies: 532 dependencies:
498 "@babel/helper-plugin-utils" "^7.10.1" 533 "@babel/helper-plugin-utils" "^7.10.4"
499 534
500"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.0": 535"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.0":
501 version "7.8.3" 536 version "7.8.3"
@@ -518,101 +553,100 @@
518 dependencies: 553 dependencies:
519 "@babel/helper-plugin-utils" "^7.8.0" 554 "@babel/helper-plugin-utils" "^7.8.0"
520 555
521"@babel/plugin-syntax-top-level-await@^7.10.1", "@babel/plugin-syntax-top-level-await@^7.8.3": 556"@babel/plugin-syntax-top-level-await@^7.10.4", "@babel/plugin-syntax-top-level-await@^7.8.3":
522 version "7.10.1" 557 version "7.10.4"
523 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz#8b8733f8c57397b3eaa47ddba8841586dcaef362" 558 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz#4bbeb8917b54fcf768364e0a81f560e33a3ef57d"
524 integrity sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ== 559 integrity sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==
525 dependencies: 560 dependencies:
526 "@babel/helper-plugin-utils" "^7.10.1" 561 "@babel/helper-plugin-utils" "^7.10.4"
527 562
528"@babel/plugin-syntax-typescript@^7.10.1": 563"@babel/plugin-syntax-typescript@^7.10.4":
529 version "7.10.1" 564 version "7.10.4"
530 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.1.tgz#5e82bc27bb4202b93b949b029e699db536733810" 565 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
531 integrity sha512-X/d8glkrAtra7CaQGMiGs/OGa6XgUzqPcBXCIGFCpCqnfGlT0Wfbzo/B89xHhnInTaItPK8LALblVXcUOEh95Q== 566 integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
532 dependencies: 567 dependencies:
533 "@babel/helper-plugin-utils" "^7.10.1" 568 "@babel/helper-plugin-utils" "^7.10.4"
534 569
535"@babel/plugin-transform-arrow-functions@^7.10.1", "@babel/plugin-transform-arrow-functions@^7.8.3": 570"@babel/plugin-transform-arrow-functions@^7.10.4", "@babel/plugin-transform-arrow-functions@^7.8.3":
536 version "7.10.1" 571 version "7.10.4"
537 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz#cb5ee3a36f0863c06ead0b409b4cc43a889b295b" 572 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd"
538 integrity sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA== 573 integrity sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA==
539 dependencies: 574 dependencies:
540 "@babel/helper-plugin-utils" "^7.10.1" 575 "@babel/helper-plugin-utils" "^7.10.4"
541 576
542"@babel/plugin-transform-async-to-generator@^7.10.1", "@babel/plugin-transform-async-to-generator@^7.8.3": 577"@babel/plugin-transform-async-to-generator@^7.10.4", "@babel/plugin-transform-async-to-generator@^7.8.3":
543 version "7.10.1" 578 version "7.10.4"
544 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz#e5153eb1a3e028f79194ed8a7a4bf55f862b2062" 579 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz#41a5017e49eb6f3cda9392a51eef29405b245a37"
545 integrity sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg== 580 integrity sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==
546 dependencies: 581 dependencies:
547 "@babel/helper-module-imports" "^7.10.1" 582 "@babel/helper-module-imports" "^7.10.4"
548 "@babel/helper-plugin-utils" "^7.10.1" 583 "@babel/helper-plugin-utils" "^7.10.4"
549 "@babel/helper-remap-async-to-generator" "^7.10.1" 584 "@babel/helper-remap-async-to-generator" "^7.10.4"
550 585
551"@babel/plugin-transform-block-scoped-functions@^7.10.1", "@babel/plugin-transform-block-scoped-functions@^7.8.3": 586"@babel/plugin-transform-block-scoped-functions@^7.10.4", "@babel/plugin-transform-block-scoped-functions@^7.8.3":
552 version "7.10.1" 587 version "7.10.4"
553 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz#146856e756d54b20fff14b819456b3e01820b85d" 588 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8"
554 integrity sha512-B7K15Xp8lv0sOJrdVAoukKlxP9N59HS48V1J3U/JGj+Ad+MHq+am6xJVs85AgXrQn4LV8vaYFOB+pr/yIuzW8Q== 589 integrity sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==
555 dependencies: 590 dependencies:
556 "@babel/helper-plugin-utils" "^7.10.1" 591 "@babel/helper-plugin-utils" "^7.10.4"
557 592
558"@babel/plugin-transform-block-scoping@^7.10.1", "@babel/plugin-transform-block-scoping@^7.8.3": 593"@babel/plugin-transform-block-scoping@^7.10.4", "@babel/plugin-transform-block-scoping@^7.8.3":
559 version "7.10.1" 594 version "7.11.1"
560 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz#47092d89ca345811451cd0dc5d91605982705d5e" 595 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz#5b7efe98852bef8d652c0b28144cd93a9e4b5215"
561 integrity sha512-8bpWG6TtF5akdhIm/uWTyjHqENpy13Fx8chg7pFH875aNLwX8JxIxqm08gmAT+Whe6AOmaTeLPe7dpLbXt+xUw== 596 integrity sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew==
562 dependencies: 597 dependencies:
563 "@babel/helper-plugin-utils" "^7.10.1" 598 "@babel/helper-plugin-utils" "^7.10.4"
564 lodash "^4.17.13"
565 599
566"@babel/plugin-transform-classes@^7.10.1", "@babel/plugin-transform-classes@^7.9.0": 600"@babel/plugin-transform-classes@^7.10.4", "@babel/plugin-transform-classes@^7.9.0":
567 version "7.10.1" 601 version "7.10.4"
568 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz#6e11dd6c4dfae70f540480a4702477ed766d733f" 602 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz#405136af2b3e218bc4a1926228bc917ab1a0adc7"
569 integrity sha512-P9V0YIh+ln/B3RStPoXpEQ/CoAxQIhRSUn7aXqQ+FZJ2u8+oCtjIXR3+X0vsSD8zv+mb56K7wZW1XiDTDGiDRQ== 603 integrity sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==
570 dependencies: 604 dependencies:
571 "@babel/helper-annotate-as-pure" "^7.10.1" 605 "@babel/helper-annotate-as-pure" "^7.10.4"
572 "@babel/helper-define-map" "^7.10.1" 606 "@babel/helper-define-map" "^7.10.4"
573 "@babel/helper-function-name" "^7.10.1" 607 "@babel/helper-function-name" "^7.10.4"
574 "@babel/helper-optimise-call-expression" "^7.10.1" 608 "@babel/helper-optimise-call-expression" "^7.10.4"
575 "@babel/helper-plugin-utils" "^7.10.1" 609 "@babel/helper-plugin-utils" "^7.10.4"
576 "@babel/helper-replace-supers" "^7.10.1" 610 "@babel/helper-replace-supers" "^7.10.4"
577 "@babel/helper-split-export-declaration" "^7.10.1" 611 "@babel/helper-split-export-declaration" "^7.10.4"
578 globals "^11.1.0" 612 globals "^11.1.0"
579 613
580"@babel/plugin-transform-computed-properties@^7.10.1", "@babel/plugin-transform-computed-properties@^7.8.3": 614"@babel/plugin-transform-computed-properties@^7.10.4", "@babel/plugin-transform-computed-properties@^7.8.3":
581 version "7.10.1" 615 version "7.10.4"
582 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz#59aa399064429d64dce5cf76ef9b90b7245ebd07" 616 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz#9ded83a816e82ded28d52d4b4ecbdd810cdfc0eb"
583 integrity sha512-mqSrGjp3IefMsXIenBfGcPXxJxweQe2hEIwMQvjtiDQ9b1IBvDUjkAtV/HMXX47/vXf14qDNedXsIiNd1FmkaQ== 617 integrity sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==
584 dependencies: 618 dependencies:
585 "@babel/helper-plugin-utils" "^7.10.1" 619 "@babel/helper-plugin-utils" "^7.10.4"
586 620
587"@babel/plugin-transform-destructuring@^7.10.1", "@babel/plugin-transform-destructuring@^7.8.3": 621"@babel/plugin-transform-destructuring@^7.10.4", "@babel/plugin-transform-destructuring@^7.8.3":
588 version "7.10.1" 622 version "7.10.4"
589 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz#abd58e51337815ca3a22a336b85f62b998e71907" 623 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz#70ddd2b3d1bea83d01509e9bb25ddb3a74fc85e5"
590 integrity sha512-V/nUc4yGWG71OhaTH705pU8ZSdM6c1KmmLP8ys59oOYbT7RpMYAR3MsVOt6OHL0WzG7BlTU076va9fjJyYzJMA== 624 integrity sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==
591 dependencies: 625 dependencies:
592 "@babel/helper-plugin-utils" "^7.10.1" 626 "@babel/helper-plugin-utils" "^7.10.4"
593 627
594"@babel/plugin-transform-dotall-regex@^7.10.1", "@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.8.3": 628"@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.8.3":
595 version "7.10.1" 629 version "7.10.4"
596 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz#920b9fec2d78bb57ebb64a644d5c2ba67cc104ee" 630 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz#469c2062105c1eb6a040eaf4fac4b488078395ee"
597 integrity sha512-19VIMsD1dp02RvduFUmfzj8uknaO3uiHHF0s3E1OHnVsNj8oge8EQ5RzHRbJjGSetRnkEuBYO7TG1M5kKjGLOA== 631 integrity sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA==
598 dependencies: 632 dependencies:
599 "@babel/helper-create-regexp-features-plugin" "^7.10.1" 633 "@babel/helper-create-regexp-features-plugin" "^7.10.4"
600 "@babel/helper-plugin-utils" "^7.10.1" 634 "@babel/helper-plugin-utils" "^7.10.4"
601 635
602"@babel/plugin-transform-duplicate-keys@^7.10.1", "@babel/plugin-transform-duplicate-keys@^7.8.3": 636"@babel/plugin-transform-duplicate-keys@^7.10.4", "@babel/plugin-transform-duplicate-keys@^7.8.3":
603 version "7.10.1" 637 version "7.10.4"
604 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz#c900a793beb096bc9d4d0a9d0cde19518ffc83b9" 638 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz#697e50c9fee14380fe843d1f306b295617431e47"
605 integrity sha512-wIEpkX4QvX8Mo9W6XF3EdGttrIPZWozHfEaDTU0WJD/TDnXMvdDh30mzUl/9qWhnf7naicYartcEfUghTCSNpA== 639 integrity sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA==
606 dependencies: 640 dependencies:
607 "@babel/helper-plugin-utils" "^7.10.1" 641 "@babel/helper-plugin-utils" "^7.10.4"
608 642
609"@babel/plugin-transform-exponentiation-operator@^7.10.1", "@babel/plugin-transform-exponentiation-operator@^7.8.3": 643"@babel/plugin-transform-exponentiation-operator@^7.10.4", "@babel/plugin-transform-exponentiation-operator@^7.8.3":
610 version "7.10.1" 644 version "7.10.4"
611 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz#279c3116756a60dd6e6f5e488ba7957db9c59eb3" 645 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz#5ae338c57f8cf4001bdb35607ae66b92d665af2e"
612 integrity sha512-lr/przdAbpEA2BUzRvjXdEDLrArGRRPwbaF9rvayuHRvdQ7lUTTkZnhZrJ4LE2jvgMRFF4f0YuPQ20vhiPYxtA== 646 integrity sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw==
613 dependencies: 647 dependencies:
614 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.1" 648 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4"
615 "@babel/helper-plugin-utils" "^7.10.1" 649 "@babel/helper-plugin-utils" "^7.10.4"
616 650
617"@babel/plugin-transform-flow-strip-types@7.9.0": 651"@babel/plugin-transform-flow-strip-types@7.9.0":
618 version "7.9.0" 652 version "7.9.0"
@@ -622,115 +656,115 @@
622 "@babel/helper-plugin-utils" "^7.8.3" 656 "@babel/helper-plugin-utils" "^7.8.3"
623 "@babel/plugin-syntax-flow" "^7.8.3" 657 "@babel/plugin-syntax-flow" "^7.8.3"
624 658
625"@babel/plugin-transform-for-of@^7.10.1", "@babel/plugin-transform-for-of@^7.9.0": 659"@babel/plugin-transform-for-of@^7.10.4", "@babel/plugin-transform-for-of@^7.9.0":
626 version "7.10.1" 660 version "7.10.4"
627 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz#ff01119784eb0ee32258e8646157ba2501fcfda5" 661 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9"
628 integrity sha512-US8KCuxfQcn0LwSCMWMma8M2R5mAjJGsmoCBVwlMygvmDUMkTCykc84IqN1M7t+agSfOmLYTInLCHJM+RUoz+w== 662 integrity sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ==
629 dependencies: 663 dependencies:
630 "@babel/helper-plugin-utils" "^7.10.1" 664 "@babel/helper-plugin-utils" "^7.10.4"
631 665
632"@babel/plugin-transform-function-name@^7.10.1", "@babel/plugin-transform-function-name@^7.8.3": 666"@babel/plugin-transform-function-name@^7.10.4", "@babel/plugin-transform-function-name@^7.8.3":
633 version "7.10.1" 667 version "7.10.4"
634 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz#4ed46fd6e1d8fde2a2ec7b03c66d853d2c92427d" 668 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz#6a467880e0fc9638514ba369111811ddbe2644b7"
635 integrity sha512-//bsKsKFBJfGd65qSNNh1exBy5Y9gD9ZN+DvrJ8f7HXr4avE5POW6zB7Rj6VnqHV33+0vXWUwJT0wSHubiAQkw== 669 integrity sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg==
636 dependencies: 670 dependencies:
637 "@babel/helper-function-name" "^7.10.1" 671 "@babel/helper-function-name" "^7.10.4"
638 "@babel/helper-plugin-utils" "^7.10.1" 672 "@babel/helper-plugin-utils" "^7.10.4"
639 673
640"@babel/plugin-transform-literals@^7.10.1", "@babel/plugin-transform-literals@^7.8.3": 674"@babel/plugin-transform-literals@^7.10.4", "@babel/plugin-transform-literals@^7.8.3":
641 version "7.10.1" 675 version "7.10.4"
642 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.1.tgz#5794f8da82846b22e4e6631ea1658bce708eb46a" 676 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz#9f42ba0841100a135f22712d0e391c462f571f3c"
643 integrity sha512-qi0+5qgevz1NHLZroObRm5A+8JJtibb7vdcPQF1KQE12+Y/xxl8coJ+TpPW9iRq+Mhw/NKLjm+5SHtAHCC7lAw== 677 integrity sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ==
644 dependencies: 678 dependencies:
645 "@babel/helper-plugin-utils" "^7.10.1" 679 "@babel/helper-plugin-utils" "^7.10.4"
646 680
647"@babel/plugin-transform-member-expression-literals@^7.10.1", "@babel/plugin-transform-member-expression-literals@^7.8.3": 681"@babel/plugin-transform-member-expression-literals@^7.10.4", "@babel/plugin-transform-member-expression-literals@^7.8.3":
648 version "7.10.1" 682 version "7.10.4"
649 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.1.tgz#90347cba31bca6f394b3f7bd95d2bbfd9fce2f39" 683 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz#b1ec44fcf195afcb8db2c62cd8e551c881baf8b7"
650 integrity sha512-UmaWhDokOFT2GcgU6MkHC11i0NQcL63iqeufXWfRy6pUOGYeCGEKhvfFO6Vz70UfYJYHwveg62GS83Rvpxn+NA== 684 integrity sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==
651 dependencies: 685 dependencies:
652 "@babel/helper-plugin-utils" "^7.10.1" 686 "@babel/helper-plugin-utils" "^7.10.4"
653 687
654"@babel/plugin-transform-modules-amd@^7.10.1", "@babel/plugin-transform-modules-amd@^7.9.0": 688"@babel/plugin-transform-modules-amd@^7.10.4", "@babel/plugin-transform-modules-amd@^7.9.0":
655 version "7.10.1" 689 version "7.10.5"
656 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.1.tgz#65950e8e05797ebd2fe532b96e19fc5482a1d52a" 690 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz#1b9cddaf05d9e88b3aad339cb3e445c4f020a9b1"
657 integrity sha512-31+hnWSFRI4/ACFr1qkboBbrTxoBIzj7qA69qlq8HY8p7+YCzkCT6/TvQ1a4B0z27VeWtAeJd6pr5G04dc1iHw== 691 integrity sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw==
658 dependencies: 692 dependencies:
659 "@babel/helper-module-transforms" "^7.10.1" 693 "@babel/helper-module-transforms" "^7.10.5"
660 "@babel/helper-plugin-utils" "^7.10.1" 694 "@babel/helper-plugin-utils" "^7.10.4"
661 babel-plugin-dynamic-import-node "^2.3.3" 695 babel-plugin-dynamic-import-node "^2.3.3"
662 696
663"@babel/plugin-transform-modules-commonjs@^7.10.1", "@babel/plugin-transform-modules-commonjs@^7.9.0": 697"@babel/plugin-transform-modules-commonjs@^7.10.4", "@babel/plugin-transform-modules-commonjs@^7.9.0":
664 version "7.10.1" 698 version "7.10.4"
665 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.1.tgz#d5ff4b4413ed97ffded99961056e1fb980fb9301" 699 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz#66667c3eeda1ebf7896d41f1f16b17105a2fbca0"
666 integrity sha512-AQG4fc3KOah0vdITwt7Gi6hD9BtQP/8bhem7OjbaMoRNCH5Djx42O2vYMfau7QnAzQCa+RJnhJBmFFMGpQEzrg== 700 integrity sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w==
667 dependencies: 701 dependencies:
668 "@babel/helper-module-transforms" "^7.10.1" 702 "@babel/helper-module-transforms" "^7.10.4"
669 "@babel/helper-plugin-utils" "^7.10.1" 703 "@babel/helper-plugin-utils" "^7.10.4"
670 "@babel/helper-simple-access" "^7.10.1" 704 "@babel/helper-simple-access" "^7.10.4"
671 babel-plugin-dynamic-import-node "^2.3.3" 705 babel-plugin-dynamic-import-node "^2.3.3"
672 706
673"@babel/plugin-transform-modules-systemjs@^7.10.1", "@babel/plugin-transform-modules-systemjs@^7.9.0": 707"@babel/plugin-transform-modules-systemjs@^7.10.4", "@babel/plugin-transform-modules-systemjs@^7.9.0":
674 version "7.10.1" 708 version "7.10.5"
675 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.1.tgz#9962e4b0ac6aaf2e20431ada3d8ec72082cbffb6" 709 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.5.tgz#6270099c854066681bae9e05f87e1b9cadbe8c85"
676 integrity sha512-ewNKcj1TQZDL3YnO85qh9zo1YF1CHgmSTlRQgHqe63oTrMI85cthKtZjAiZSsSNjPQ5NCaYo5QkbYqEw1ZBgZA== 710 integrity sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw==
677 dependencies: 711 dependencies:
678 "@babel/helper-hoist-variables" "^7.10.1" 712 "@babel/helper-hoist-variables" "^7.10.4"
679 "@babel/helper-module-transforms" "^7.10.1" 713 "@babel/helper-module-transforms" "^7.10.5"
680 "@babel/helper-plugin-utils" "^7.10.1" 714 "@babel/helper-plugin-utils" "^7.10.4"
681 babel-plugin-dynamic-import-node "^2.3.3" 715 babel-plugin-dynamic-import-node "^2.3.3"
682 716
683"@babel/plugin-transform-modules-umd@^7.10.1", "@babel/plugin-transform-modules-umd@^7.9.0": 717"@babel/plugin-transform-modules-umd@^7.10.4", "@babel/plugin-transform-modules-umd@^7.9.0":
684 version "7.10.1" 718 version "7.10.4"
685 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.1.tgz#ea080911ffc6eb21840a5197a39ede4ee67b1595" 719 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz#9a8481fe81b824654b3a0b65da3df89f3d21839e"
686 integrity sha512-EIuiRNMd6GB6ulcYlETnYYfgv4AxqrswghmBRQbWLHZxN4s7mupxzglnHqk9ZiUpDI4eRWewedJJNj67PWOXKA== 720 integrity sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA==
687 dependencies: 721 dependencies:
688 "@babel/helper-module-transforms" "^7.10.1" 722 "@babel/helper-module-transforms" "^7.10.4"
689 "@babel/helper-plugin-utils" "^7.10.1" 723 "@babel/helper-plugin-utils" "^7.10.4"
690 724
691"@babel/plugin-transform-named-capturing-groups-regex@^7.8.3": 725"@babel/plugin-transform-named-capturing-groups-regex@^7.10.4", "@babel/plugin-transform-named-capturing-groups-regex@^7.8.3":
692 version "7.8.3" 726 version "7.10.4"
693 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c" 727 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz#78b4d978810b6f3bcf03f9e318f2fc0ed41aecb6"
694 integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== 728 integrity sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==
695 dependencies: 729 dependencies:
696 "@babel/helper-create-regexp-features-plugin" "^7.8.3" 730 "@babel/helper-create-regexp-features-plugin" "^7.10.4"
697 731
698"@babel/plugin-transform-new-target@^7.10.1", "@babel/plugin-transform-new-target@^7.8.3": 732"@babel/plugin-transform-new-target@^7.10.4", "@babel/plugin-transform-new-target@^7.8.3":
699 version "7.10.1" 733 version "7.10.4"
700 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.1.tgz#6ee41a5e648da7632e22b6fb54012e87f612f324" 734 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz#9097d753cb7b024cb7381a3b2e52e9513a9c6888"
701 integrity sha512-MBlzPc1nJvbmO9rPr1fQwXOM2iGut+JC92ku6PbiJMMK7SnQc1rytgpopveE3Evn47gzvGYeCdgfCDbZo0ecUw== 735 integrity sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw==
702 dependencies: 736 dependencies:
703 "@babel/helper-plugin-utils" "^7.10.1" 737 "@babel/helper-plugin-utils" "^7.10.4"
704 738
705"@babel/plugin-transform-object-super@^7.10.1", "@babel/plugin-transform-object-super@^7.8.3": 739"@babel/plugin-transform-object-super@^7.10.4", "@babel/plugin-transform-object-super@^7.8.3":
706 version "7.10.1" 740 version "7.10.4"
707 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.1.tgz#2e3016b0adbf262983bf0d5121d676a5ed9c4fde" 741 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz#d7146c4d139433e7a6526f888c667e314a093894"
708 integrity sha512-WnnStUDN5GL+wGQrJylrnnVlFhFmeArINIR9gjhSeYyvroGhBrSAXYg/RHsnfzmsa+onJrTJrEClPzgNmmQ4Gw== 742 integrity sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==
709 dependencies: 743 dependencies:
710 "@babel/helper-plugin-utils" "^7.10.1" 744 "@babel/helper-plugin-utils" "^7.10.4"
711 "@babel/helper-replace-supers" "^7.10.1" 745 "@babel/helper-replace-supers" "^7.10.4"
712 746
713"@babel/plugin-transform-parameters@^7.10.1", "@babel/plugin-transform-parameters@^7.8.7": 747"@babel/plugin-transform-parameters@^7.10.4", "@babel/plugin-transform-parameters@^7.8.7":
714 version "7.10.1" 748 version "7.10.5"
715 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz#b25938a3c5fae0354144a720b07b32766f683ddd" 749 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.5.tgz#59d339d58d0b1950435f4043e74e2510005e2c4a"
716 integrity sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg== 750 integrity sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw==
717 dependencies: 751 dependencies:
718 "@babel/helper-get-function-arity" "^7.10.1" 752 "@babel/helper-get-function-arity" "^7.10.4"
719 "@babel/helper-plugin-utils" "^7.10.1" 753 "@babel/helper-plugin-utils" "^7.10.4"
720 754
721"@babel/plugin-transform-property-literals@^7.10.1", "@babel/plugin-transform-property-literals@^7.8.3": 755"@babel/plugin-transform-property-literals@^7.10.4", "@babel/plugin-transform-property-literals@^7.8.3":
722 version "7.10.1" 756 version "7.10.4"
723 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.1.tgz#cffc7315219230ed81dc53e4625bf86815b6050d" 757 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0"
724 integrity sha512-Kr6+mgag8auNrgEpbfIWzdXYOvqDHZOF0+Bx2xh4H2EDNwcbRb9lY6nkZg8oSjsX+DH9Ebxm9hOqtKW+gRDeNA== 758 integrity sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==
725 dependencies: 759 dependencies:
726 "@babel/helper-plugin-utils" "^7.10.1" 760 "@babel/helper-plugin-utils" "^7.10.4"
727 761
728"@babel/plugin-transform-react-constant-elements@^7.0.0": 762"@babel/plugin-transform-react-constant-elements@^7.0.0":
729 version "7.10.1" 763 version "7.10.4"
730 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.10.1.tgz#c7f117a54657cba3f9d32012e050fc89982df9e1" 764 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.10.4.tgz#0f485260bf1c29012bb973e7e404749eaac12c9e"
731 integrity sha512-V4os6bkWt/jbrzfyVcZn2ZpuHZkvj3vyBU0U/dtS8SZuMS7Rfx5oknTrtfyXJ2/QZk8gX7Yls5Z921ItNpE30Q== 765 integrity sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g==
732 dependencies: 766 dependencies:
733 "@babel/helper-plugin-utils" "^7.10.1" 767 "@babel/helper-plugin-utils" "^7.10.4"
734 768
735"@babel/plugin-transform-react-display-name@7.8.3": 769"@babel/plugin-transform-react-display-name@7.8.3":
736 version "7.8.3" 770 version "7.8.3"
@@ -739,69 +773,69 @@
739 dependencies: 773 dependencies:
740 "@babel/helper-plugin-utils" "^7.8.3" 774 "@babel/helper-plugin-utils" "^7.8.3"
741 775
742"@babel/plugin-transform-react-display-name@^7.10.1", "@babel/plugin-transform-react-display-name@^7.8.3": 776"@babel/plugin-transform-react-display-name@^7.10.4", "@babel/plugin-transform-react-display-name@^7.8.3":
743 version "7.10.1" 777 version "7.10.4"
744 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.1.tgz#e6a33f6d48dfb213dda5e007d0c7ff82b6a3d8ef" 778 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz#b5795f4e3e3140419c3611b7a2a3832b9aef328d"
745 integrity sha512-rBjKcVwjk26H3VX8pavMxGf33LNlbocMHdSeldIEswtQ/hrjyTG8fKKILW1cSkODyRovckN/uZlGb2+sAV9JUQ== 779 integrity sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw==
746 dependencies: 780 dependencies:
747 "@babel/helper-plugin-utils" "^7.10.1" 781 "@babel/helper-plugin-utils" "^7.10.4"
748 782
749"@babel/plugin-transform-react-jsx-development@^7.10.1", "@babel/plugin-transform-react-jsx-development@^7.9.0": 783"@babel/plugin-transform-react-jsx-development@^7.10.4", "@babel/plugin-transform-react-jsx-development@^7.9.0":
750 version "7.10.1" 784 version "7.10.4"
751 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.1.tgz#1ac6300d8b28ef381ee48e6fec430cc38047b7f3" 785 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.4.tgz#6ec90f244394604623880e15ebc3c34c356258ba"
752 integrity sha512-XwDy/FFoCfw9wGFtdn5Z+dHh6HXKHkC6DwKNWpN74VWinUagZfDcEJc3Y8Dn5B3WMVnAllX8Kviaw7MtC5Epwg== 786 integrity sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ==
753 dependencies: 787 dependencies:
754 "@babel/helper-builder-react-jsx-experimental" "^7.10.1" 788 "@babel/helper-builder-react-jsx-experimental" "^7.10.4"
755 "@babel/helper-plugin-utils" "^7.10.1" 789 "@babel/helper-plugin-utils" "^7.10.4"
756 "@babel/plugin-syntax-jsx" "^7.10.1" 790 "@babel/plugin-syntax-jsx" "^7.10.4"
757 791
758"@babel/plugin-transform-react-jsx-self@^7.10.1", "@babel/plugin-transform-react-jsx-self@^7.9.0": 792"@babel/plugin-transform-react-jsx-self@^7.10.4", "@babel/plugin-transform-react-jsx-self@^7.9.0":
759 version "7.10.1" 793 version "7.10.4"
760 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.1.tgz#22143e14388d72eb88649606bb9e46f421bc3821" 794 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369"
761 integrity sha512-4p+RBw9d1qV4S749J42ZooeQaBomFPrSxa9JONLHJ1TxCBo3TzJ79vtmG2S2erUT8PDDrPdw4ZbXGr2/1+dILA== 795 integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg==
762 dependencies: 796 dependencies:
763 "@babel/helper-plugin-utils" "^7.10.1" 797 "@babel/helper-plugin-utils" "^7.10.4"
764 "@babel/plugin-syntax-jsx" "^7.10.1" 798 "@babel/plugin-syntax-jsx" "^7.10.4"
765 799
766"@babel/plugin-transform-react-jsx-source@^7.10.1", "@babel/plugin-transform-react-jsx-source@^7.9.0": 800"@babel/plugin-transform-react-jsx-source@^7.10.4", "@babel/plugin-transform-react-jsx-source@^7.9.0":
767 version "7.10.1" 801 version "7.10.5"
768 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.1.tgz#30db3d4ee3cdebbb26a82a9703673714777a4273" 802 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.5.tgz#34f1779117520a779c054f2cdd9680435b9222b4"
769 integrity sha512-neAbaKkoiL+LXYbGDvh6PjPG+YeA67OsZlE78u50xbWh2L1/C81uHiNP5d1fw+uqUIoiNdCC8ZB+G4Zh3hShJA== 803 integrity sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA==
770 dependencies: 804 dependencies:
771 "@babel/helper-plugin-utils" "^7.10.1" 805 "@babel/helper-plugin-utils" "^7.10.4"
772 "@babel/plugin-syntax-jsx" "^7.10.1" 806 "@babel/plugin-syntax-jsx" "^7.10.4"
773 807
774"@babel/plugin-transform-react-jsx@^7.10.1", "@babel/plugin-transform-react-jsx@^7.9.1": 808"@babel/plugin-transform-react-jsx@^7.10.4", "@babel/plugin-transform-react-jsx@^7.9.1":
775 version "7.10.1" 809 version "7.10.4"
776 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.1.tgz#91f544248ba131486decb5d9806da6a6e19a2896" 810 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.4.tgz#673c9f913948764a4421683b2bef2936968fddf2"
777 integrity sha512-MBVworWiSRBap3Vs39eHt+6pJuLUAaK4oxGc8g+wY+vuSJvLiEQjW1LSTqKb8OUPtDvHCkdPhk7d6sjC19xyFw== 811 integrity sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A==
778 dependencies: 812 dependencies:
779 "@babel/helper-builder-react-jsx" "^7.10.1" 813 "@babel/helper-builder-react-jsx" "^7.10.4"
780 "@babel/helper-builder-react-jsx-experimental" "^7.10.1" 814 "@babel/helper-builder-react-jsx-experimental" "^7.10.4"
781 "@babel/helper-plugin-utils" "^7.10.1" 815 "@babel/helper-plugin-utils" "^7.10.4"
782 "@babel/plugin-syntax-jsx" "^7.10.1" 816 "@babel/plugin-syntax-jsx" "^7.10.4"
783 817
784"@babel/plugin-transform-react-pure-annotations@^7.10.1": 818"@babel/plugin-transform-react-pure-annotations@^7.10.4":
785 version "7.10.1" 819 version "7.10.4"
786 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.1.tgz#f5e7c755d3e7614d4c926e144f501648a5277b70" 820 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz#3eefbb73db94afbc075f097523e445354a1c6501"
787 integrity sha512-mfhoiai083AkeewsBHUpaS/FM1dmUENHBMpS/tugSJ7VXqXO5dCN1Gkint2YvM1Cdv1uhmAKt1ZOuAjceKmlLA== 821 integrity sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A==
788 dependencies: 822 dependencies:
789 "@babel/helper-annotate-as-pure" "^7.10.1" 823 "@babel/helper-annotate-as-pure" "^7.10.4"
790 "@babel/helper-plugin-utils" "^7.10.1" 824 "@babel/helper-plugin-utils" "^7.10.4"
791 825
792"@babel/plugin-transform-regenerator@^7.10.1", "@babel/plugin-transform-regenerator@^7.8.7": 826"@babel/plugin-transform-regenerator@^7.10.4", "@babel/plugin-transform-regenerator@^7.8.7":
793 version "7.10.1" 827 version "7.10.4"
794 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.1.tgz#10e175cbe7bdb63cc9b39f9b3f823c5c7c5c5490" 828 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz#2015e59d839074e76838de2159db421966fd8b63"
795 integrity sha512-B3+Y2prScgJ2Bh/2l9LJxKbb8C8kRfsG4AdPT+n7ixBHIxJaIG8bi8tgjxUMege1+WqSJ+7gu1YeoMVO3gPWzw== 829 integrity sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==
796 dependencies: 830 dependencies:
797 regenerator-transform "^0.14.2" 831 regenerator-transform "^0.14.2"
798 832
799"@babel/plugin-transform-reserved-words@^7.10.1", "@babel/plugin-transform-reserved-words@^7.8.3": 833"@babel/plugin-transform-reserved-words@^7.10.4", "@babel/plugin-transform-reserved-words@^7.8.3":
800 version "7.10.1" 834 version "7.10.4"
801 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.1.tgz#0fc1027312b4d1c3276a57890c8ae3bcc0b64a86" 835 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd"
802 integrity sha512-qN1OMoE2nuqSPmpTqEM7OvJ1FkMEV+BjVeZZm9V9mq/x1JLKQ4pcv8riZJMNN3u2AUGl0ouOMjRr2siecvHqUQ== 836 integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==
803 dependencies: 837 dependencies:
804 "@babel/helper-plugin-utils" "^7.10.1" 838 "@babel/helper-plugin-utils" "^7.10.4"
805 839
806"@babel/plugin-transform-runtime@7.9.0": 840"@babel/plugin-transform-runtime@7.9.0":
807 version "7.9.0" 841 version "7.9.0"
@@ -813,66 +847,67 @@
813 resolve "^1.8.1" 847 resolve "^1.8.1"
814 semver "^5.5.1" 848 semver "^5.5.1"
815 849
816"@babel/plugin-transform-shorthand-properties@^7.10.1", "@babel/plugin-transform-shorthand-properties@^7.8.3": 850"@babel/plugin-transform-shorthand-properties@^7.10.4", "@babel/plugin-transform-shorthand-properties@^7.8.3":
817 version "7.10.1" 851 version "7.10.4"
818 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.1.tgz#e8b54f238a1ccbae482c4dce946180ae7b3143f3" 852 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz#9fd25ec5cdd555bb7f473e5e6ee1c971eede4dd6"
819 integrity sha512-AR0E/lZMfLstScFwztApGeyTHJ5u3JUKMjneqRItWeEqDdHWZwAOKycvQNCasCK/3r5YXsuNG25funcJDu7Y2g== 853 integrity sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q==
820 dependencies: 854 dependencies:
821 "@babel/helper-plugin-utils" "^7.10.1" 855 "@babel/helper-plugin-utils" "^7.10.4"
822 856
823"@babel/plugin-transform-spread@^7.10.1", "@babel/plugin-transform-spread@^7.8.3": 857"@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.8.3":
824 version "7.10.1" 858 version "7.11.0"
825 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.1.tgz#0c6d618a0c4461a274418460a28c9ccf5239a7c8" 859 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc"
826 integrity sha512-8wTPym6edIrClW8FI2IoaePB91ETOtg36dOkj3bYcNe7aDMN2FXEoUa+WrmPc4xa1u2PQK46fUX2aCb+zo9rfw== 860 integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==
827 dependencies: 861 dependencies:
828 "@babel/helper-plugin-utils" "^7.10.1" 862 "@babel/helper-plugin-utils" "^7.10.4"
863 "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
829 864
830"@babel/plugin-transform-sticky-regex@^7.10.1", "@babel/plugin-transform-sticky-regex@^7.8.3": 865"@babel/plugin-transform-sticky-regex@^7.10.4", "@babel/plugin-transform-sticky-regex@^7.8.3":
831 version "7.10.1" 866 version "7.10.4"
832 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.1.tgz#90fc89b7526228bed9842cff3588270a7a393b00" 867 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz#8f3889ee8657581130a29d9cc91d7c73b7c4a28d"
833 integrity sha512-j17ojftKjrL7ufX8ajKvwRilwqTok4q+BjkknmQw9VNHnItTyMP5anPFzxFJdCQs7clLcWpCV3ma+6qZWLnGMA== 868 integrity sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ==
834 dependencies: 869 dependencies:
835 "@babel/helper-plugin-utils" "^7.10.1" 870 "@babel/helper-plugin-utils" "^7.10.4"
836 "@babel/helper-regex" "^7.10.1" 871 "@babel/helper-regex" "^7.10.4"
837 872
838"@babel/plugin-transform-template-literals@^7.10.1", "@babel/plugin-transform-template-literals@^7.8.3": 873"@babel/plugin-transform-template-literals@^7.10.4", "@babel/plugin-transform-template-literals@^7.8.3":
839 version "7.10.1" 874 version "7.10.5"
840 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.1.tgz#914c7b7f4752c570ea00553b4284dad8070e8628" 875 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.5.tgz#78bc5d626a6642db3312d9d0f001f5e7639fde8c"
841 integrity sha512-t7B/3MQf5M1T9hPCRG28DNGZUuxAuDqLYS03rJrIk2prj/UV7Z6FOneijhQhnv/Xa039vidXeVbvjK2SK5f7Gg== 876 integrity sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw==
842 dependencies: 877 dependencies:
843 "@babel/helper-annotate-as-pure" "^7.10.1" 878 "@babel/helper-annotate-as-pure" "^7.10.4"
844 "@babel/helper-plugin-utils" "^7.10.1" 879 "@babel/helper-plugin-utils" "^7.10.4"
845 880
846"@babel/plugin-transform-typeof-symbol@^7.10.1", "@babel/plugin-transform-typeof-symbol@^7.8.4": 881"@babel/plugin-transform-typeof-symbol@^7.10.4", "@babel/plugin-transform-typeof-symbol@^7.8.4":
847 version "7.10.1" 882 version "7.10.4"
848 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.1.tgz#60c0239b69965d166b80a84de7315c1bc7e0bb0e" 883 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz#9509f1a7eec31c4edbffe137c16cc33ff0bc5bfc"
849 integrity sha512-qX8KZcmbvA23zDi+lk9s6hC1FM7jgLHYIjuLgULgc8QtYnmB3tAVIYkNoKRQ75qWBeyzcoMoK8ZQmogGtC/w0g== 884 integrity sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA==
850 dependencies: 885 dependencies:
851 "@babel/helper-plugin-utils" "^7.10.1" 886 "@babel/helper-plugin-utils" "^7.10.4"
852 887
853"@babel/plugin-transform-typescript@^7.9.0": 888"@babel/plugin-transform-typescript@^7.9.0":
854 version "7.10.1" 889 version "7.11.0"
855 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.1.tgz#2c54daea231f602468686d9faa76f182a94507a6" 890 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb"
856 integrity sha512-v+QWKlmCnsaimLeqq9vyCsVRMViZG1k2SZTlcZvB+TqyH570Zsij8nvVUZzOASCRiQFUxkLrn9Wg/kH0zgy5OQ== 891 integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==
857 dependencies: 892 dependencies:
858 "@babel/helper-create-class-features-plugin" "^7.10.1" 893 "@babel/helper-create-class-features-plugin" "^7.10.5"
859 "@babel/helper-plugin-utils" "^7.10.1" 894 "@babel/helper-plugin-utils" "^7.10.4"
860 "@babel/plugin-syntax-typescript" "^7.10.1" 895 "@babel/plugin-syntax-typescript" "^7.10.4"
861 896
862"@babel/plugin-transform-unicode-escapes@^7.10.1": 897"@babel/plugin-transform-unicode-escapes@^7.10.4":
863 version "7.10.1" 898 version "7.10.4"
864 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.1.tgz#add0f8483dab60570d9e03cecef6c023aa8c9940" 899 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz#feae523391c7651ddac115dae0a9d06857892007"
865 integrity sha512-zZ0Poh/yy1d4jeDWpx/mNwbKJVwUYJX73q+gyh4bwtG0/iUlzdEu0sLMda8yuDFS6LBQlT/ST1SJAR6zYwXWgw== 900 integrity sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg==
866 dependencies: 901 dependencies:
867 "@babel/helper-plugin-utils" "^7.10.1" 902 "@babel/helper-plugin-utils" "^7.10.4"
868 903
869"@babel/plugin-transform-unicode-regex@^7.10.1", "@babel/plugin-transform-unicode-regex@^7.8.3": 904"@babel/plugin-transform-unicode-regex@^7.10.4", "@babel/plugin-transform-unicode-regex@^7.8.3":
870 version "7.10.1" 905 version "7.10.4"
871 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.1.tgz#6b58f2aea7b68df37ac5025d9c88752443a6b43f" 906 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz#e56d71f9282fac6db09c82742055576d5e6d80a8"
872 integrity sha512-Y/2a2W299k0VIUdbqYm9X2qS6fE0CUBhhiPpimK6byy7OJ/kORLlIX+J6UrjgNu5awvs62k+6RSslxhcvVw2Tw== 907 integrity sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==
873 dependencies: 908 dependencies:
874 "@babel/helper-create-regexp-features-plugin" "^7.10.1" 909 "@babel/helper-create-regexp-features-plugin" "^7.10.4"
875 "@babel/helper-plugin-utils" "^7.10.1" 910 "@babel/helper-plugin-utils" "^7.10.4"
876 911
877"@babel/preset-env@7.9.0": 912"@babel/preset-env@7.9.0":
878 version "7.9.0" 913 version "7.9.0"
@@ -941,69 +976,73 @@
941 semver "^5.5.0" 976 semver "^5.5.0"
942 977
943"@babel/preset-env@^7.4.5": 978"@babel/preset-env@^7.4.5":
944 version "7.10.2" 979 version "7.11.0"
945 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb" 980 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
946 integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA== 981 integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
947 dependencies: 982 dependencies:
948 "@babel/compat-data" "^7.10.1" 983 "@babel/compat-data" "^7.11.0"
949 "@babel/helper-compilation-targets" "^7.10.2" 984 "@babel/helper-compilation-targets" "^7.10.4"
950 "@babel/helper-module-imports" "^7.10.1" 985 "@babel/helper-module-imports" "^7.10.4"
951 "@babel/helper-plugin-utils" "^7.10.1" 986 "@babel/helper-plugin-utils" "^7.10.4"
952 "@babel/plugin-proposal-async-generator-functions" "^7.10.1" 987 "@babel/plugin-proposal-async-generator-functions" "^7.10.4"
953 "@babel/plugin-proposal-class-properties" "^7.10.1" 988 "@babel/plugin-proposal-class-properties" "^7.10.4"
954 "@babel/plugin-proposal-dynamic-import" "^7.10.1" 989 "@babel/plugin-proposal-dynamic-import" "^7.10.4"
955 "@babel/plugin-proposal-json-strings" "^7.10.1" 990 "@babel/plugin-proposal-export-namespace-from" "^7.10.4"
956 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" 991 "@babel/plugin-proposal-json-strings" "^7.10.4"
957 "@babel/plugin-proposal-numeric-separator" "^7.10.1" 992 "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
958 "@babel/plugin-proposal-object-rest-spread" "^7.10.1" 993 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
959 "@babel/plugin-proposal-optional-catch-binding" "^7.10.1" 994 "@babel/plugin-proposal-numeric-separator" "^7.10.4"
960 "@babel/plugin-proposal-optional-chaining" "^7.10.1" 995 "@babel/plugin-proposal-object-rest-spread" "^7.11.0"
961 "@babel/plugin-proposal-private-methods" "^7.10.1" 996 "@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
962 "@babel/plugin-proposal-unicode-property-regex" "^7.10.1" 997 "@babel/plugin-proposal-optional-chaining" "^7.11.0"
998 "@babel/plugin-proposal-private-methods" "^7.10.4"
999 "@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
963 "@babel/plugin-syntax-async-generators" "^7.8.0" 1000 "@babel/plugin-syntax-async-generators" "^7.8.0"
964 "@babel/plugin-syntax-class-properties" "^7.10.1" 1001 "@babel/plugin-syntax-class-properties" "^7.10.4"
965 "@babel/plugin-syntax-dynamic-import" "^7.8.0" 1002 "@babel/plugin-syntax-dynamic-import" "^7.8.0"
1003 "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
966 "@babel/plugin-syntax-json-strings" "^7.8.0" 1004 "@babel/plugin-syntax-json-strings" "^7.8.0"
1005 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
967 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" 1006 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
968 "@babel/plugin-syntax-numeric-separator" "^7.10.1" 1007 "@babel/plugin-syntax-numeric-separator" "^7.10.4"
969 "@babel/plugin-syntax-object-rest-spread" "^7.8.0" 1008 "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
970 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" 1009 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
971 "@babel/plugin-syntax-optional-chaining" "^7.8.0" 1010 "@babel/plugin-syntax-optional-chaining" "^7.8.0"
972 "@babel/plugin-syntax-top-level-await" "^7.10.1" 1011 "@babel/plugin-syntax-top-level-await" "^7.10.4"
973 "@babel/plugin-transform-arrow-functions" "^7.10.1" 1012 "@babel/plugin-transform-arrow-functions" "^7.10.4"
974 "@babel/plugin-transform-async-to-generator" "^7.10.1" 1013 "@babel/plugin-transform-async-to-generator" "^7.10.4"
975 "@babel/plugin-transform-block-scoped-functions" "^7.10.1" 1014 "@babel/plugin-transform-block-scoped-functions" "^7.10.4"
976 "@babel/plugin-transform-block-scoping" "^7.10.1" 1015 "@babel/plugin-transform-block-scoping" "^7.10.4"
977 "@babel/plugin-transform-classes" "^7.10.1" 1016 "@babel/plugin-transform-classes" "^7.10.4"
978 "@babel/plugin-transform-computed-properties" "^7.10.1" 1017 "@babel/plugin-transform-computed-properties" "^7.10.4"
979 "@babel/plugin-transform-destructuring" "^7.10.1" 1018 "@babel/plugin-transform-destructuring" "^7.10.4"
980 "@babel/plugin-transform-dotall-regex" "^7.10.1" 1019 "@babel/plugin-transform-dotall-regex" "^7.10.4"
981 "@babel/plugin-transform-duplicate-keys" "^7.10.1" 1020 "@babel/plugin-transform-duplicate-keys" "^7.10.4"
982 "@babel/plugin-transform-exponentiation-operator" "^7.10.1" 1021 "@babel/plugin-transform-exponentiation-operator" "^7.10.4"
983 "@babel/plugin-transform-for-of" "^7.10.1" 1022 "@babel/plugin-transform-for-of" "^7.10.4"
984 "@babel/plugin-transform-function-name" "^7.10.1" 1023 "@babel/plugin-transform-function-name" "^7.10.4"
985 "@babel/plugin-transform-literals" "^7.10.1" 1024 "@babel/plugin-transform-literals" "^7.10.4"
986 "@babel/plugin-transform-member-expression-literals" "^7.10.1" 1025 "@babel/plugin-transform-member-expression-literals" "^7.10.4"
987 "@babel/plugin-transform-modules-amd" "^7.10.1" 1026 "@babel/plugin-transform-modules-amd" "^7.10.4"
988 "@babel/plugin-transform-modules-commonjs" "^7.10.1" 1027 "@babel/plugin-transform-modules-commonjs" "^7.10.4"
989 "@babel/plugin-transform-modules-systemjs" "^7.10.1" 1028 "@babel/plugin-transform-modules-systemjs" "^7.10.4"
990 "@babel/plugin-transform-modules-umd" "^7.10.1" 1029 "@babel/plugin-transform-modules-umd" "^7.10.4"
991 "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" 1030 "@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4"
992 "@babel/plugin-transform-new-target" "^7.10.1" 1031 "@babel/plugin-transform-new-target" "^7.10.4"
993 "@babel/plugin-transform-object-super" "^7.10.1" 1032 "@babel/plugin-transform-object-super" "^7.10.4"
994 "@babel/plugin-transform-parameters" "^7.10.1" 1033 "@babel/plugin-transform-parameters" "^7.10.4"
995 "@babel/plugin-transform-property-literals" "^7.10.1" 1034 "@babel/plugin-transform-property-literals" "^7.10.4"
996 "@babel/plugin-transform-regenerator" "^7.10.1" 1035 "@babel/plugin-transform-regenerator" "^7.10.4"
997 "@babel/plugin-transform-reserved-words" "^7.10.1" 1036 "@babel/plugin-transform-reserved-words" "^7.10.4"
998 "@babel/plugin-transform-shorthand-properties" "^7.10.1" 1037 "@babel/plugin-transform-shorthand-properties" "^7.10.4"
999 "@babel/plugin-transform-spread" "^7.10.1" 1038 "@babel/plugin-transform-spread" "^7.11.0"
1000 "@babel/plugin-transform-sticky-regex" "^7.10.1" 1039 "@babel/plugin-transform-sticky-regex" "^7.10.4"
1001 "@babel/plugin-transform-template-literals" "^7.10.1" 1040 "@babel/plugin-transform-template-literals" "^7.10.4"
1002 "@babel/plugin-transform-typeof-symbol" "^7.10.1" 1041 "@babel/plugin-transform-typeof-symbol" "^7.10.4"
1003 "@babel/plugin-transform-unicode-escapes" "^7.10.1" 1042 "@babel/plugin-transform-unicode-escapes" "^7.10.4"
1004 "@babel/plugin-transform-unicode-regex" "^7.10.1" 1043 "@babel/plugin-transform-unicode-regex" "^7.10.4"
1005 "@babel/preset-modules" "^0.1.3" 1044 "@babel/preset-modules" "^0.1.3"
1006 "@babel/types" "^7.10.2" 1045 "@babel/types" "^7.11.0"
1007 browserslist "^4.12.0" 1046 browserslist "^4.12.0"
1008 core-js-compat "^3.6.2" 1047 core-js-compat "^3.6.2"
1009 invariant "^2.2.2" 1048 invariant "^2.2.2"
@@ -1034,17 +1073,17 @@
1034 "@babel/plugin-transform-react-jsx-source" "^7.9.0" 1073 "@babel/plugin-transform-react-jsx-source" "^7.9.0"
1035 1074
1036"@babel/preset-react@^7.0.0": 1075"@babel/preset-react@^7.0.0":
1037 version "7.10.1" 1076 version "7.10.4"
1038 resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.1.tgz#e2ab8ae9a363ec307b936589f07ed753192de041" 1077 resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf"
1039 integrity sha512-Rw0SxQ7VKhObmFjD/cUcKhPTtzpeviEFX1E6PgP+cYOhQ98icNqtINNFANlsdbQHrmeWnqdxA4Tmnl1jy5tp3Q== 1078 integrity sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw==
1040 dependencies: 1079 dependencies:
1041 "@babel/helper-plugin-utils" "^7.10.1" 1080 "@babel/helper-plugin-utils" "^7.10.4"
1042 "@babel/plugin-transform-react-display-name" "^7.10.1" 1081 "@babel/plugin-transform-react-display-name" "^7.10.4"
1043 "@babel/plugin-transform-react-jsx" "^7.10.1" 1082 "@babel/plugin-transform-react-jsx" "^7.10.4"
1044 "@babel/plugin-transform-react-jsx-development" "^7.10.1" 1083 "@babel/plugin-transform-react-jsx-development" "^7.10.4"
1045 "@babel/plugin-transform-react-jsx-self" "^7.10.1" 1084 "@babel/plugin-transform-react-jsx-self" "^7.10.4"
1046 "@babel/plugin-transform-react-jsx-source" "^7.10.1" 1085 "@babel/plugin-transform-react-jsx-source" "^7.10.4"
1047 "@babel/plugin-transform-react-pure-annotations" "^7.10.1" 1086 "@babel/plugin-transform-react-pure-annotations" "^7.10.4"
1048 1087
1049"@babel/preset-typescript@7.9.0": 1088"@babel/preset-typescript@7.9.0":
1050 version "7.9.0" 1089 version "7.9.0"
@@ -1054,10 +1093,10 @@
1054 "@babel/helper-plugin-utils" "^7.8.3" 1093 "@babel/helper-plugin-utils" "^7.8.3"
1055 "@babel/plugin-transform-typescript" "^7.9.0" 1094 "@babel/plugin-transform-typescript" "^7.9.0"
1056 1095
1057"@babel/runtime-corejs3@^7.7.4", "@babel/runtime-corejs3@^7.8.3": 1096"@babel/runtime-corejs3@^7.10.2", "@babel/runtime-corejs3@^7.8.3":
1058 version "7.10.2" 1097 version "7.11.2"
1059 resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.2.tgz#3511797ddf9a3d6f3ce46b99cc835184817eaa4e" 1098 resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.11.2.tgz#02c3029743150188edeb66541195f54600278419"
1060 integrity sha512-+a2M/u7r15o3dV1NEizr9bRi+KUVnrs/qYxF0Z06DAPx/4VCWaz1WA7EcbE+uqGgt39lp5akWGmHsTseIkHkHg== 1099 integrity sha512-qh5IR+8VgFz83VBa6OkaET6uN/mJOhHONuy3m1sgF0CV6mXdPSEBdA7e1eUbVvyNtANjMbg22JUv71BaDXLY6A==
1061 dependencies: 1100 dependencies:
1062 core-js-pure "^3.0.0" 1101 core-js-pure "^3.0.0"
1063 regenerator-runtime "^0.13.4" 1102 regenerator-runtime "^0.13.4"
@@ -1069,44 +1108,44 @@
1069 dependencies: 1108 dependencies:
1070 regenerator-runtime "^0.13.4" 1109 regenerator-runtime "^0.13.4"
1071 1110
1072"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4": 1111"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
1073 version "7.10.2" 1112 version "7.11.2"
1074 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" 1113 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
1075 integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== 1114 integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
1076 dependencies: 1115 dependencies:
1077 regenerator-runtime "^0.13.4" 1116 regenerator-runtime "^0.13.4"
1078 1117
1079"@babel/template@^7.10.1", "@babel/template@^7.4.0", "@babel/template@^7.8.6": 1118"@babel/template@^7.10.4", "@babel/template@^7.4.0", "@babel/template@^7.8.6":
1080 version "7.10.1" 1119 version "7.10.4"
1081 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" 1120 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
1082 integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== 1121 integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
1083 dependencies: 1122 dependencies:
1084 "@babel/code-frame" "^7.10.1" 1123 "@babel/code-frame" "^7.10.4"
1085 "@babel/parser" "^7.10.1" 1124 "@babel/parser" "^7.10.4"
1086 "@babel/types" "^7.10.1" 1125 "@babel/types" "^7.10.4"
1087 1126
1088"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0": 1127"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0":
1089 version "7.10.1" 1128 version "7.11.0"
1090 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" 1129 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
1091 integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== 1130 integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1092 dependencies: 1131 dependencies:
1093 "@babel/code-frame" "^7.10.1" 1132 "@babel/code-frame" "^7.10.4"
1094 "@babel/generator" "^7.10.1" 1133 "@babel/generator" "^7.11.0"
1095 "@babel/helper-function-name" "^7.10.1" 1134 "@babel/helper-function-name" "^7.10.4"
1096 "@babel/helper-split-export-declaration" "^7.10.1" 1135 "@babel/helper-split-export-declaration" "^7.11.0"
1097 "@babel/parser" "^7.10.1" 1136 "@babel/parser" "^7.11.0"
1098 "@babel/types" "^7.10.1" 1137 "@babel/types" "^7.11.0"
1099 debug "^4.1.0" 1138 debug "^4.1.0"
1100 globals "^11.1.0" 1139 globals "^11.1.0"
1101 lodash "^4.17.13" 1140 lodash "^4.17.19"
1102 1141
1103"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0": 1142"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0":
1104 version "7.10.2" 1143 version "7.11.0"
1105 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" 1144 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1106 integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== 1145 integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
1107 dependencies: 1146 dependencies:
1108 "@babel/helper-validator-identifier" "^7.10.1" 1147 "@babel/helper-validator-identifier" "^7.10.4"
1109 lodash "^4.17.13" 1148 lodash "^4.17.19"
1110 to-fast-properties "^2.0.0" 1149 to-fast-properties "^2.0.0"
1111 1150
1112"@cnakazawa/watch@^1.0.3": 1151"@cnakazawa/watch@^1.0.3":
@@ -1438,6 +1477,17 @@
1438 "@svgr/plugin-svgo" "^4.3.1" 1477 "@svgr/plugin-svgo" "^4.3.1"
1439 loader-utils "^1.2.3" 1478 loader-utils "^1.2.3"
1440 1479
1480"@testing-library/dom@*":
1481 version "7.22.3"
1482 resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.22.3.tgz#12c0b1b97115e7731da6a86b4574eae401cb9ac5"
1483 integrity sha512-IK6/eL1Xza/0goDKrwnBvlM06L+5eL9b1o+hUhX7HslfUvMETh0TYgXEr2LVpsVkHiOhRmUbUyml95KV/VlRNw==
1484 dependencies:
1485 "@babel/runtime" "^7.10.3"
1486 "@types/aria-query" "^4.2.0"
1487 aria-query "^4.2.2"
1488 dom-accessibility-api "^0.5.1"
1489 pretty-format "^25.5.0"
1490
1441"@testing-library/dom@^6.15.0": 1491"@testing-library/dom@^6.15.0":
1442 version "6.16.0" 1492 version "6.16.0"
1443 resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.16.0.tgz#04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9" 1493 resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.16.0.tgz#04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9"
@@ -1462,7 +1512,7 @@
1462 css.escape "^1.5.1" 1512 css.escape "^1.5.1"
1463 jest-diff "^24.0.0" 1513 jest-diff "^24.0.0"
1464 jest-matcher-utils "^24.0.0" 1514 jest-matcher-utils "^24.0.0"
1465 lodash "^4.17.11" 1515 lodash "^4.17.19"
1466 pretty-format "^24.0.0" 1516 pretty-format "^24.0.0"
1467 redent "^3.0.0" 1517 redent "^3.0.0"
1468 1518
@@ -1480,10 +1530,15 @@
1480 resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c" 1530 resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c"
1481 integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA== 1531 integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==
1482 1532
1533"@types/aria-query@^4.2.0":
1534 version "4.2.0"
1535 resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0"
1536 integrity sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A==
1537
1483"@types/babel__core@^7.1.0": 1538"@types/babel__core@^7.1.0":
1484 version "7.1.8" 1539 version "7.1.9"
1485 resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.8.tgz#057f725aca3641f49fc11c7a87a9de5ec588a5d7" 1540 resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d"
1486 integrity sha512-KXBiQG2OXvaPWFPDS1rD8yV9vO0OuWIqAEqLsbfX0oU2REN5KuoMnZ1gClWcBhO5I3n6oTVAmrMufOvRqdmFTQ== 1541 integrity sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw==
1487 dependencies: 1542 dependencies:
1488 "@babel/parser" "^7.1.0" 1543 "@babel/parser" "^7.1.0"
1489 "@babel/types" "^7.0.0" 1544 "@babel/types" "^7.0.0"
@@ -1507,9 +1562,9 @@
1507 "@babel/types" "^7.0.0" 1562 "@babel/types" "^7.0.0"
1508 1563
1509"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": 1564"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
1510 version "7.0.12" 1565 version "7.0.13"
1511 resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.12.tgz#22f49a028e69465390f87bb103ebd61bd086b8f5" 1566 resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.13.tgz#1874914be974a492e1b4cb00585cabb274e8ba18"
1512 integrity sha512-t4CoEokHTfcyfb4hUaF9oOHu9RmmNWnm1CP0YmMqOOfClKascOmvlEM736vlqeScuGvBDsHkf8R2INd4DWreQA== 1567 integrity sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ==
1513 dependencies: 1568 dependencies:
1514 "@babel/types" "^7.3.0" 1569 "@babel/types" "^7.3.0"
1515 1570
@@ -1524,17 +1579,17 @@
1524 integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== 1579 integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1525 1580
1526"@types/glob@^7.1.1": 1581"@types/glob@^7.1.1":
1527 version "7.1.2" 1582 version "7.1.3"
1528 resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.2.tgz#06ca26521353a545d94a0adc74f38a59d232c987" 1583 resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
1529 integrity sha512-VgNIkxK+j7Nz5P7jvUZlRvhuPSmsEfS03b0alKcq5V/STUKAa3Plemsn5mrQUO7am6OErJ4rhGEGJbACclrtRA== 1584 integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
1530 dependencies: 1585 dependencies:
1531 "@types/minimatch" "*" 1586 "@types/minimatch" "*"
1532 "@types/node" "*" 1587 "@types/node" "*"
1533 1588
1534"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": 1589"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
1535 version "2.0.2" 1590 version "2.0.3"
1536 resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.2.tgz#79d7a78bad4219f4c03d6557a1c72d9ca6ba62d5" 1591 resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
1537 integrity sha512-rsZg7eL+Xcxsxk2XlBt9KcG8nOp9iYdKCOikY9x2RFJCyOdNj4MKPQty0e8oZr29vVAzKXr1BmR+kZauti3o1w== 1592 integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
1538 1593
1539"@types/istanbul-lib-report@*": 1594"@types/istanbul-lib-report@*":
1540 version "3.0.0" 1595 version "3.0.0"
@@ -1552,9 +1607,9 @@
1552 "@types/istanbul-lib-report" "*" 1607 "@types/istanbul-lib-report" "*"
1553 1608
1554"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4": 1609"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4":
1555 version "7.0.4" 1610 version "7.0.5"
1556 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" 1611 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
1557 integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== 1612 integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
1558 1613
1559"@types/minimatch@*": 1614"@types/minimatch@*":
1560 version "3.0.3" 1615 version "3.0.3"
@@ -1562,9 +1617,9 @@
1562 integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== 1617 integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
1563 1618
1564"@types/node@*": 1619"@types/node@*":
1565 version "14.0.11" 1620 version "14.6.0"
1566 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3" 1621 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
1567 integrity sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg== 1622 integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
1568 1623
1569"@types/parse-json@^4.0.0": 1624"@types/parse-json@^4.0.0":
1570 version "4.0.0" 1625 version "4.0.0"
@@ -1589,12 +1644,12 @@
1589 "@types/react" "*" 1644 "@types/react" "*"
1590 1645
1591"@types/react@*": 1646"@types/react@*":
1592 version "16.9.35" 1647 version "16.9.46"
1593 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368" 1648 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.46.tgz#f0326cd7adceda74148baa9bff6e918632f5069e"
1594 integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ== 1649 integrity sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==
1595 dependencies: 1650 dependencies:
1596 "@types/prop-types" "*" 1651 "@types/prop-types" "*"
1597 csstype "^2.2.0" 1652 csstype "^3.0.2"
1598 1653
1599"@types/stack-utils@^1.0.1": 1654"@types/stack-utils@^1.0.1":
1600 version "1.0.1" 1655 version "1.0.1"
@@ -1602,11 +1657,11 @@
1602 integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== 1657 integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
1603 1658
1604"@types/testing-library__dom@*": 1659"@types/testing-library__dom@*":
1605 version "7.0.2" 1660 version "7.5.0"
1606 resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-7.0.2.tgz#2906f8a0dce58b0746c6ab606f786bd06fe6940e" 1661 resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-7.5.0.tgz#e0a00dd766983b1d6e9d10d33e708005ce6ad13e"
1607 integrity sha512-8yu1gSwUEAwzg2OlPNbGq+ixhmSviGurBu1+ivxRKq1eRcwdjkmlwtPvr9VhuxTq2fNHBWN2po6Iem3Xt5A6rg== 1662 integrity sha512-mj1aH4cj3XUpMEgVpognma5kHVtbm6U6cHZmEFzCRiXPvKkuHrFr3+yXdGLXvfFRBaQIVshPGHI+hGTOJlhS/g==
1608 dependencies: 1663 dependencies:
1609 pretty-format "^25.1.0" 1664 "@testing-library/dom" "*"
1610 1665
1611"@types/testing-library__dom@^6.12.1": 1666"@types/testing-library__dom@^6.12.1":
1612 version "6.14.0" 1667 version "6.14.0"
@@ -1630,9 +1685,9 @@
1630 integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== 1685 integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
1631 1686
1632"@types/yargs@^13.0.0": 1687"@types/yargs@^13.0.0":
1633 version "13.0.9" 1688 version "13.0.10"
1634 resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.9.tgz#44028e974343c7afcf3960f1a2b1099c39a7b5e1" 1689 resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.10.tgz#e77bf3fc73c781d48c2eb541f87c453e321e5f4b"
1635 integrity sha512-xrvhZ4DZewMDhoH1utLtOAwYQy60eYFoXeje30TzM3VOvQlBwQaEpKFq5m34k1wOw2AKIi2pwtiAjdmhvlBUzg== 1690 integrity sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ==
1636 dependencies: 1691 dependencies:
1637 "@types/yargs-parser" "*" 1692 "@types/yargs-parser" "*"
1638 1693
@@ -1682,7 +1737,7 @@
1682 eslint-visitor-keys "^1.1.0" 1737 eslint-visitor-keys "^1.1.0"
1683 glob "^7.1.6" 1738 glob "^7.1.6"
1684 is-glob "^4.0.1" 1739 is-glob "^4.0.1"
1685 lodash "^4.17.15" 1740 lodash "^4.17.19"
1686 semver "^7.3.2" 1741 semver "^7.3.2"
1687 tsutils "^3.17.1" 1742 tsutils "^3.17.1"
1688 1743
@@ -1843,9 +1898,9 @@
1843 integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== 1898 integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1844 1899
1845abab@^2.0.0: 1900abab@^2.0.0:
1846 version "2.0.3" 1901 version "2.0.4"
1847 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a" 1902 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"
1848 integrity sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg== 1903 integrity sha512-Eu9ELJWCz/c1e9gTiCY+FceWxcqzjYEbqMgtndnuSqZSUCOL73TWNK2mHfIj4Cw2E/ongOp+JISVNCmovt2KYQ==
1849 1904
1850accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: 1905accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
1851 version "1.3.7" 1906 version "1.3.7"
@@ -1884,9 +1939,9 @@ acorn@^6.0.1, acorn@^6.0.4, acorn@^6.2.1:
1884 integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== 1939 integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
1885 1940
1886acorn@^7.1.1: 1941acorn@^7.1.1:
1887 version "7.2.0" 1942 version "7.4.0"
1888 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe" 1943 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
1889 integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ== 1944 integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
1890 1945
1891address@1.1.2, address@^1.0.1: 1946address@1.1.2, address@^1.0.1:
1892 version "1.1.2" 1947 version "1.1.2"
@@ -1905,9 +1960,9 @@ adjust-sourcemap-loader@2.0.0:
1905 regex-parser "2.2.10" 1960 regex-parser "2.2.10"
1906 1961
1907aggregate-error@^3.0.0: 1962aggregate-error@^3.0.0:
1908 version "3.0.1" 1963 version "3.1.0"
1909 resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0" 1964 resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
1910 integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== 1965 integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
1911 dependencies: 1966 dependencies:
1912 clean-stack "^2.0.0" 1967 clean-stack "^2.0.0"
1913 indent-string "^4.0.0" 1968 indent-string "^4.0.0"
@@ -1918,14 +1973,14 @@ ajv-errors@^1.0.0:
1918 integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== 1973 integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
1919 1974
1920ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: 1975ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
1921 version "3.4.1" 1976 version "3.5.2"
1922 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" 1977 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
1923 integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== 1978 integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
1924 1979
1925ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.5.5: 1980ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3:
1926 version "6.12.2" 1981 version "6.12.4"
1927 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd" 1982 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
1928 integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== 1983 integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
1929 dependencies: 1984 dependencies:
1930 fast-deep-equal "^3.1.1" 1985 fast-deep-equal "^3.1.1"
1931 fast-json-stable-stringify "^2.0.0" 1986 fast-json-stable-stringify "^2.0.0"
@@ -2035,13 +2090,13 @@ aria-query@^3.0.0:
2035 ast-types-flow "0.0.7" 2090 ast-types-flow "0.0.7"
2036 commander "^2.11.0" 2091 commander "^2.11.0"
2037 2092
2038aria-query@^4.0.2: 2093aria-query@^4.0.2, aria-query@^4.2.2:
2039 version "4.0.2" 2094 version "4.2.2"
2040 resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.0.2.tgz#250687b4ccde1ab86d127da0432ae3552fc7b145" 2095 resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
2041 integrity sha512-S1G1V790fTaigUSM/Gd0NngzEfiMy9uTUfMyHhKhVyy4cH5O/eTuR01ydhGL0z4Za1PXFTRGH3qL8VhUQuEO5w== 2096 integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
2042 dependencies: 2097 dependencies:
2043 "@babel/runtime" "^7.7.4" 2098 "@babel/runtime" "^7.10.2"
2044 "@babel/runtime-corejs3" "^7.7.4" 2099 "@babel/runtime-corejs3" "^7.10.2"
2045 2100
2046arity-n@^1.0.4: 2101arity-n@^1.0.4:
2047 version "1.0.4" 2102 version "1.0.4"
@@ -2122,14 +2177,15 @@ asap@~2.0.6:
2122 resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" 2177 resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
2123 integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= 2178 integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
2124 2179
2125asn1.js@^4.0.0: 2180asn1.js@^5.2.0:
2126 version "4.10.1" 2181 version "5.4.1"
2127 resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" 2182 resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
2128 integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== 2183 integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
2129 dependencies: 2184 dependencies:
2130 bn.js "^4.0.0" 2185 bn.js "^4.0.0"
2131 inherits "^2.0.1" 2186 inherits "^2.0.1"
2132 minimalistic-assert "^1.0.0" 2187 minimalistic-assert "^1.0.0"
2188 safer-buffer "^2.1.0"
2133 2189
2134asn1@~0.2.3: 2190asn1@~0.2.3:
2135 version "0.2.4" 2191 version "0.2.4"
@@ -2188,7 +2244,7 @@ async@^2.6.2:
2188 resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" 2244 resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
2189 integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== 2245 integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
2190 dependencies: 2246 dependencies:
2191 lodash "^4.17.14" 2247 lodash "^4.17.19"
2192 2248
2193asynckit@^0.4.0: 2249asynckit@^0.4.0:
2194 version "0.4.0" 2250 version "0.4.0"
@@ -2201,16 +2257,16 @@ atob@^2.1.2:
2201 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== 2257 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
2202 2258
2203autoprefixer@^9.6.1: 2259autoprefixer@^9.6.1:
2204 version "9.8.0" 2260 version "9.8.6"
2205 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.0.tgz#68e2d2bef7ba4c3a65436f662d0a56a741e56511" 2261 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
2206 integrity sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A== 2262 integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
2207 dependencies: 2263 dependencies:
2208 browserslist "^4.12.0" 2264 browserslist "^4.12.0"
2209 caniuse-lite "^1.0.30001061" 2265 caniuse-lite "^1.0.30001109"
2210 chalk "^2.4.2" 2266 colorette "^1.2.1"
2211 normalize-range "^0.1.2" 2267 normalize-range "^0.1.2"
2212 num2fraction "^1.2.2" 2268 num2fraction "^1.2.2"
2213 postcss "^7.0.30" 2269 postcss "^7.0.32"
2214 postcss-value-parser "^4.1.0" 2270 postcss-value-parser "^4.1.0"
2215 2271
2216aws-sign2@~0.7.0: 2272aws-sign2@~0.7.0:
@@ -2219,14 +2275,14 @@ aws-sign2@~0.7.0:
2219 integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= 2275 integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
2220 2276
2221aws4@^1.8.0: 2277aws4@^1.8.0:
2222 version "1.10.0" 2278 version "1.10.1"
2223 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2" 2279 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
2224 integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA== 2280 integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
2225 2281
2226axobject-query@^2.0.2: 2282axobject-query@^2.0.2:
2227 version "2.1.2" 2283 version "2.2.0"
2228 resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799" 2284 resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
2229 integrity sha512-ICt34ZmrVt8UQnvPl6TVyDTkmhXmAyAT4Jh5ugfGUX4MOrZ+U/ZY6/sdylRw3qGNr9Ub5AJsaHeDMzNLehRdOQ== 2285 integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
2230 2286
2231babel-code-frame@^6.22.0: 2287babel-code-frame@^6.22.0:
2232 version "6.26.0" 2288 version "6.26.0"
@@ -2424,9 +2480,9 @@ binary-extensions@^1.0.0:
2424 integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== 2480 integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
2425 2481
2426binary-extensions@^2.0.0: 2482binary-extensions@^2.0.0:
2427 version "2.0.0" 2483 version "2.1.0"
2428 resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" 2484 resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
2429 integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== 2485 integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
2430 2486
2431bindings@^1.5.0: 2487bindings@^1.5.0:
2432 version "1.5.0" 2488 version "1.5.0"
@@ -2446,9 +2502,9 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
2446 integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== 2502 integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
2447 2503
2448bn.js@^5.1.1: 2504bn.js@^5.1.1:
2449 version "5.1.2" 2505 version "5.1.3"
2450 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.2.tgz#c9686902d3c9a27729f43ab10f9d79c2004da7b0" 2506 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b"
2451 integrity sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA== 2507 integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==
2452 2508
2453body-parser@1.19.0: 2509body-parser@1.19.0:
2454 version "1.19.0" 2510 version "1.19.0"
@@ -2571,15 +2627,15 @@ browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
2571 randombytes "^2.0.1" 2627 randombytes "^2.0.1"
2572 2628
2573browserify-sign@^4.0.0: 2629browserify-sign@^4.0.0:
2574 version "4.2.0" 2630 version "4.2.1"
2575 resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.0.tgz#545d0b1b07e6b2c99211082bf1b12cce7a0b0e11" 2631 resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3"
2576 integrity sha512-hEZC1KEeYuoHRqhGhTy6gWrpJA3ZDjFWv0DE61643ZnOXAKJb3u7yWcrU0mMc9SwAqK1n7myPGndkp0dFG7NFA== 2632 integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
2577 dependencies: 2633 dependencies:
2578 bn.js "^5.1.1" 2634 bn.js "^5.1.1"
2579 browserify-rsa "^4.0.1" 2635 browserify-rsa "^4.0.1"
2580 create-hash "^1.2.0" 2636 create-hash "^1.2.0"
2581 create-hmac "^1.1.7" 2637 create-hmac "^1.1.7"
2582 elliptic "^6.5.2" 2638 elliptic "^6.5.3"
2583 inherits "^2.0.4" 2639 inherits "^2.0.4"
2584 parse-asn1 "^5.1.5" 2640 parse-asn1 "^5.1.5"
2585 readable-stream "^3.6.0" 2641 readable-stream "^3.6.0"
@@ -2603,14 +2659,14 @@ browserslist@4.10.0:
2603 pkg-up "^3.1.0" 2659 pkg-up "^3.1.0"
2604 2660
2605browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.2, browserslist@^4.6.4, browserslist@^4.8.5, browserslist@^4.9.1: 2661browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.2, browserslist@^4.6.4, browserslist@^4.8.5, browserslist@^4.9.1:
2606 version "4.12.0" 2662 version "4.14.0"
2607 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" 2663 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000"
2608 integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== 2664 integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ==
2609 dependencies: 2665 dependencies:
2610 caniuse-lite "^1.0.30001043" 2666 caniuse-lite "^1.0.30001111"
2611 electron-to-chromium "^1.3.413" 2667 electron-to-chromium "^1.3.523"
2612 node-releases "^1.1.53" 2668 escalade "^3.0.2"
2613 pkg-up "^2.0.0" 2669 node-releases "^1.1.60"
2614 2670
2615bser@2.1.1: 2671bser@2.1.1:
2616 version "2.1.1" 2672 version "2.1.1"
@@ -2775,10 +2831,10 @@ caniuse-api@^3.0.0:
2775 lodash.memoize "^4.1.2" 2831 lodash.memoize "^4.1.2"
2776 lodash.uniq "^4.5.0" 2832 lodash.uniq "^4.5.0"
2777 2833
2778caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001061: 2834caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
2779 version "1.0.30001078" 2835 version "1.0.30001117"
2780 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001078.tgz#e1b6e2ae327b6a1ec11f65ec7a0dde1e7093074c" 2836 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001117.tgz#69a9fae5d480eaa9589f7641a83842ad396d17c4"
2781 integrity sha512-sF12qXe9VMm32IEf/+NDvmTpwJaaU7N1igpiH2FdI4DyABJSsOqG3ZAcFvszLkoLoo1y6VJLMYivukUAxaMASw== 2837 integrity sha512-4tY0Fatzdx59kYjQs+bNxUwZB03ZEBgVmJ1UkFPz/Q8OLiUUbjct2EdpnXj0fvFTPej2EkbPIG0w8BWsjAyk1Q==
2782 2838
2783capture-exit@^2.0.0: 2839capture-exit@^2.0.0:
2784 version "2.0.0" 2840 version "2.0.0"
@@ -2825,6 +2881,14 @@ chalk@^3.0.0:
2825 ansi-styles "^4.1.0" 2881 ansi-styles "^4.1.0"
2826 supports-color "^7.1.0" 2882 supports-color "^7.1.0"
2827 2883
2884chalk@^4.1.0:
2885 version "4.1.0"
2886 resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2887 integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2888 dependencies:
2889 ansi-styles "^4.1.0"
2890 supports-color "^7.1.0"
2891
2828chardet@^0.7.0: 2892chardet@^0.7.0:
2829 version "0.7.0" 2893 version "0.7.0"
2830 resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" 2894 resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -2849,10 +2913,10 @@ chokidar@^2.1.8:
2849 optionalDependencies: 2913 optionalDependencies:
2850 fsevents "^1.2.7" 2914 fsevents "^1.2.7"
2851 2915
2852chokidar@^3.3.0, chokidar@^3.4.0: 2916chokidar@^3.3.0, chokidar@^3.4.1:
2853 version "3.4.0" 2917 version "3.4.2"
2854 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" 2918 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
2855 integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== 2919 integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
2856 dependencies: 2920 dependencies:
2857 anymatch "~3.1.1" 2921 anymatch "~3.1.1"
2858 braces "~3.0.2" 2922 braces "~3.0.2"
@@ -2923,6 +2987,11 @@ cli-width@^2.0.0:
2923 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" 2987 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
2924 integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== 2988 integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
2925 2989
2990cli-width@^3.0.0:
2991 version "3.0.0"
2992 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
2993 integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
2994
2926cliui@^4.0.0: 2995cliui@^4.0.0:
2927 version "4.1.0" 2996 version "4.1.0"
2928 resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" 2997 resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
@@ -3028,6 +3097,11 @@ color@^3.0.0:
3028 color-convert "^1.9.1" 3097 color-convert "^1.9.1"
3029 color-string "^1.5.2" 3098 color-string "^1.5.2"
3030 3099
3100colorette@^1.2.1:
3101 version "1.2.1"
3102 resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
3103 integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
3104
3031combined-stream@^1.0.6, combined-stream@~1.0.6: 3105combined-stream@^1.0.6, combined-stream@~1.0.6:
3032 version "1.0.8" 3106 version "1.0.8"
3033 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" 3107 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -3228,12 +3302,12 @@ cosmiconfig@^6.0.0:
3228 yaml "^1.7.2" 3302 yaml "^1.7.2"
3229 3303
3230create-ecdh@^4.0.0: 3304create-ecdh@^4.0.0:
3231 version "4.0.3" 3305 version "4.0.4"
3232 resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" 3306 resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
3233 integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== 3307 integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
3234 dependencies: 3308 dependencies:
3235 bn.js "^4.1.0" 3309 bn.js "^4.1.0"
3236 elliptic "^6.0.0" 3310 elliptic "^6.5.3"
3237 3311
3238create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: 3312create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
3239 version "1.2.0" 3313 version "1.2.0"
@@ -3516,10 +3590,10 @@ cssstyle@^1.0.0, cssstyle@^1.1.1:
3516 dependencies: 3590 dependencies:
3517 cssom "0.3.x" 3591 cssom "0.3.x"
3518 3592
3519csstype@^2.2.0: 3593csstype@^3.0.2:
3520 version "2.6.10" 3594 version "3.0.2"
3521 resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b" 3595 resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.2.tgz#ee5ff8f208c8cd613b389f7b222c9801ca62b3f7"
3522 integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w== 3596 integrity sha512-ofovWglpqoqbfLNOTBNZLSbMuGrblAf1efvvArGKOZMBrIoJeu5UsAipQolkijtyQx5MtAzT/J9IHj/CEY1mJw==
3523 3597
3524cyclist@^1.0.1: 3598cyclist@^1.0.1:
3525 version "1.0.1" 3599 version "1.0.1"
@@ -3562,7 +3636,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
3562 dependencies: 3636 dependencies:
3563 ms "2.0.0" 3637 ms "2.0.0"
3564 3638
3565debug@^3.0.0, debug@^3.1.1, debug@^3.2.5: 3639debug@^3.1.1, debug@^3.2.5:
3566 version "3.2.6" 3640 version "3.2.6"
3567 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" 3641 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
3568 integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== 3642 integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -3763,6 +3837,11 @@ dom-accessibility-api@^0.3.0:
3763 resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz#511e5993dd673b97c87ea47dba0e3892f7e0c983" 3837 resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz#511e5993dd673b97c87ea47dba0e3892f7e0c983"
3764 integrity sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA== 3838 integrity sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA==
3765 3839
3840dom-accessibility-api@^0.5.1:
3841 version "0.5.1"
3842 resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.1.tgz#152f5e88583d900977119223e3e76c2d93d23830"
3843 integrity sha512-8DhtmKTYWXNpPiL/QOszbnkAbCGuPz9ieVwDrmWM1rNx4KRI3zqmvKANAD1PJdvvov3+eq1BPLXQkYTpqTrWng==
3844
3766dom-converter@^0.2: 3845dom-converter@^0.2:
3767 version "0.2.0" 3846 version "0.2.0"
3768 resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" 3847 resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
@@ -3849,9 +3928,9 @@ dotenv@8.2.0:
3849 integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== 3928 integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
3850 3929
3851duplexer@^0.1.1: 3930duplexer@^0.1.1:
3852 version "0.1.1" 3931 version "0.1.2"
3853 resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" 3932 resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
3854 integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= 3933 integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
3855 3934
3856duplexify@^3.4.2, duplexify@^3.6.0: 3935duplexify@^3.4.2, duplexify@^3.6.0:
3857 version "3.7.1" 3936 version "3.7.1"
@@ -3876,15 +3955,15 @@ ee-first@1.1.1:
3876 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" 3955 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
3877 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= 3956 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
3878 3957
3879electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.413: 3958electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.523:
3880 version "1.3.464" 3959 version "1.3.542"
3881 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz#fe13feaa08f6f865d3c89d5d72e54c194f463aa5" 3960 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.542.tgz#0a48ff708646a54189ecbbed88a49d73dd14ce8c"
3882 integrity sha512-Oo+0+CN9d2z6FToQW6Hwvi9ez09Y/usKwr0tsDsyg43a871zVJCi1nR0v03djLbRNcaCKjtrnVf2XJhTxEpPCg== 3961 integrity sha512-9Wm4o9h2CE/h4PDBkE5Ff2ha4frgltV/BgVCwFK8Tc9DKF19xJK85zA82JFah0/+oe8SU3rYRWtlYZH58pC6Ng==
3883 3962
3884elliptic@^6.0.0, elliptic@^6.5.2: 3963elliptic@^6.5.3:
3885 version "6.5.2" 3964 version "6.5.3"
3886 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" 3965 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3887 integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== 3966 integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
3888 dependencies: 3967 dependencies:
3889 bn.js "^4.4.0" 3968 bn.js "^4.4.0"
3890 brorand "^1.0.1" 3969 brorand "^1.0.1"
@@ -3927,9 +4006,9 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
3927 once "^1.4.0" 4006 once "^1.4.0"
3928 4007
3929enhanced-resolve@^4.1.0: 4008enhanced-resolve@^4.1.0:
3930 version "4.1.1" 4009 version "4.3.0"
3931 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" 4010 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126"
3932 integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA== 4011 integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==
3933 dependencies: 4012 dependencies:
3934 graceful-fs "^4.1.2" 4013 graceful-fs "^4.1.2"
3935 memory-fs "^0.5.0" 4014 memory-fs "^0.5.0"
@@ -3960,21 +4039,21 @@ error-ex@^1.2.0, error-ex@^1.3.1:
3960 is-arrayish "^0.2.1" 4039 is-arrayish "^0.2.1"
3961 4040
3962es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: 4041es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
3963 version "1.17.5" 4042 version "1.17.6"
3964 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9" 4043 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
3965 integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg== 4044 integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
3966 dependencies: 4045 dependencies:
3967 es-to-primitive "^1.2.1" 4046 es-to-primitive "^1.2.1"
3968 function-bind "^1.1.1" 4047 function-bind "^1.1.1"
3969 has "^1.0.3" 4048 has "^1.0.3"
3970 has-symbols "^1.0.1" 4049 has-symbols "^1.0.1"
3971 is-callable "^1.1.5" 4050 is-callable "^1.2.0"
3972 is-regex "^1.0.5" 4051 is-regex "^1.1.0"
3973 object-inspect "^1.7.0" 4052 object-inspect "^1.7.0"
3974 object-keys "^1.1.1" 4053 object-keys "^1.1.1"
3975 object.assign "^4.1.0" 4054 object.assign "^4.1.0"
3976 string.prototype.trimleft "^2.1.1" 4055 string.prototype.trimend "^1.0.1"
3977 string.prototype.trimright "^2.1.1" 4056 string.prototype.trimstart "^1.0.1"
3978 4057
3979es-to-primitive@^1.2.1: 4058es-to-primitive@^1.2.1:
3980 version "1.2.1" 4059 version "1.2.1"
@@ -4011,6 +4090,11 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.3:
4011 d "^1.0.1" 4090 d "^1.0.1"
4012 ext "^1.1.2" 4091 ext "^1.1.2"
4013 4092
4093escalade@^3.0.2:
4094 version "3.0.2"
4095 resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4"
4096 integrity sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==
4097
4014escape-html@~1.0.3: 4098escape-html@~1.0.3:
4015 version "1.0.3" 4099 version "1.0.3"
4016 resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" 4100 resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -4027,9 +4111,9 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
4027 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= 4111 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
4028 4112
4029escodegen@^1.11.0, escodegen@^1.9.1: 4113escodegen@^1.11.0, escodegen@^1.9.1:
4030 version "1.14.2" 4114 version "1.14.3"
4031 resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.2.tgz#14ab71bf5026c2aa08173afba22c6f3173284a84" 4115 resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
4032 integrity sha512-InuOIiKk8wwuOFg6x9BQXbzjrQhtyXh46K9bqVTPzSo2FnyMBaYGBMC6PhQy7yxxil9vIedFBweQBMK74/7o8A== 4116 integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
4033 dependencies: 4117 dependencies:
4034 esprima "^4.0.1" 4118 esprima "^4.0.1"
4035 estraverse "^4.2.0" 4119 estraverse "^4.2.0"
@@ -4046,9 +4130,9 @@ eslint-config-react-app@^5.2.1:
4046 confusing-browser-globals "^1.0.9" 4130 confusing-browser-globals "^1.0.9"
4047 4131
4048eslint-import-resolver-node@^0.3.2: 4132eslint-import-resolver-node@^0.3.2:
4049 version "0.3.3" 4133 version "0.3.4"
4050 resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404" 4134 resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
4051 integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg== 4135 integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
4052 dependencies: 4136 dependencies:
4053 debug "^2.6.9" 4137 debug "^2.6.9"
4054 resolve "^1.13.1" 4138 resolve "^1.13.1"
@@ -4077,7 +4161,7 @@ eslint-plugin-flowtype@4.6.0:
4077 resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz#82b2bd6f21770e0e5deede0228e456cb35308451" 4161 resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz#82b2bd6f21770e0e5deede0228e456cb35308451"
4078 integrity sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ== 4162 integrity sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ==
4079 dependencies: 4163 dependencies:
4080 lodash "^4.17.15" 4164 lodash "^4.17.19"
4081 4165
4082eslint-plugin-import@2.20.1: 4166eslint-plugin-import@2.20.1:
4083 version "2.20.1" 4167 version "2.20.1"
@@ -4159,16 +4243,16 @@ eslint-utils@^1.4.3:
4159 eslint-visitor-keys "^1.1.0" 4243 eslint-visitor-keys "^1.1.0"
4160 4244
4161eslint-utils@^2.0.0: 4245eslint-utils@^2.0.0:
4162 version "2.0.0" 4246 version "2.1.0"
4163 resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd" 4247 resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4164 integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== 4248 integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4165 dependencies: 4249 dependencies:
4166 eslint-visitor-keys "^1.1.0" 4250 eslint-visitor-keys "^1.1.0"
4167 4251
4168eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: 4252eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
4169 version "1.2.0" 4253 version "1.3.0"
4170 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa" 4254 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
4171 integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ== 4255 integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
4172 4256
4173eslint@^6.6.0: 4257eslint@^6.6.0:
4174 version "6.8.0" 4258 version "6.8.0"
@@ -4199,7 +4283,7 @@ eslint@^6.6.0:
4199 js-yaml "^3.13.1" 4283 js-yaml "^3.13.1"
4200 json-stable-stringify-without-jsonify "^1.0.1" 4284 json-stable-stringify-without-jsonify "^1.0.1"
4201 levn "^0.3.0" 4285 levn "^0.3.0"
4202 lodash "^4.17.14" 4286 lodash "^4.17.19"
4203 minimatch "^3.0.4" 4287 minimatch "^3.0.4"
4204 mkdirp "^0.5.1" 4288 mkdirp "^0.5.1"
4205 natural-compare "^1.4.0" 4289 natural-compare "^1.4.0"
@@ -4247,9 +4331,9 @@ estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
4247 integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== 4331 integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
4248 4332
4249estraverse@^5.1.0: 4333estraverse@^5.1.0:
4250 version "5.1.0" 4334 version "5.2.0"
4251 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642" 4335 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
4252 integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw== 4336 integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
4253 4337
4254esutils@^2.0.2: 4338esutils@^2.0.2:
4255 version "2.0.3" 4339 version "2.0.3"
@@ -4262,14 +4346,14 @@ etag@~1.8.1:
4262 integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= 4346 integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
4263 4347
4264eventemitter3@^4.0.0: 4348eventemitter3@^4.0.0:
4265 version "4.0.4" 4349 version "4.0.5"
4266 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" 4350 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.5.tgz#51d81e4f1ccc8311a04f0c20121ea824377ea6d9"
4267 integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== 4351 integrity sha512-QR0rh0YiPuxuDQ6+T9GAO/xWTExXpxIes1Nl9RykNGTnE1HJmkuEfxJH9cubjIOQZ/GH4qNBR4u8VSHaKiWs4g==
4268 4352
4269events@^3.0.0: 4353events@^3.0.0:
4270 version "3.1.0" 4354 version "3.2.0"
4271 resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" 4355 resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379"
4272 integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== 4356 integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==
4273 4357
4274eventsource@^1.0.7: 4358eventsource@^1.0.7:
4275 version "1.0.7" 4359 version "1.0.7"
@@ -4431,9 +4515,9 @@ extsprintf@^1.2.0:
4431 integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= 4515 integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
4432 4516
4433fast-deep-equal@^3.1.1: 4517fast-deep-equal@^3.1.1:
4434 version "3.1.1" 4518 version "3.1.3"
4435 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" 4519 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4436 integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== 4520 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4437 4521
4438fast-glob@^2.0.2: 4522fast-glob@^2.0.2:
4439 version "2.2.7" 4523 version "2.2.7"
@@ -4630,11 +4714,9 @@ flush-write-stream@^1.0.0:
4630 readable-stream "^2.3.6" 4714 readable-stream "^2.3.6"
4631 4715
4632follow-redirects@^1.0.0: 4716follow-redirects@^1.0.0:
4633 version "1.11.0" 4717 version "1.13.0"
4634 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.11.0.tgz#afa14f08ba12a52963140fe43212658897bc0ecb" 4718 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
4635 integrity sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA== 4719 integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
4636 dependencies:
4637 debug "^3.0.0"
4638 4720
4639for-in@^0.1.3: 4721for-in@^0.1.3:
4640 version "0.1.8" 4722 version "0.1.8"
@@ -4935,11 +5017,11 @@ har-schema@^2.0.0:
4935 integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= 5017 integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
4936 5018
4937har-validator@~5.1.3: 5019har-validator@~5.1.3:
4938 version "5.1.3" 5020 version "5.1.5"
4939 resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" 5021 resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
4940 integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== 5022 integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
4941 dependencies: 5023 dependencies:
4942 ajv "^6.5.5" 5024 ajv "^6.12.3"
4943 har-schema "^2.0.0" 5025 har-schema "^2.0.0"
4944 5026
4945harmony-reflect@^1.4.6: 5027harmony-reflect@^1.4.6:
@@ -5110,7 +5192,7 @@ html-webpack-plugin@4.0.0-beta.11:
5110 dependencies: 5192 dependencies:
5111 html-minifier-terser "^5.0.1" 5193 html-minifier-terser "^5.0.1"
5112 loader-utils "^1.2.3" 5194 loader-utils "^1.2.3"
5113 lodash "^4.17.15" 5195 lodash "^4.17.19"
5114 pretty-error "^2.1.1" 5196 pretty-error "^2.1.1"
5115 tapable "^1.1.3" 5197 tapable "^1.1.3"
5116 util.promisify "1.0.0" 5198 util.promisify "1.0.0"
@@ -5176,7 +5258,7 @@ http-proxy-middleware@0.19.1:
5176 dependencies: 5258 dependencies:
5177 http-proxy "^1.17.0" 5259 http-proxy "^1.17.0"
5178 is-glob "^4.0.0" 5260 is-glob "^4.0.0"
5179 lodash "^4.17.11" 5261 lodash "^4.17.19"
5180 micromatch "^3.1.10" 5262 micromatch "^3.1.10"
5181 5263
5182http-proxy@^1.17.0: 5264http-proxy@^1.17.0:
@@ -5345,7 +5427,7 @@ inquirer@7.0.4:
5345 cli-width "^2.0.0" 5427 cli-width "^2.0.0"
5346 external-editor "^3.0.3" 5428 external-editor "^3.0.3"
5347 figures "^3.0.0" 5429 figures "^3.0.0"
5348 lodash "^4.17.15" 5430 lodash "^4.17.19"
5349 mute-stream "0.0.8" 5431 mute-stream "0.0.8"
5350 run-async "^2.2.0" 5432 run-async "^2.2.0"
5351 rxjs "^6.5.3" 5433 rxjs "^6.5.3"
@@ -5354,20 +5436,20 @@ inquirer@7.0.4:
5354 through "^2.3.6" 5436 through "^2.3.6"
5355 5437
5356inquirer@^7.0.0: 5438inquirer@^7.0.0:
5357 version "7.1.0" 5439 version "7.3.3"
5358 resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" 5440 resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
5359 integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== 5441 integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
5360 dependencies: 5442 dependencies:
5361 ansi-escapes "^4.2.1" 5443 ansi-escapes "^4.2.1"
5362 chalk "^3.0.0" 5444 chalk "^4.1.0"
5363 cli-cursor "^3.1.0" 5445 cli-cursor "^3.1.0"
5364 cli-width "^2.0.0" 5446 cli-width "^3.0.0"
5365 external-editor "^3.0.3" 5447 external-editor "^3.0.3"
5366 figures "^3.0.0" 5448 figures "^3.0.0"
5367 lodash "^4.17.15" 5449 lodash "^4.17.19"
5368 mute-stream "0.0.8" 5450 mute-stream "0.0.8"
5369 run-async "^2.4.0" 5451 run-async "^2.4.0"
5370 rxjs "^6.5.3" 5452 rxjs "^6.6.0"
5371 string-width "^4.1.0" 5453 string-width "^4.1.0"
5372 strip-ansi "^6.0.0" 5454 strip-ansi "^6.0.0"
5373 through "^2.3.6" 5455 through "^2.3.6"
@@ -5474,7 +5556,7 @@ is-buffer@^1.0.2, is-buffer@^1.1.5:
5474 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" 5556 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
5475 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== 5557 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
5476 5558
5477is-callable@^1.1.4, is-callable@^1.1.5: 5559is-callable@^1.1.4, is-callable@^1.2.0:
5478 version "1.2.0" 5560 version "1.2.0"
5479 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" 5561 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
5480 integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== 5562 integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
@@ -5541,9 +5623,9 @@ is-directory@^0.3.1:
5541 integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= 5623 integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
5542 5624
5543is-docker@^2.0.0: 5625is-docker@^2.0.0:
5544 version "2.0.0" 5626 version "2.1.1"
5545 resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" 5627 resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
5546 integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ== 5628 integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
5547 5629
5548is-extendable@^0.1.0, is-extendable@^0.1.1: 5630is-extendable@^0.1.0, is-extendable@^0.1.1:
5549 version "0.1.1" 5631 version "0.1.1"
@@ -5651,10 +5733,10 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
5651 dependencies: 5733 dependencies:
5652 isobject "^3.0.1" 5734 isobject "^3.0.1"
5653 5735
5654is-regex@^1.0.4, is-regex@^1.0.5: 5736is-regex@^1.0.4, is-regex@^1.1.0:
5655 version "1.1.0" 5737 version "1.1.1"
5656 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" 5738 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
5657 integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== 5739 integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
5658 dependencies: 5740 dependencies:
5659 has-symbols "^1.0.1" 5741 has-symbols "^1.0.1"
5660 5742
@@ -5991,9 +6073,9 @@ jest-mock@^24.0.0, jest-mock@^24.9.0:
5991 "@jest/types" "^24.9.0" 6073 "@jest/types" "^24.9.0"
5992 6074
5993jest-pnp-resolver@^1.2.1: 6075jest-pnp-resolver@^1.2.1:
5994 version "1.2.1" 6076 version "1.2.2"
5995 resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" 6077 resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"
5996 integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== 6078 integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==
5997 6079
5998jest-regex-util@^24.3.0, jest-regex-util@^24.9.0: 6080jest-regex-util@^24.3.0, jest-regex-util@^24.9.0:
5999 version "24.9.0" 6081 version "24.9.0"
@@ -6349,9 +6431,9 @@ jsprim@^1.2.2:
6349 verror "1.10.0" 6431 verror "1.10.0"
6350 6432
6351jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: 6433jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
6352 version "2.3.0" 6434 version "2.4.1"
6353 resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.3.0.tgz#edd727794ea284d7fda575015ed1b0cde0289ab6" 6435 resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
6354 integrity sha512-3HNoc7nZ1hpZIKB3hJ7BlFRkzCx2BynRtfSwbkqZdpRdvAPsGMnzclPwrvDBS7/lalHTj21NwIeaEpysHBOudg== 6436 integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
6355 dependencies: 6437 dependencies:
6356 array-includes "^3.1.1" 6438 array-includes "^3.1.1"
6357 object.assign "^4.1.0" 6439 object.assign "^4.1.0"
@@ -6402,7 +6484,7 @@ last-call-webpack-plugin@^3.0.0:
6402 resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" 6484 resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555"
6403 integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== 6485 integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==
6404 dependencies: 6486 dependencies:
6405 lodash "^4.17.5" 6487 lodash "^4.17.19"
6406 webpack-sources "^1.1.0" 6488 webpack-sources "^1.1.0"
6407 6489
6408lazy-cache@^0.2.3: 6490lazy-cache@^0.2.3:
@@ -6561,10 +6643,10 @@ lodash.uniq@^4.5.0:
6561 resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" 6643 resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
6562 integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= 6644 integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
6563 6645
6564"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5: 6646"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.5:
6565 version "4.17.15" 6647 version "4.17.20"
6566 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" 6648 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
6567 integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== 6649 integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
6568 6650
6569loglevel@^1.6.6: 6651loglevel@^1.6.6:
6570 version "1.6.8" 6652 version "1.6.8"
@@ -6827,9 +6909,9 @@ minipass-flush@^1.0.5:
6827 minipass "^3.0.0" 6909 minipass "^3.0.0"
6828 6910
6829minipass-pipeline@^1.2.2: 6911minipass-pipeline@^1.2.2:
6830 version "1.2.3" 6912 version "1.2.4"
6831 resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.3.tgz#55f7839307d74859d6e8ada9c3ebe72cec216a34" 6913 resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
6832 integrity sha512-cFOknTvng5vqnwOpDsZTWhNll6Jf8o2x+/diplafmxpuIymAjzoOolZG0VvQf3V2HgqzJNhnuKHYp2BqDgz8IQ== 6914 integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
6833 dependencies: 6915 dependencies:
6834 minipass "^3.0.0" 6916 minipass "^3.0.0"
6835 6917
@@ -6872,7 +6954,7 @@ mixin-object@^2.0.1:
6872 for-in "^0.1.3" 6954 for-in "^0.1.3"
6873 is-extendable "^0.1.1" 6955 is-extendable "^0.1.1"
6874 6956
6875mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: 6957mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
6876 version "0.5.5" 6958 version "0.5.5"
6877 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" 6959 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
6878 integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== 6960 integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
@@ -6957,9 +7039,9 @@ negotiator@0.6.2:
6957 integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== 7039 integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
6958 7040
6959neo-async@^2.5.0, neo-async@^2.6.1: 7041neo-async@^2.5.0, neo-async@^2.6.1:
6960 version "2.6.1" 7042 version "2.6.2"
6961 resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" 7043 resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
6962 integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== 7044 integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
6963 7045
6964next-tick@~1.0.0: 7046next-tick@~1.0.0:
6965 version "1.0.0" 7047 version "1.0.0"
@@ -7034,10 +7116,10 @@ node-notifier@^5.4.2:
7034 shellwords "^0.1.1" 7116 shellwords "^0.1.1"
7035 which "^1.3.0" 7117 which "^1.3.0"
7036 7118
7037node-releases@^1.1.52, node-releases@^1.1.53: 7119node-releases@^1.1.52, node-releases@^1.1.60:
7038 version "1.1.58" 7120 version "1.1.60"
7039 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.58.tgz#8ee20eef30fa60e52755fcc0942def5a734fe935" 7121 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
7040 integrity sha512-NxBudgVKiRh/2aPWMgPR7bPTX0VPmGx5QBwCtdHitnqFE5/O8DeBXuIMH1nwNnw/aMo6AjOrpsHzfY3UbUJ7yg== 7122 integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
7041 7123
7042normalize-package-data@^2.3.2: 7124normalize-package-data@^2.3.2:
7043 version "2.5.0" 7125 version "2.5.0"
@@ -7135,9 +7217,9 @@ object-hash@^2.0.1:
7135 integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg== 7217 integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
7136 7218
7137object-inspect@^1.7.0: 7219object-inspect@^1.7.0:
7138 version "1.7.0" 7220 version "1.8.0"
7139 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" 7221 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
7140 integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== 7222 integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
7141 7223
7142object-is@^1.0.1: 7224object-is@^1.0.1:
7143 version "1.1.2" 7225 version "1.1.2"
@@ -7243,16 +7325,16 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
7243 wrappy "1" 7325 wrappy "1"
7244 7326
7245onetime@^5.1.0: 7327onetime@^5.1.0:
7246 version "5.1.0" 7328 version "5.1.2"
7247 resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" 7329 resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
7248 integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== 7330 integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
7249 dependencies: 7331 dependencies:
7250 mimic-fn "^2.1.0" 7332 mimic-fn "^2.1.0"
7251 7333
7252open@^7.0.2: 7334open@^7.0.2:
7253 version "7.0.4" 7335 version "7.2.0"
7254 resolved "https://registry.yarnpkg.com/open/-/open-7.0.4.tgz#c28a9d315e5c98340bf979fdcb2e58664aa10d83" 7336 resolved "https://registry.yarnpkg.com/open/-/open-7.2.0.tgz#212959bd7b0ce2e8e3676adc76e3cf2f0a2498b4"
7255 integrity sha512-brSA+/yq+b08Hsr4c8fsEW2CRzk1BmfN3SAK/5VCHQ9bdoZJ4qa/+AfR0xHjlbbZUyPkUHs1b8x1RqdyZdkVqQ== 7337 integrity sha512-4HeyhxCvBTI5uBePsAdi55C5fmqnWZ2e2MlmvWi5KW5tdH5rxoiv/aMtbeVxKZc3eWkT1GymMnLG8XC4Rq4TDQ==
7256 dependencies: 7338 dependencies:
7257 is-docker "^2.0.0" 7339 is-docker "^2.0.0"
7258 is-wsl "^2.1.1" 7340 is-wsl "^2.1.1"
@@ -7431,13 +7513,12 @@ parent-module@^1.0.0:
7431 callsites "^3.0.0" 7513 callsites "^3.0.0"
7432 7514
7433parse-asn1@^5.0.0, parse-asn1@^5.1.5: 7515parse-asn1@^5.0.0, parse-asn1@^5.1.5:
7434 version "5.1.5" 7516 version "5.1.6"
7435 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e" 7517 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
7436 integrity sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ== 7518 integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==
7437 dependencies: 7519 dependencies:
7438 asn1.js "^4.0.0" 7520 asn1.js "^5.2.0"
7439 browserify-aes "^1.0.0" 7521 browserify-aes "^1.0.0"
7440 create-hash "^1.1.0"
7441 evp_bytestokey "^1.0.0" 7522 evp_bytestokey "^1.0.0"
7442 pbkdf2 "^3.0.3" 7523 pbkdf2 "^3.0.3"
7443 safe-buffer "^5.1.1" 7524 safe-buffer "^5.1.1"
@@ -7458,9 +7539,9 @@ parse-json@^4.0.0:
7458 json-parse-better-errors "^1.0.1" 7539 json-parse-better-errors "^1.0.1"
7459 7540
7460parse-json@^5.0.0: 7541parse-json@^5.0.0:
7461 version "5.0.0" 7542 version "5.0.1"
7462 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" 7543 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.1.tgz#7cfe35c1ccd641bce3981467e6c2ece61b3b3878"
7463 integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== 7544 integrity sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ==
7464 dependencies: 7545 dependencies:
7465 "@babel/code-frame" "^7.0.0" 7546 "@babel/code-frame" "^7.0.0"
7466 error-ex "^1.3.1" 7547 error-ex "^1.3.1"
@@ -7661,13 +7742,6 @@ pkg-up@3.1.0, pkg-up@^3.1.0:
7661 dependencies: 7742 dependencies:
7662 find-up "^3.0.0" 7743 find-up "^3.0.0"
7663 7744
7664pkg-up@^2.0.0:
7665 version "2.0.0"
7666 resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
7667 integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
7668 dependencies:
7669 find-up "^2.1.0"
7670
7671pn@^1.1.0: 7745pn@^1.1.0:
7672 version "1.1.0" 7746 version "1.1.0"
7673 resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" 7747 resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
@@ -7681,13 +7755,13 @@ pnp-webpack-plugin@1.6.4:
7681 ts-pnp "^1.1.6" 7755 ts-pnp "^1.1.6"
7682 7756
7683portfinder@^1.0.25: 7757portfinder@^1.0.25:
7684 version "1.0.26" 7758 version "1.0.28"
7685 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz#475658d56ca30bed72ac7f1378ed350bd1b64e70" 7759 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
7686 integrity sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ== 7760 integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
7687 dependencies: 7761 dependencies:
7688 async "^2.6.2" 7762 async "^2.6.2"
7689 debug "^3.1.1" 7763 debug "^3.1.1"
7690 mkdirp "^0.5.1" 7764 mkdirp "^0.5.5"
7691 7765
7692posix-character-classes@^0.1.0: 7766posix-character-classes@^0.1.0:
7693 version "0.1.1" 7767 version "0.1.1"
@@ -7710,9 +7784,9 @@ postcss-browser-comments@^3.0.0:
7710 postcss "^7" 7784 postcss "^7"
7711 7785
7712postcss-calc@^7.0.1: 7786postcss-calc@^7.0.1:
7713 version "7.0.2" 7787 version "7.0.3"
7714 resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.2.tgz#504efcd008ca0273120568b0792b16cdcde8aac1" 7788 resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.3.tgz#d65cca92a3c52bf27ad37a5f732e0587b74f1623"
7715 integrity sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ== 7789 integrity sha512-IB/EAEmZhIMEIhG7Ov4x+l47UaXOS1n2f4FBUk/aKllQhtSCxWhTzn0nJgkqN7fo/jcWySvWTSB6Syk9L+31bA==
7716 dependencies: 7790 dependencies:
7717 postcss "^7.0.27" 7791 postcss "^7.0.27"
7718 postcss-selector-parser "^6.0.2" 7792 postcss-selector-parser "^6.0.2"
@@ -8016,14 +8090,14 @@ postcss-modules-extract-imports@^2.0.0:
8016 postcss "^7.0.5" 8090 postcss "^7.0.5"
8017 8091
8018postcss-modules-local-by-default@^3.0.2: 8092postcss-modules-local-by-default@^3.0.2:
8019 version "3.0.2" 8093 version "3.0.3"
8020 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915" 8094 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
8021 integrity sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ== 8095 integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
8022 dependencies: 8096 dependencies:
8023 icss-utils "^4.1.1" 8097 icss-utils "^4.1.1"
8024 postcss "^7.0.16" 8098 postcss "^7.0.32"
8025 postcss-selector-parser "^6.0.2" 8099 postcss-selector-parser "^6.0.2"
8026 postcss-value-parser "^4.0.0" 8100 postcss-value-parser "^4.1.0"
8027 8101
8028postcss-modules-scope@^2.1.1: 8102postcss-modules-scope@^2.1.1:
8029 version "2.2.0" 8103 version "2.2.0"
@@ -8323,7 +8397,7 @@ postcss-value-parser@^3.0.0:
8323 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" 8397 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
8324 integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== 8398 integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
8325 8399
8326postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: 8400postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
8327 version "4.1.0" 8401 version "4.1.0"
8328 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" 8402 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
8329 integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== 8403 integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@@ -8346,7 +8420,7 @@ postcss@7.0.21:
8346 source-map "^0.6.1" 8420 source-map "^0.6.1"
8347 supports-color "^6.1.0" 8421 supports-color "^6.1.0"
8348 8422
8349postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.23, postcss@^7.0.27, postcss@^7.0.30, postcss@^7.0.5, postcss@^7.0.6: 8423postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.23, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
8350 version "7.0.32" 8424 version "7.0.32"
8351 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" 8425 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d"
8352 integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== 8426 integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
@@ -8388,7 +8462,7 @@ pretty-format@^24.0.0, pretty-format@^24.3.0, pretty-format@^24.9.0:
8388 ansi-styles "^3.2.0" 8462 ansi-styles "^3.2.0"
8389 react-is "^16.8.4" 8463 react-is "^16.8.4"
8390 8464
8391pretty-format@^25.1.0: 8465pretty-format@^25.1.0, pretty-format@^25.5.0:
8392 version "25.5.0" 8466 version "25.5.0"
8393 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" 8467 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
8394 integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== 8468 integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
@@ -8398,11 +8472,6 @@ pretty-format@^25.1.0:
8398 ansi-styles "^4.0.0" 8472 ansi-styles "^4.0.0"
8399 react-is "^16.12.0" 8473 react-is "^16.12.0"
8400 8474
8401private@^0.1.8:
8402 version "0.1.8"
8403 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
8404 integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
8405
8406process-nextick-args@~2.0.0: 8475process-nextick-args@~2.0.0:
8407 version "2.0.1" 8476 version "2.0.1"
8408 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" 8477 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -8565,9 +8634,9 @@ querystring@0.2.0:
8565 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= 8634 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
8566 8635
8567querystringify@^2.1.1: 8636querystringify@^2.1.1:
8568 version "2.1.1" 8637 version "2.2.0"
8569 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" 8638 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
8570 integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== 8639 integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
8571 8640
8572raf@^3.4.1: 8641raf@^3.4.1:
8573 version "3.4.1" 8642 version "3.4.1"
@@ -8849,17 +8918,16 @@ regenerator-runtime@^0.11.0:
8849 integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== 8918 integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
8850 8919
8851regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4: 8920regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
8852 version "0.13.5" 8921 version "0.13.7"
8853 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" 8922 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
8854 integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== 8923 integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
8855 8924
8856regenerator-transform@^0.14.2: 8925regenerator-transform@^0.14.2:
8857 version "0.14.4" 8926 version "0.14.5"
8858 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7" 8927 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
8859 integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== 8928 integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
8860 dependencies: 8929 dependencies:
8861 "@babel/runtime" "^7.8.4" 8930 "@babel/runtime" "^7.8.4"
8862 private "^0.1.8"
8863 8931
8864regex-not@^1.0.0, regex-not@^1.0.2: 8932regex-not@^1.0.0, regex-not@^1.0.2:
8865 version "1.0.2" 8933 version "1.0.2"
@@ -8947,19 +9015,19 @@ repeat-string@^1.6.1:
8947 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" 9015 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
8948 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= 9016 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
8949 9017
8950request-promise-core@1.1.3: 9018request-promise-core@1.1.4:
8951 version "1.1.3" 9019 version "1.1.4"
8952 resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9" 9020 resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f"
8953 integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ== 9021 integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==
8954 dependencies: 9022 dependencies:
8955 lodash "^4.17.15" 9023 lodash "^4.17.19"
8956 9024
8957request-promise-native@^1.0.5: 9025request-promise-native@^1.0.5:
8958 version "1.0.8" 9026 version "1.0.9"
8959 resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36" 9027 resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28"
8960 integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ== 9028 integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==
8961 dependencies: 9029 dependencies:
8962 request-promise-core "1.1.3" 9030 request-promise-core "1.1.4"
8963 stealthy-require "^1.1.1" 9031 stealthy-require "^1.1.1"
8964 tough-cookie "^2.3.3" 9032 tough-cookie "^2.3.3"
8965 9033
@@ -9146,10 +9214,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
9146 dependencies: 9214 dependencies:
9147 aproba "^1.1.1" 9215 aproba "^1.1.1"
9148 9216
9149rxjs@^6.5.3: 9217rxjs@^6.5.3, rxjs@^6.6.0:
9150 version "6.5.5" 9218 version "6.6.2"
9151 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec" 9219 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2"
9152 integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== 9220 integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg==
9153 dependencies: 9221 dependencies:
9154 tslib "^1.9.0" 9222 tslib "^1.9.0"
9155 9223
@@ -9300,10 +9368,10 @@ serialize-javascript@^2.1.2:
9300 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" 9368 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
9301 integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== 9369 integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==
9302 9370
9303serialize-javascript@^3.1.0: 9371serialize-javascript@^4.0.0:
9304 version "3.1.0" 9372 version "4.0.0"
9305 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea" 9373 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
9306 integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg== 9374 integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==
9307 dependencies: 9375 dependencies:
9308 randombytes "^2.1.0" 9376 randombytes "^2.1.0"
9309 9377
@@ -9783,7 +9851,7 @@ string.prototype.matchall@^4.0.2:
9783 regexp.prototype.flags "^1.3.0" 9851 regexp.prototype.flags "^1.3.0"
9784 side-channel "^1.0.2" 9852 side-channel "^1.0.2"
9785 9853
9786string.prototype.trimend@^1.0.0: 9854string.prototype.trimend@^1.0.1:
9787 version "1.0.1" 9855 version "1.0.1"
9788 resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" 9856 resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
9789 integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== 9857 integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
@@ -9791,25 +9859,7 @@ string.prototype.trimend@^1.0.0:
9791 define-properties "^1.1.3" 9859 define-properties "^1.1.3"
9792 es-abstract "^1.17.5" 9860 es-abstract "^1.17.5"
9793 9861
9794string.prototype.trimleft@^2.1.1: 9862string.prototype.trimstart@^1.0.1:
9795 version "2.1.2"
9796 resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
9797 integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==
9798 dependencies:
9799 define-properties "^1.1.3"
9800 es-abstract "^1.17.5"
9801 string.prototype.trimstart "^1.0.0"
9802
9803string.prototype.trimright@^2.1.1:
9804 version "2.1.2"
9805 resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
9806 integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==
9807 dependencies:
9808 define-properties "^1.1.3"
9809 es-abstract "^1.17.5"
9810 string.prototype.trimend "^1.0.0"
9811
9812string.prototype.trimstart@^1.0.0:
9813 version "1.0.1" 9863 version "1.0.1"
9814 resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" 9864 resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
9815 integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== 9865 integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
@@ -9894,9 +9944,9 @@ strip-indent@^3.0.0:
9894 min-indent "^1.0.0" 9944 min-indent "^1.0.0"
9895 9945
9896strip-json-comments@^3.0.1: 9946strip-json-comments@^3.0.1:
9897 version "3.1.0" 9947 version "3.1.1"
9898 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180" 9948 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
9899 integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w== 9949 integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
9900 9950
9901style-loader@0.23.1: 9951style-loader@0.23.1:
9902 version "0.23.1" 9952 version "0.23.1"
@@ -10001,24 +10051,24 @@ terser-webpack-plugin@2.3.5:
10001 webpack-sources "^1.4.3" 10051 webpack-sources "^1.4.3"
10002 10052
10003terser-webpack-plugin@^1.4.3: 10053terser-webpack-plugin@^1.4.3:
10004 version "1.4.4" 10054 version "1.4.5"
10005 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.4.tgz#2c63544347324baafa9a56baaddf1634c8abfc2f" 10055 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b"
10006 integrity sha512-U4mACBHIegmfoEe5fdongHESNJWqsGU+W0S/9+BmYGVQDw1+c2Ow05TpMhxjPK1sRb7cuYq1BPl1e5YHJMTCqA== 10056 integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==
10007 dependencies: 10057 dependencies:
10008 cacache "^12.0.2" 10058 cacache "^12.0.2"
10009 find-cache-dir "^2.1.0" 10059 find-cache-dir "^2.1.0"
10010 is-wsl "^1.1.0" 10060 is-wsl "^1.1.0"
10011 schema-utils "^1.0.0" 10061 schema-utils "^1.0.0"
10012 serialize-javascript "^3.1.0" 10062 serialize-javascript "^4.0.0"
10013 source-map "^0.6.1" 10063 source-map "^0.6.1"
10014 terser "^4.1.2" 10064 terser "^4.1.2"
10015 webpack-sources "^1.4.0" 10065 webpack-sources "^1.4.0"
10016 worker-farm "^1.7.0" 10066 worker-farm "^1.7.0"
10017 10067
10018terser@^4.1.2, terser@^4.4.3, terser@^4.6.3: 10068terser@^4.1.2, terser@^4.4.3, terser@^4.6.3:
10019 version "4.7.0" 10069 version "4.8.0"
10020 resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006" 10070 resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
10021 integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw== 10071 integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
10022 dependencies: 10072 dependencies:
10023 commander "^2.20.0" 10073 commander "^2.20.0"
10024 source-map "~0.6.1" 10074 source-map "~0.6.1"
@@ -10218,9 +10268,9 @@ type@^1.0.1:
10218 integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== 10268 integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
10219 10269
10220type@^2.0.0: 10270type@^2.0.0:
10221 version "2.0.0" 10271 version "2.1.0"
10222 resolved "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3" 10272 resolved "https://registry.yarnpkg.com/type/-/type-2.1.0.tgz#9bdc22c648cf8cf86dd23d32336a41cfb6475e3f"
10223 integrity sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow== 10273 integrity sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA==
10224 10274
10225typedarray@^0.0.6: 10275typedarray@^0.0.6:
10226 version "0.0.6" 10276 version "0.0.6"
@@ -10479,14 +10529,14 @@ watchpack-chokidar2@^2.0.0:
10479 chokidar "^2.1.8" 10529 chokidar "^2.1.8"
10480 10530
10481watchpack@^1.6.0: 10531watchpack@^1.6.0:
10482 version "1.7.2" 10532 version "1.7.4"
10483 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.2.tgz#c02e4d4d49913c3e7e122c3325365af9d331e9aa" 10533 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b"
10484 integrity sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g== 10534 integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==
10485 dependencies: 10535 dependencies:
10486 graceful-fs "^4.1.2" 10536 graceful-fs "^4.1.2"
10487 neo-async "^2.5.0" 10537 neo-async "^2.5.0"
10488 optionalDependencies: 10538 optionalDependencies:
10489 chokidar "^3.4.0" 10539 chokidar "^3.4.1"
10490 watchpack-chokidar2 "^2.0.0" 10540 watchpack-chokidar2 "^2.0.0"
10491 10541
10492wbuf@^1.1.0, wbuf@^1.7.3: 10542wbuf@^1.1.0, wbuf@^1.7.3:
@@ -10628,9 +10678,9 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
10628 iconv-lite "0.4.24" 10678 iconv-lite "0.4.24"
10629 10679
10630whatwg-fetch@^3.0.0: 10680whatwg-fetch@^3.0.0:
10631 version "3.0.0" 10681 version "3.4.0"
10632 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" 10682 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz#e11de14f4878f773fbebcde8871b2c0699af8b30"
10633 integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== 10683 integrity sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==
10634 10684
10635whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: 10685whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
10636 version "2.3.0" 10686 version "2.3.0"