|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.16.7"
|
25 | 25 |
|
26 |
| -"@babel/compat-data@^7.16.0": |
27 |
| - version "7.16.4" |
28 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" |
29 |
| - integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== |
30 |
| - |
31 | 26 | "@babel/compat-data@^7.16.4":
|
32 | 27 | version "7.16.8"
|
33 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
|
|
55 | 50 | semver "^6.3.0"
|
56 | 51 | source-map "^0.5.0"
|
57 | 52 |
|
58 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2": |
59 |
| - version "7.16.0" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4" |
61 |
| - integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ== |
62 |
| - dependencies: |
63 |
| - "@babel/code-frame" "^7.16.0" |
64 |
| - "@babel/generator" "^7.16.0" |
65 |
| - "@babel/helper-compilation-targets" "^7.16.0" |
66 |
| - "@babel/helper-module-transforms" "^7.16.0" |
67 |
| - "@babel/helpers" "^7.16.0" |
68 |
| - "@babel/parser" "^7.16.0" |
69 |
| - "@babel/template" "^7.16.0" |
70 |
| - "@babel/traverse" "^7.16.0" |
71 |
| - "@babel/types" "^7.16.0" |
72 |
| - convert-source-map "^1.7.0" |
73 |
| - debug "^4.1.0" |
74 |
| - gensync "^1.0.0-beta.2" |
75 |
| - json5 "^2.1.2" |
76 |
| - semver "^6.3.0" |
77 |
| - source-map "^0.5.0" |
78 |
| - |
79 |
| -"@babel/core@^7.8.0": |
| 53 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
80 | 54 | version "7.16.7"
|
81 | 55 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
|
82 | 56 | integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
|
|
106 | 80 | jsesc "^2.5.1"
|
107 | 81 | source-map "^0.5.0"
|
108 | 82 |
|
109 |
| -"@babel/generator@^7.13.0", "@babel/generator@^7.13.9", "@babel/generator@^7.16.7", "@babel/generator@^7.16.8": |
| 83 | +"@babel/generator@^7.13.0", "@babel/generator@^7.13.9", "@babel/generator@^7.16.7", "@babel/generator@^7.16.8", "@babel/generator@^7.7.2": |
110 | 84 | version "7.16.8"
|
111 | 85 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
|
112 | 86 | integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
|
|
115 | 89 | jsesc "^2.5.1"
|
116 | 90 | source-map "^0.5.0"
|
117 | 91 |
|
118 |
| -"@babel/generator@^7.16.0", "@babel/generator@^7.7.2": |
119 |
| - version "7.16.0" |
120 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2" |
121 |
| - integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew== |
122 |
| - dependencies: |
123 |
| - "@babel/types" "^7.16.0" |
124 |
| - jsesc "^2.5.1" |
125 |
| - source-map "^0.5.0" |
126 |
| - |
127 | 92 | "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.16.7":
|
128 | 93 | version "7.16.7"
|
129 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
|
|
134 | 99 | browserslist "^4.17.5"
|
135 | 100 | semver "^6.3.0"
|
136 | 101 |
|
137 |
| -"@babel/helper-compilation-targets@^7.16.0": |
138 |
| - version "7.16.3" |
139 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0" |
140 |
| - integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA== |
141 |
| - dependencies: |
142 |
| - "@babel/compat-data" "^7.16.0" |
143 |
| - "@babel/helper-validator-option" "^7.14.5" |
144 |
| - browserslist "^4.17.5" |
145 |
| - semver "^6.3.0" |
146 |
| - |
147 | 102 | "@babel/helper-environment-visitor@^7.16.7":
|
148 | 103 | version "7.16.7"
|
149 | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
|
|
160 | 115 | "@babel/template" "^7.16.7"
|
161 | 116 | "@babel/types" "^7.16.7"
|
162 | 117 |
|
163 |
| -"@babel/helper-function-name@^7.16.0": |
164 |
| - version "7.16.0" |
165 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481" |
166 |
| - integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog== |
167 |
| - dependencies: |
168 |
| - "@babel/helper-get-function-arity" "^7.16.0" |
169 |
| - "@babel/template" "^7.16.0" |
170 |
| - "@babel/types" "^7.16.0" |
171 |
| - |
172 |
| -"@babel/helper-get-function-arity@^7.16.0": |
173 |
| - version "7.16.0" |
174 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
175 |
| - integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ== |
176 |
| - dependencies: |
177 |
| - "@babel/types" "^7.16.0" |
178 |
| - |
179 | 118 | "@babel/helper-get-function-arity@^7.16.7":
|
180 | 119 | version "7.16.7"
|
181 | 120 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
|
182 | 121 | integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
|
183 | 122 | dependencies:
|
184 | 123 | "@babel/types" "^7.16.7"
|
185 | 124 |
|
186 |
| -"@babel/helper-hoist-variables@^7.16.0": |
187 |
| - version "7.16.0" |
188 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a" |
189 |
| - integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg== |
190 |
| - dependencies: |
191 |
| - "@babel/types" "^7.16.0" |
192 |
| - |
193 | 125 | "@babel/helper-hoist-variables@^7.16.7":
|
194 | 126 | version "7.16.7"
|
195 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
196 | 128 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
|
197 | 129 | dependencies:
|
198 | 130 | "@babel/types" "^7.16.7"
|
199 | 131 |
|
200 |
| -"@babel/helper-member-expression-to-functions@^7.16.0": |
201 |
| - version "7.16.0" |
202 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4" |
203 |
| - integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ== |
204 |
| - dependencies: |
205 |
| - "@babel/types" "^7.16.0" |
206 |
| - |
207 |
| -"@babel/helper-module-imports@^7.16.0": |
208 |
| - version "7.16.0" |
209 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3" |
210 |
| - integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg== |
211 |
| - dependencies: |
212 |
| - "@babel/types" "^7.16.0" |
213 |
| - |
214 | 132 | "@babel/helper-module-imports@^7.16.7":
|
215 | 133 | version "7.16.7"
|
216 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
|
|
232 | 150 | "@babel/traverse" "^7.16.7"
|
233 | 151 | "@babel/types" "^7.16.7"
|
234 | 152 |
|
235 |
| -"@babel/helper-module-transforms@^7.16.0": |
236 |
| - version "7.16.0" |
237 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5" |
238 |
| - integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA== |
239 |
| - dependencies: |
240 |
| - "@babel/helper-module-imports" "^7.16.0" |
241 |
| - "@babel/helper-replace-supers" "^7.16.0" |
242 |
| - "@babel/helper-simple-access" "^7.16.0" |
243 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
244 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
245 |
| - "@babel/template" "^7.16.0" |
246 |
| - "@babel/traverse" "^7.16.0" |
247 |
| - "@babel/types" "^7.16.0" |
248 |
| - |
249 |
| -"@babel/helper-optimise-call-expression@^7.16.0": |
250 |
| - version "7.16.0" |
251 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
252 |
| - integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw== |
253 |
| - dependencies: |
254 |
| - "@babel/types" "^7.16.0" |
255 |
| - |
256 | 153 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0":
|
257 | 154 | version "7.14.5"
|
258 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
259 | 156 | integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
260 | 157 |
|
261 |
| -"@babel/helper-replace-supers@^7.16.0": |
262 |
| - version "7.16.0" |
263 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17" |
264 |
| - integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA== |
265 |
| - dependencies: |
266 |
| - "@babel/helper-member-expression-to-functions" "^7.16.0" |
267 |
| - "@babel/helper-optimise-call-expression" "^7.16.0" |
268 |
| - "@babel/traverse" "^7.16.0" |
269 |
| - "@babel/types" "^7.16.0" |
270 |
| - |
271 |
| -"@babel/helper-simple-access@^7.16.0": |
272 |
| - version "7.16.0" |
273 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517" |
274 |
| - integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw== |
275 |
| - dependencies: |
276 |
| - "@babel/types" "^7.16.0" |
277 |
| - |
278 | 158 | "@babel/helper-simple-access@^7.16.7":
|
279 | 159 | version "7.16.7"
|
280 | 160 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
|
|
289 | 169 | dependencies:
|
290 | 170 | "@babel/types" "^7.16.7"
|
291 | 171 |
|
292 |
| -"@babel/helper-split-export-declaration@^7.16.0": |
293 |
| - version "7.16.0" |
294 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438" |
295 |
| - integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw== |
296 |
| - dependencies: |
297 |
| - "@babel/types" "^7.16.0" |
298 |
| - |
299 | 172 | "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.16.7":
|
300 | 173 | version "7.16.7"
|
301 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
|
306 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
307 | 180 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
308 | 181 |
|
309 |
| -"@babel/helper-validator-option@^7.14.5": |
310 |
| - version "7.14.5" |
311 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
312 |
| - integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== |
313 |
| - |
314 | 182 | "@babel/helper-validator-option@^7.16.7":
|
315 | 183 | version "7.16.7"
|
316 | 184 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
325 | 193 | "@babel/traverse" "^7.16.7"
|
326 | 194 | "@babel/types" "^7.16.7"
|
327 | 195 |
|
328 |
| -"@babel/helpers@^7.16.0": |
329 |
| - version "7.16.3" |
330 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c" |
331 |
| - integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== |
332 |
| - dependencies: |
333 |
| - "@babel/template" "^7.16.0" |
334 |
| - "@babel/traverse" "^7.16.3" |
335 |
| - "@babel/types" "^7.16.0" |
336 |
| - |
337 | 196 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
|
338 | 197 | version "7.16.0"
|
339 | 198 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
|
|
357 | 216 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
358 | 217 | integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
359 | 218 |
|
360 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3": |
361 |
| - version "7.16.4" |
362 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e" |
363 |
| - integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng== |
364 |
| - |
365 |
| -"@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8": |
| 219 | +"@babel/parser@^7.1.0", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8": |
366 | 220 | version "7.16.8"
|
367 | 221 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
|
368 | 222 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
|
|
467 | 321 | "@babel/parser" "^7.16.7"
|
468 | 322 | "@babel/types" "^7.16.7"
|
469 | 323 |
|
470 |
| -"@babel/template@^7.16.0", "@babel/template@^7.3.3": |
| 324 | +"@babel/template@^7.3.3": |
471 | 325 | version "7.16.0"
|
472 | 326 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
|
473 | 327 | integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
|
|
491 | 345 | globals "^11.1.0"
|
492 | 346 | lodash "^4.17.19"
|
493 | 347 |
|
494 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7": |
| 348 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2": |
495 | 349 | version "7.16.8"
|
496 | 350 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
|
497 | 351 | integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
|
|
507 | 361 | debug "^4.1.0"
|
508 | 362 | globals "^11.1.0"
|
509 | 363 |
|
510 |
| -"@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2": |
511 |
| - version "7.16.3" |
512 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787" |
513 |
| - integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== |
514 |
| - dependencies: |
515 |
| - "@babel/code-frame" "^7.16.0" |
516 |
| - "@babel/generator" "^7.16.0" |
517 |
| - "@babel/helper-function-name" "^7.16.0" |
518 |
| - "@babel/helper-hoist-variables" "^7.16.0" |
519 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
520 |
| - "@babel/parser" "^7.16.3" |
521 |
| - "@babel/types" "^7.16.0" |
522 |
| - debug "^4.1.0" |
523 |
| - globals "^11.1.0" |
524 |
| - |
525 | 364 |
|
526 | 365 | version "7.13.0"
|
527 | 366 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
|
|
531 | 370 | lodash "^4.17.19"
|
532 | 371 | to-fast-properties "^2.0.0"
|
533 | 372 |
|
534 |
| -"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
535 |
| - version "7.16.0" |
536 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
537 |
| - integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== |
538 |
| - dependencies: |
539 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
540 |
| - to-fast-properties "^2.0.0" |
541 |
| - |
542 |
| -"@babel/types@^7.13.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8": |
| 373 | +"@babel/types@^7.0.0", "@babel/types@^7.13.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
543 | 374 | version "7.16.8"
|
544 | 375 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
|
545 | 376 | integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
|
|
907 | 738 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
908 | 739 | integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
|
909 | 740 |
|
910 |
| -"@trivago/prettier-plugin-sort-imports@^3.1.1": |
911 |
| - version "3.1.1" |
912 |
| - resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.1.1.tgz#101e34eadb252572ec32aea6d5487d93b90a0037" |
913 |
| - integrity sha512-T9EJNEOugWts4WxdmpWeY+sp+2fUHhvGh9QSBCowEGJfcbnu355HQRqok5bKwejdieMaI1+uGZhuTNMZwjqOCQ== |
| 741 | +"@trivago/prettier-plugin-sort-imports@^3.2.0": |
| 742 | + version "3.2.0" |
| 743 | + resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.2.0.tgz#7a32b6b3085c436eda0143b2710c440a4a56db90" |
| 744 | + integrity sha512-DnwLe+z8t/dZX5xBbYZV1+C5STkyK/P6SSq3Nk6NXlJZsgvDZX2eN4ND7bMFgGV/NL/YChWzcNf6ziGba1ktQQ== |
914 | 745 | dependencies:
|
915 | 746 | "@babel/core" "7.13.10"
|
916 | 747 | "@babel/generator" "7.13.9"
|
|
0 commit comments