Skip to content

Commit 7cf84fb

Browse files
Chore(deps-dev): bump @babel/preset-typescript from 7.16.7 to 7.18.6
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.16.7 to 7.18.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d10fa2 commit 7cf84fb

File tree

1 file changed

+183
-22
lines changed

1 file changed

+183
-22
lines changed

yarn.lock

Lines changed: 183 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
dependencies:
1818
"@babel/highlight" "^7.16.7"
1919

20+
"@babel/code-frame@^7.18.6":
21+
version "7.18.6"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
23+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
24+
dependencies:
25+
"@babel/highlight" "^7.18.6"
26+
2027
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.10":
2128
version "7.17.10"
2229
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -52,13 +59,29 @@
5259
"@jridgewell/gen-mapping" "^0.1.0"
5360
jsesc "^2.5.1"
5461

62+
"@babel/generator@^7.18.6":
63+
version "7.18.6"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.6.tgz#9ab2d46d3cbf631f0e80f72e72874a04c3fc12a9"
65+
integrity sha512-AIwwoOS8axIC5MZbhNHRLKi3D+DMpvDf9XUcu3pIVAfOHFT45f4AoDAltRbHIQomCipkCZxrNkfpOEHhJz/VKw==
66+
dependencies:
67+
"@babel/types" "^7.18.6"
68+
"@jridgewell/gen-mapping" "^0.3.0"
69+
jsesc "^2.5.1"
70+
5571
"@babel/helper-annotate-as-pure@^7.16.7":
5672
version "7.16.7"
5773
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
5874
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
5975
dependencies:
6076
"@babel/types" "^7.16.7"
6177

78+
"@babel/helper-annotate-as-pure@^7.18.6":
79+
version "7.18.6"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
81+
integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
82+
dependencies:
83+
"@babel/types" "^7.18.6"
84+
6285
"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
6386
version "7.16.7"
6487
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
@@ -90,6 +113,19 @@
90113
"@babel/helper-replace-supers" "^7.16.7"
91114
"@babel/helper-split-export-declaration" "^7.16.7"
92115

116+
"@babel/helper-create-class-features-plugin@^7.18.6":
117+
version "7.18.6"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72"
119+
integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==
120+
dependencies:
121+
"@babel/helper-annotate-as-pure" "^7.18.6"
122+
"@babel/helper-environment-visitor" "^7.18.6"
123+
"@babel/helper-function-name" "^7.18.6"
124+
"@babel/helper-member-expression-to-functions" "^7.18.6"
125+
"@babel/helper-optimise-call-expression" "^7.18.6"
126+
"@babel/helper-replace-supers" "^7.18.6"
127+
"@babel/helper-split-export-declaration" "^7.18.6"
128+
93129
"@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.0":
94130
version "7.17.0"
95131
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
@@ -119,6 +155,11 @@
119155
dependencies:
120156
"@babel/types" "^7.16.7"
121157

158+
"@babel/helper-environment-visitor@^7.18.6":
159+
version "7.18.6"
160+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
161+
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
162+
122163
"@babel/helper-explode-assignable-expression@^7.16.7":
123164
version "7.16.7"
124165
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -134,20 +175,42 @@
134175
"@babel/template" "^7.16.7"
135176
"@babel/types" "^7.17.0"
136177

178+
"@babel/helper-function-name@^7.18.6":
179+
version "7.18.6"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
181+
integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==
182+
dependencies:
183+
"@babel/template" "^7.18.6"
184+
"@babel/types" "^7.18.6"
185+
137186
"@babel/helper-hoist-variables@^7.16.7":
138187
version "7.16.7"
139188
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
140189
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
141190
dependencies:
142191
"@babel/types" "^7.16.7"
143192

193+
"@babel/helper-hoist-variables@^7.18.6":
194+
version "7.18.6"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
196+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
197+
dependencies:
198+
"@babel/types" "^7.18.6"
199+
144200
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
145201
version "7.17.7"
146202
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
147203
integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
148204
dependencies:
149205
"@babel/types" "^7.17.0"
150206

207+
"@babel/helper-member-expression-to-functions@^7.18.6":
208+
version "7.18.6"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc"
210+
integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==
211+
dependencies:
212+
"@babel/types" "^7.18.6"
213+
151214
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
152215
version "7.16.7"
153216
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
@@ -176,10 +239,17 @@
176239
dependencies:
177240
"@babel/types" "^7.16.7"
178241

179-
"@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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
180-
version "7.16.7"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
182-
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
242+
"@babel/helper-optimise-call-expression@^7.18.6":
243+
version "7.18.6"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
245+
integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
246+
dependencies:
247+
"@babel/types" "^7.18.6"
248+
249+
"@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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
250+
version "7.18.6"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d"
252+
integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==
183253

184254
"@babel/helper-remap-async-to-generator@^7.16.8":
185255
version "7.16.8"
@@ -201,6 +271,17 @@
201271
"@babel/traverse" "^7.16.7"
202272
"@babel/types" "^7.16.7"
203273

274+
"@babel/helper-replace-supers@^7.18.6":
275+
version "7.18.6"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420"
277+
integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==
278+
dependencies:
279+
"@babel/helper-environment-visitor" "^7.18.6"
280+
"@babel/helper-member-expression-to-functions" "^7.18.6"
281+
"@babel/helper-optimise-call-expression" "^7.18.6"
282+
"@babel/traverse" "^7.18.6"
283+
"@babel/types" "^7.18.6"
284+
204285
"@babel/helper-simple-access@^7.17.7":
205286
version "7.17.7"
206287
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
@@ -222,15 +303,27 @@
222303
dependencies:
223304
"@babel/types" "^7.16.7"
224305

306+
"@babel/helper-split-export-declaration@^7.18.6":
307+
version "7.18.6"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
309+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
310+
dependencies:
311+
"@babel/types" "^7.18.6"
312+
225313
"@babel/helper-validator-identifier@^7.16.7":
226314
version "7.16.7"
227315
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
228316
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
229317

230-
"@babel/helper-validator-option@^7.16.7":
231-
version "7.16.7"
232-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
233-
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
318+
"@babel/helper-validator-identifier@^7.18.6":
319+
version "7.18.6"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
321+
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
322+
323+
"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6":
324+
version "7.18.6"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
326+
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
234327

235328
"@babel/helper-wrap-function@^7.16.8":
236329
version "7.16.8"
@@ -260,11 +353,25 @@
260353
chalk "^2.0.0"
261354
js-tokens "^4.0.0"
262355

356+
"@babel/highlight@^7.18.6":
357+
version "7.18.6"
358+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
359+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
360+
dependencies:
361+
"@babel/helper-validator-identifier" "^7.18.6"
362+
chalk "^2.0.0"
363+
js-tokens "^4.0.0"
364+
263365
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10":
264366
version "7.17.10"
265367
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
266368
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
267369

370+
"@babel/parser@^7.18.6":
371+
version "7.18.6"
372+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
373+
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
374+
268375
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
269376
version "7.16.7"
270377
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -528,7 +635,14 @@
528635
dependencies:
529636
"@babel/helper-plugin-utils" "^7.14.5"
530637

531-
"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2":
638+
"@babel/plugin-syntax-typescript@^7.18.6":
639+
version "7.18.6"
640+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz#1c09cd25795c7c2b8a4ba9ae49394576d4133285"
641+
integrity sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==
642+
dependencies:
643+
"@babel/helper-plugin-utils" "^7.18.6"
644+
645+
"@babel/plugin-syntax-typescript@^7.7.2":
532646
version "7.17.10"
533647
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz#80031e6042cad6a95ed753f672ebd23c30933195"
534648
integrity sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ==
@@ -803,14 +917,14 @@
803917
dependencies:
804918
"@babel/helper-plugin-utils" "^7.16.7"
805919

806-
"@babel/plugin-transform-typescript@^7.16.7":
807-
version "7.16.8"
808-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
809-
integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
920+
"@babel/plugin-transform-typescript@^7.18.6":
921+
version "7.18.6"
922+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.6.tgz#8f4ade1a9cf253e5cf7c7c20173082c2c08a50a7"
923+
integrity sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w==
810924
dependencies:
811-
"@babel/helper-create-class-features-plugin" "^7.16.7"
812-
"@babel/helper-plugin-utils" "^7.16.7"
813-
"@babel/plugin-syntax-typescript" "^7.16.7"
925+
"@babel/helper-create-class-features-plugin" "^7.18.6"
926+
"@babel/helper-plugin-utils" "^7.18.6"
927+
"@babel/plugin-syntax-typescript" "^7.18.6"
814928

815929
"@babel/plugin-transform-unicode-escapes@^7.16.7":
816930
version "7.16.7"
@@ -931,13 +1045,13 @@
9311045
"@babel/plugin-transform-react-pure-annotations" "^7.16.7"
9321046

9331047
"@babel/preset-typescript@^7.16.7":
934-
version "7.16.7"
935-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9"
936-
integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==
1048+
version "7.18.6"
1049+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz#ce64be3e63eddc44240c6358daefac17b3186399"
1050+
integrity sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==
9371051
dependencies:
938-
"@babel/helper-plugin-utils" "^7.16.7"
939-
"@babel/helper-validator-option" "^7.16.7"
940-
"@babel/plugin-transform-typescript" "^7.16.7"
1052+
"@babel/helper-plugin-utils" "^7.18.6"
1053+
"@babel/helper-validator-option" "^7.18.6"
1054+
"@babel/plugin-transform-typescript" "^7.18.6"
9411055

9421056
"@babel/runtime-corejs3@^7.10.2":
9431057
version "7.17.9"
@@ -963,6 +1077,15 @@
9631077
"@babel/parser" "^7.16.7"
9641078
"@babel/types" "^7.16.7"
9651079

1080+
"@babel/template@^7.18.6":
1081+
version "7.18.6"
1082+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1083+
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1084+
dependencies:
1085+
"@babel/code-frame" "^7.18.6"
1086+
"@babel/parser" "^7.18.6"
1087+
"@babel/types" "^7.18.6"
1088+
9661089
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
9671090
version "7.17.10"
9681091
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
@@ -979,6 +1102,22 @@
9791102
debug "^4.1.0"
9801103
globals "^11.1.0"
9811104

1105+
"@babel/traverse@^7.18.6":
1106+
version "7.18.6"
1107+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1108+
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1109+
dependencies:
1110+
"@babel/code-frame" "^7.18.6"
1111+
"@babel/generator" "^7.18.6"
1112+
"@babel/helper-environment-visitor" "^7.18.6"
1113+
"@babel/helper-function-name" "^7.18.6"
1114+
"@babel/helper-hoist-variables" "^7.18.6"
1115+
"@babel/helper-split-export-declaration" "^7.18.6"
1116+
"@babel/parser" "^7.18.6"
1117+
"@babel/types" "^7.18.6"
1118+
debug "^4.1.0"
1119+
globals "^11.1.0"
1120+
9821121
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
9831122
version "7.17.10"
9841123
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
@@ -987,6 +1126,14 @@
9871126
"@babel/helper-validator-identifier" "^7.16.7"
9881127
to-fast-properties "^2.0.0"
9891128

1129+
"@babel/types@^7.18.6":
1130+
version "7.18.6"
1131+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
1132+
integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA==
1133+
dependencies:
1134+
"@babel/helper-validator-identifier" "^7.18.6"
1135+
to-fast-properties "^2.0.0"
1136+
9901137
"@bcoe/v8-coverage@^0.2.3":
9911138
version "0.2.3"
9921139
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1230,6 +1377,15 @@
12301377
"@jridgewell/set-array" "^1.0.0"
12311378
"@jridgewell/sourcemap-codec" "^1.4.10"
12321379

1380+
"@jridgewell/gen-mapping@^0.3.0":
1381+
version "0.3.2"
1382+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
1383+
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
1384+
dependencies:
1385+
"@jridgewell/set-array" "^1.0.1"
1386+
"@jridgewell/sourcemap-codec" "^1.4.10"
1387+
"@jridgewell/trace-mapping" "^0.3.9"
1388+
12331389
"@jridgewell/resolve-uri@^3.0.3":
12341390
version "3.0.7"
12351391
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
@@ -1240,6 +1396,11 @@
12401396
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
12411397
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
12421398

1399+
"@jridgewell/set-array@^1.0.1":
1400+
version "1.1.2"
1401+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1402+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1403+
12431404
"@jridgewell/sourcemap-codec@^1.4.10":
12441405
version "1.4.13"
12451406
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"

0 commit comments

Comments
 (0)