|
40 | 40 | dependencies:
|
41 | 41 | "@babel/highlight" "^7.16.7"
|
42 | 42 |
|
| 43 | +"@babel/code-frame@^7.18.6": |
| 44 | + version "7.18.6" |
| 45 | + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
| 46 | + integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
| 47 | + dependencies: |
| 48 | + "@babel/highlight" "^7.18.6" |
| 49 | + |
43 | 50 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
|
44 | 51 | version "7.15.0"
|
45 | 52 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
416 | 423 | dependencies:
|
417 | 424 | "@babel/types" "^7.16.7"
|
418 | 425 |
|
| 426 | +"@babel/helper-string-parser@^7.19.4": |
| 427 | + version "7.19.4" |
| 428 | + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 429 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 430 | + |
419 | 431 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
|
420 | 432 | version "7.15.7"
|
421 | 433 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
|
426 | 438 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
427 | 439 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
428 | 440 |
|
| 441 | +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
| 442 | + version "7.19.1" |
| 443 | + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
| 444 | + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
| 445 | + |
429 | 446 | "@babel/helper-validator-option@^7.14.5":
|
430 | 447 | version "7.14.5"
|
431 | 448 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
482 | 499 | chalk "^2.0.0"
|
483 | 500 | js-tokens "^4.0.0"
|
484 | 501 |
|
| 502 | +"@babel/highlight@^7.18.6": |
| 503 | + version "7.18.6" |
| 504 | + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
| 505 | + integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 506 | + dependencies: |
| 507 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 508 | + chalk "^2.0.0" |
| 509 | + js-tokens "^4.0.0" |
| 510 | + |
485 | 511 | "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2":
|
486 | 512 | version "7.15.7"
|
487 | 513 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
|
497 | 523 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
|
498 | 524 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
|
499 | 525 |
|
| 526 | +"@babel/parser@^7.18.10": |
| 527 | + version "7.19.4" |
| 528 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
| 529 | + integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
| 530 | + |
500 | 531 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
501 | 532 | version "7.16.7"
|
502 | 533 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1178 | 1209 | "@babel/parser" "^7.16.7"
|
1179 | 1210 | "@babel/types" "^7.16.7"
|
1180 | 1211 |
|
| 1212 | +"@babel/template@^7.4.4": |
| 1213 | + version "7.18.10" |
| 1214 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
| 1215 | + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 1216 | + dependencies: |
| 1217 | + "@babel/code-frame" "^7.18.6" |
| 1218 | + "@babel/parser" "^7.18.10" |
| 1219 | + "@babel/types" "^7.18.10" |
| 1220 | + |
1181 | 1221 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
|
1182 | 1222 | version "7.15.4"
|
1183 | 1223 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
|
|
1257 | 1297 | "@babel/helper-validator-identifier" "^7.16.7"
|
1258 | 1298 | to-fast-properties "^2.0.0"
|
1259 | 1299 |
|
| 1300 | +"@babel/types@^7.18.10": |
| 1301 | + version "7.19.4" |
| 1302 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
| 1303 | + integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
| 1304 | + dependencies: |
| 1305 | + "@babel/helper-string-parser" "^7.19.4" |
| 1306 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1307 | + to-fast-properties "^2.0.0" |
| 1308 | + |
1260 | 1309 | "@changesets/apply-release-plan@^6.1.1":
|
1261 | 1310 | version "6.1.1"
|
1262 | 1311 | resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-6.1.1.tgz#14ec261c11c9b90d110a83b8b96412ddb7303ddf"
|
@@ -4640,6 +4689,14 @@ babel-plugin-polyfill-regenerator@^0.3.0:
|
4640 | 4689 | dependencies:
|
4641 | 4690 | "@babel/helper-define-polyfill-provider" "^0.3.1"
|
4642 | 4691 |
|
| 4692 | + |
| 4693 | + version "2.1.1" |
| 4694 | + resolved "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.1.1.tgz#da2d6fa492dab1998d2f3f977d74225d957e7704" |
| 4695 | + integrity sha512-XWEzH1lKhpNDGqZRIPSHbS77tJbPKpRzydQRoJ6KLj0eynQy+MJSo/C75GtMNWnJsP1sGOAvlWcTMMHnWNBSXg== |
| 4696 | + dependencies: |
| 4697 | + "@babel/template" "^7.4.4" |
| 4698 | + tslib "^2.2.0" |
| 4699 | + |
4643 | 4700 | babel-preset-current-node-syntax@^1.0.0:
|
4644 | 4701 | version "1.0.1"
|
4645 | 4702 | resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
|
@@ -16530,7 +16587,7 @@ tslib@^2.0.1, tslib@^2.1.0:
|
16530 | 16587 | resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
|
16531 | 16588 | integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
|
16532 | 16589 |
|
16533 |
| -tslib@^2.3.1: |
| 16590 | +tslib@^2.2.0, tslib@^2.3.1: |
16534 | 16591 | version "2.4.0"
|
16535 | 16592 | resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
|
16536 | 16593 | integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
|
|
0 commit comments