|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.10.4"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.12.13": |
| 27 | + version "7.12.13" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 29 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.12.13" |
| 32 | + |
26 | 33 | "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
|
27 | 34 | version "7.12.7"
|
28 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
29 | 36 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
30 | 37 |
|
31 |
| -"@babel/core@7.12.10", "@babel/core@^7.12.3": |
| 38 | +"@babel/core@7.12.17": |
| 39 | + version "7.12.17" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
| 41 | + integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== |
| 42 | + dependencies: |
| 43 | + "@babel/code-frame" "^7.12.13" |
| 44 | + "@babel/generator" "^7.12.17" |
| 45 | + "@babel/helper-module-transforms" "^7.12.17" |
| 46 | + "@babel/helpers" "^7.12.17" |
| 47 | + "@babel/parser" "^7.12.17" |
| 48 | + "@babel/template" "^7.12.13" |
| 49 | + "@babel/traverse" "^7.12.17" |
| 50 | + "@babel/types" "^7.12.17" |
| 51 | + convert-source-map "^1.7.0" |
| 52 | + debug "^4.1.0" |
| 53 | + gensync "^1.0.0-beta.1" |
| 54 | + json5 "^2.1.2" |
| 55 | + lodash "^4.17.19" |
| 56 | + semver "^5.4.1" |
| 57 | + source-map "^0.5.0" |
| 58 | + |
| 59 | +"@babel/core@^7.12.3": |
32 | 60 | version "7.12.10"
|
33 | 61 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
|
34 | 62 | integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
|
|
58 | 86 | jsesc "^2.5.1"
|
59 | 87 | source-map "^0.5.0"
|
60 | 88 |
|
| 89 | +"@babel/generator@^7.12.17": |
| 90 | + version "7.12.17" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" |
| 92 | + integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== |
| 93 | + dependencies: |
| 94 | + "@babel/types" "^7.12.17" |
| 95 | + jsesc "^2.5.1" |
| 96 | + source-map "^0.5.0" |
| 97 | + |
61 | 98 | "@babel/generator@^7.12.5":
|
62 | 99 | version "7.12.5"
|
63 | 100 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
|
|
169 | 206 | "@babel/template" "^7.10.4"
|
170 | 207 | "@babel/types" "^7.10.4"
|
171 | 208 |
|
| 209 | +"@babel/helper-function-name@^7.12.13": |
| 210 | + version "7.12.13" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
| 212 | + integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
| 213 | + dependencies: |
| 214 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 215 | + "@babel/template" "^7.12.13" |
| 216 | + "@babel/types" "^7.12.13" |
| 217 | + |
172 | 218 | "@babel/helper-get-function-arity@^7.10.4":
|
173 | 219 | version "7.10.4"
|
174 | 220 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
|
175 | 221 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
|
176 | 222 | dependencies:
|
177 | 223 | "@babel/types" "^7.10.4"
|
178 | 224 |
|
| 225 | +"@babel/helper-get-function-arity@^7.12.13": |
| 226 | + version "7.12.13" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
| 228 | + integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 229 | + dependencies: |
| 230 | + "@babel/types" "^7.12.13" |
| 231 | + |
179 | 232 | "@babel/helper-hoist-variables@^7.10.4":
|
180 | 233 | version "7.10.4"
|
181 | 234 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
|
|
190 | 243 | dependencies:
|
191 | 244 | "@babel/types" "^7.12.7"
|
192 | 245 |
|
| 246 | +"@babel/helper-member-expression-to-functions@^7.12.13": |
| 247 | + version "7.12.17" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.17.tgz#f82838eb06e1235307b6d71457b6670ff71ee5ac" |
| 249 | + integrity sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== |
| 250 | + dependencies: |
| 251 | + "@babel/types" "^7.12.17" |
| 252 | + |
193 | 253 | "@babel/helper-module-imports@^7.0.0":
|
194 | 254 | version "7.10.1"
|
195 | 255 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
|
|
204 | 264 | dependencies:
|
205 | 265 | "@babel/types" "^7.12.5"
|
206 | 266 |
|
| 267 | +"@babel/helper-module-imports@^7.12.13": |
| 268 | + version "7.12.13" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" |
| 270 | + integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== |
| 271 | + dependencies: |
| 272 | + "@babel/types" "^7.12.13" |
| 273 | + |
207 | 274 | "@babel/helper-module-transforms@^7.12.1":
|
208 | 275 | version "7.12.1"
|
209 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
|
|
219 | 286 | "@babel/types" "^7.12.1"
|
220 | 287 | lodash "^4.17.19"
|
221 | 288 |
|
| 289 | +"@babel/helper-module-transforms@^7.12.17": |
| 290 | + version "7.12.17" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" |
| 292 | + integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== |
| 293 | + dependencies: |
| 294 | + "@babel/helper-module-imports" "^7.12.13" |
| 295 | + "@babel/helper-replace-supers" "^7.12.13" |
| 296 | + "@babel/helper-simple-access" "^7.12.13" |
| 297 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 298 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 299 | + "@babel/template" "^7.12.13" |
| 300 | + "@babel/traverse" "^7.12.17" |
| 301 | + "@babel/types" "^7.12.17" |
| 302 | + lodash "^4.17.19" |
| 303 | + |
222 | 304 | "@babel/helper-optimise-call-expression@^7.10.4":
|
223 | 305 | version "7.12.7"
|
224 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
|
225 | 307 | integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==
|
226 | 308 | dependencies:
|
227 | 309 | "@babel/types" "^7.12.7"
|
228 | 310 |
|
| 311 | +"@babel/helper-optimise-call-expression@^7.12.13": |
| 312 | + version "7.12.13" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| 314 | + integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
| 315 | + dependencies: |
| 316 | + "@babel/types" "^7.12.13" |
| 317 | + |
229 | 318 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0":
|
230 | 319 | version "7.10.1"
|
231 | 320 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
|
|
262 | 351 | "@babel/traverse" "^7.12.5"
|
263 | 352 | "@babel/types" "^7.12.5"
|
264 | 353 |
|
| 354 | +"@babel/helper-replace-supers@^7.12.13": |
| 355 | + version "7.12.13" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" |
| 357 | + integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== |
| 358 | + dependencies: |
| 359 | + "@babel/helper-member-expression-to-functions" "^7.12.13" |
| 360 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 361 | + "@babel/traverse" "^7.12.13" |
| 362 | + "@babel/types" "^7.12.13" |
| 363 | + |
265 | 364 | "@babel/helper-simple-access@^7.12.1":
|
266 | 365 | version "7.12.1"
|
267 | 366 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
|
268 | 367 | integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
|
269 | 368 | dependencies:
|
270 | 369 | "@babel/types" "^7.12.1"
|
271 | 370 |
|
| 371 | +"@babel/helper-simple-access@^7.12.13": |
| 372 | + version "7.12.13" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" |
| 374 | + integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== |
| 375 | + dependencies: |
| 376 | + "@babel/types" "^7.12.13" |
| 377 | + |
272 | 378 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
273 | 379 | version "7.12.1"
|
274 | 380 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
283 | 389 | dependencies:
|
284 | 390 | "@babel/types" "^7.11.0"
|
285 | 391 |
|
| 392 | +"@babel/helper-split-export-declaration@^7.12.13": |
| 393 | + version "7.12.13" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
| 395 | + integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
| 396 | + dependencies: |
| 397 | + "@babel/types" "^7.12.13" |
| 398 | + |
286 | 399 | "@babel/helper-validator-identifier@^7.10.1":
|
287 | 400 | version "7.10.1"
|
288 | 401 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
|
293 | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
294 | 407 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
295 | 408 |
|
| 409 | +"@babel/helper-validator-identifier@^7.12.11": |
| 410 | + version "7.12.11" |
| 411 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 412 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 413 | + |
296 | 414 | "@babel/helper-validator-option@^7.12.1":
|
297 | 415 | version "7.12.1"
|
298 | 416 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
|
|
308 | 426 | "@babel/traverse" "^7.10.4"
|
309 | 427 | "@babel/types" "^7.10.4"
|
310 | 428 |
|
| 429 | +"@babel/helpers@^7.12.17": |
| 430 | + version "7.12.17" |
| 431 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" |
| 432 | + integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== |
| 433 | + dependencies: |
| 434 | + "@babel/template" "^7.12.13" |
| 435 | + "@babel/traverse" "^7.12.17" |
| 436 | + "@babel/types" "^7.12.17" |
| 437 | + |
311 | 438 | "@babel/helpers@^7.12.5":
|
312 | 439 | version "7.12.5"
|
313 | 440 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
|
|
335 | 462 | chalk "^2.0.0"
|
336 | 463 | js-tokens "^4.0.0"
|
337 | 464 |
|
| 465 | +"@babel/highlight@^7.12.13": |
| 466 | + version "7.12.13" |
| 467 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" |
| 468 | + integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== |
| 469 | + dependencies: |
| 470 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 471 | + chalk "^2.0.0" |
| 472 | + js-tokens "^4.0.0" |
| 473 | + |
338 | 474 | "@babel/parser@^7.12.10":
|
339 | 475 | version "7.12.10"
|
340 | 476 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
|
341 | 477 | integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
|
342 | 478 |
|
| 479 | +"@babel/parser@^7.12.13", "@babel/parser@^7.12.17": |
| 480 | + version "7.12.17" |
| 481 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" |
| 482 | + integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== |
| 483 | + |
343 | 484 | "@babel/parser@^7.12.7":
|
344 | 485 | version "7.12.7"
|
345 | 486 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
|
|
1026 | 1167 | "@babel/parser" "^7.12.7"
|
1027 | 1168 | "@babel/types" "^7.12.7"
|
1028 | 1169 |
|
| 1170 | +"@babel/template@^7.12.13": |
| 1171 | + version "7.12.13" |
| 1172 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 1173 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
| 1174 | + dependencies: |
| 1175 | + "@babel/code-frame" "^7.12.13" |
| 1176 | + "@babel/parser" "^7.12.13" |
| 1177 | + "@babel/types" "^7.12.13" |
| 1178 | + |
1029 | 1179 | "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.10":
|
1030 | 1180 | version "7.12.10"
|
1031 | 1181 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
|
|
1056 | 1206 | globals "^11.1.0"
|
1057 | 1207 | lodash "^4.17.19"
|
1058 | 1208 |
|
| 1209 | +"@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17": |
| 1210 | + version "7.12.17" |
| 1211 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" |
| 1212 | + integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== |
| 1213 | + dependencies: |
| 1214 | + "@babel/code-frame" "^7.12.13" |
| 1215 | + "@babel/generator" "^7.12.17" |
| 1216 | + "@babel/helper-function-name" "^7.12.13" |
| 1217 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1218 | + "@babel/parser" "^7.12.17" |
| 1219 | + "@babel/types" "^7.12.17" |
| 1220 | + debug "^4.1.0" |
| 1221 | + globals "^11.1.0" |
| 1222 | + lodash "^4.17.19" |
| 1223 | + |
1059 | 1224 | "@babel/types@^7.10.1", "@babel/types@^7.4.4":
|
1060 | 1225 | version "7.10.2"
|
1061 | 1226 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
|
1083 | 1248 | lodash "^4.17.19"
|
1084 | 1249 | to-fast-properties "^2.0.0"
|
1085 | 1250 |
|
| 1251 | +"@babel/types@^7.12.13", "@babel/types@^7.12.17": |
| 1252 | + version "7.12.17" |
| 1253 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" |
| 1254 | + integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== |
| 1255 | + dependencies: |
| 1256 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1257 | + lodash "^4.17.19" |
| 1258 | + to-fast-properties "^2.0.0" |
| 1259 | + |
1086 | 1260 | "@emotion/cache@^10.0.27":
|
1087 | 1261 | version "10.0.29"
|
1088 | 1262 | resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
|
|
0 commit comments