Skip to content

Commit 30589fb

Browse files
committed
update yarn.lock
1 parent 241d9f0 commit 30589fb

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

yarn.lock

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
dependencies:
4141
"@babel/highlight" "^7.16.7"
4242

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+
4350
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
4451
version "7.15.0"
4552
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -416,6 +423,11 @@
416423
dependencies:
417424
"@babel/types" "^7.16.7"
418425

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+
419431
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
420432
version "7.15.7"
421433
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -426,6 +438,11 @@
426438
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
427439
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
428440

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+
429446
"@babel/helper-validator-option@^7.14.5":
430447
version "7.14.5"
431448
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -482,6 +499,15 @@
482499
chalk "^2.0.0"
483500
js-tokens "^4.0.0"
484501

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+
485511
"@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2":
486512
version "7.15.7"
487513
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
@@ -497,6 +523,11 @@
497523
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
498524
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
499525

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+
500531
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
501532
version "7.16.7"
502533
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,6 +1209,15 @@
11781209
"@babel/parser" "^7.16.7"
11791210
"@babel/types" "^7.16.7"
11801211

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+
11811221
"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
11821222
version "7.15.4"
11831223
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
@@ -1257,6 +1297,15 @@
12571297
"@babel/helper-validator-identifier" "^7.16.7"
12581298
to-fast-properties "^2.0.0"
12591299

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+
12601309
"@changesets/apply-release-plan@^6.1.1":
12611310
version "6.1.1"
12621311
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:
46404689
dependencies:
46414690
"@babel/helper-define-polyfill-provider" "^0.3.1"
46424691

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+
46434700
babel-preset-current-node-syntax@^1.0.0:
46444701
version "1.0.1"
46454702
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:
1653016587
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1653116588
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1653216589

16533-
tslib@^2.3.1:
16590+
tslib@^2.2.0, tslib@^2.3.1:
1653416591
version "2.4.0"
1653516592
resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1653616593
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

0 commit comments

Comments
 (0)