Skip to content

Commit 6652325

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 16c480c commit 6652325

File tree

1 file changed

+198
-22
lines changed

1 file changed

+198
-22
lines changed

yarn.lock

Lines changed: 198 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.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz"
@@ -52,13 +59,29 @@
5259
"@jridgewell/gen-mapping" "^0.1.0"
5360
jsesc "^2.5.1"
5461

62+
"@babel/generator@^7.20.7":
63+
version "7.20.7"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
65+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
66+
dependencies:
67+
"@babel/types" "^7.20.7"
68+
"@jridgewell/gen-mapping" "^0.3.2"
69+
jsesc "^2.5.1"
70+
5571
"@babel/helper-annotate-as-pure@^7.16.7":
5672
version "7.16.7"
5773
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz"
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.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz"
@@ -90,6 +113,20 @@
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.20.12":
117+
version "7.20.12"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
119+
integrity sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==
120+
dependencies:
121+
"@babel/helper-annotate-as-pure" "^7.18.6"
122+
"@babel/helper-environment-visitor" "^7.18.9"
123+
"@babel/helper-function-name" "^7.19.0"
124+
"@babel/helper-member-expression-to-functions" "^7.20.7"
125+
"@babel/helper-optimise-call-expression" "^7.18.6"
126+
"@babel/helper-replace-supers" "^7.20.7"
127+
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
128+
"@babel/helper-split-export-declaration" "^7.18.6"
129+
93130
"@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.0":
94131
version "7.17.0"
95132
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz"
@@ -119,6 +156,11 @@
119156
dependencies:
120157
"@babel/types" "^7.16.7"
121158

159+
"@babel/helper-environment-visitor@^7.18.9":
160+
version "7.18.9"
161+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
162+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
163+
122164
"@babel/helper-explode-assignable-expression@^7.16.7":
123165
version "7.16.7"
124166
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz"
@@ -134,20 +176,42 @@
134176
"@babel/template" "^7.16.7"
135177
"@babel/types" "^7.17.0"
136178

179+
"@babel/helper-function-name@^7.19.0":
180+
version "7.19.0"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
182+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
183+
dependencies:
184+
"@babel/template" "^7.18.10"
185+
"@babel/types" "^7.19.0"
186+
137187
"@babel/helper-hoist-variables@^7.16.7":
138188
version "7.16.7"
139189
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz"
140190
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
141191
dependencies:
142192
"@babel/types" "^7.16.7"
143193

194+
"@babel/helper-hoist-variables@^7.18.6":
195+
version "7.18.6"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
197+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
198+
dependencies:
199+
"@babel/types" "^7.18.6"
200+
144201
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
145202
version "7.17.7"
146203
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz"
147204
integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
148205
dependencies:
149206
"@babel/types" "^7.17.0"
150207

208+
"@babel/helper-member-expression-to-functions@^7.20.7":
209+
version "7.20.7"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz#a6f26e919582275a93c3aa6594756d71b0bb7f05"
211+
integrity sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==
212+
dependencies:
213+
"@babel/types" "^7.20.7"
214+
151215
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
152216
version "7.16.7"
153217
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz"
@@ -176,10 +240,17 @@
176240
dependencies:
177241
"@babel/types" "^7.16.7"
178242

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.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz"
182-
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
243+
"@babel/helper-optimise-call-expression@^7.18.6":
244+
version "7.18.6"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
246+
integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
247+
dependencies:
248+
"@babel/types" "^7.18.6"
249+
250+
"@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.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
251+
version "7.20.2"
252+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
253+
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
183254

184255
"@babel/helper-remap-async-to-generator@^7.16.8":
185256
version "7.16.8"
@@ -201,6 +272,18 @@
201272
"@babel/traverse" "^7.16.7"
202273
"@babel/types" "^7.16.7"
203274

275+
"@babel/helper-replace-supers@^7.20.7":
276+
version "7.20.7"
277+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331"
278+
integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==
279+
dependencies:
280+
"@babel/helper-environment-visitor" "^7.18.9"
281+
"@babel/helper-member-expression-to-functions" "^7.20.7"
282+
"@babel/helper-optimise-call-expression" "^7.18.6"
283+
"@babel/template" "^7.20.7"
284+
"@babel/traverse" "^7.20.7"
285+
"@babel/types" "^7.20.7"
286+
204287
"@babel/helper-simple-access@^7.17.7":
205288
version "7.17.7"
206289
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz"
@@ -215,22 +298,46 @@
215298
dependencies:
216299
"@babel/types" "^7.16.0"
217300

301+
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
302+
version "7.20.0"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
304+
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
305+
dependencies:
306+
"@babel/types" "^7.20.0"
307+
218308
"@babel/helper-split-export-declaration@^7.16.7":
219309
version "7.16.7"
220310
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz"
221311
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
222312
dependencies:
223313
"@babel/types" "^7.16.7"
224314

315+
"@babel/helper-split-export-declaration@^7.18.6":
316+
version "7.18.6"
317+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
318+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
319+
dependencies:
320+
"@babel/types" "^7.18.6"
321+
322+
"@babel/helper-string-parser@^7.19.4":
323+
version "7.19.4"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
325+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
326+
225327
"@babel/helper-validator-identifier@^7.16.7":
226328
version "7.16.7"
227329
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz"
228330
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
229331

230-
"@babel/helper-validator-option@^7.16.7":
231-
version "7.16.7"
232-
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz"
233-
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
332+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
333+
version "7.19.1"
334+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
335+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
336+
337+
"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6":
338+
version "7.18.6"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
340+
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
234341

235342
"@babel/helper-wrap-function@^7.16.8":
236343
version "7.16.8"
@@ -260,11 +367,25 @@
260367
chalk "^2.0.0"
261368
js-tokens "^4.0.0"
262369

370+
"@babel/highlight@^7.18.6":
371+
version "7.18.6"
372+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
373+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
374+
dependencies:
375+
"@babel/helper-validator-identifier" "^7.18.6"
376+
chalk "^2.0.0"
377+
js-tokens "^4.0.0"
378+
263379
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10":
264380
version "7.17.10"
265381
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz"
266382
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
267383

384+
"@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
385+
version "7.20.13"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
387+
integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
388+
268389
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
269390
version "7.16.7"
270391
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"
@@ -528,7 +649,14 @@
528649
dependencies:
529650
"@babel/helper-plugin-utils" "^7.14.5"
530651

531-
"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2":
652+
"@babel/plugin-syntax-typescript@^7.20.0":
653+
version "7.20.0"
654+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7"
655+
integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==
656+
dependencies:
657+
"@babel/helper-plugin-utils" "^7.19.0"
658+
659+
"@babel/plugin-syntax-typescript@^7.7.2":
532660
version "7.17.10"
533661
resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz"
534662
integrity sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ==
@@ -803,14 +931,14 @@
803931
dependencies:
804932
"@babel/helper-plugin-utils" "^7.16.7"
805933

806-
"@babel/plugin-transform-typescript@^7.16.7":
807-
version "7.16.8"
808-
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz"
809-
integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
934+
"@babel/plugin-transform-typescript@^7.18.6":
935+
version "7.20.13"
936+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz#e3581b356b8694f6ff450211fe6774eaff8d25ab"
937+
integrity sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==
810938
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"
939+
"@babel/helper-create-class-features-plugin" "^7.20.12"
940+
"@babel/helper-plugin-utils" "^7.20.2"
941+
"@babel/plugin-syntax-typescript" "^7.20.0"
814942

815943
"@babel/plugin-transform-unicode-escapes@^7.16.7":
816944
version "7.16.7"
@@ -931,13 +1059,13 @@
9311059
"@babel/plugin-transform-react-pure-annotations" "^7.16.7"
9321060

9331061
"@babel/preset-typescript@^7.16.7":
934-
version "7.16.7"
935-
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz"
936-
integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==
1062+
version "7.18.6"
1063+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz#ce64be3e63eddc44240c6358daefac17b3186399"
1064+
integrity sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==
9371065
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"
1066+
"@babel/helper-plugin-utils" "^7.18.6"
1067+
"@babel/helper-validator-option" "^7.18.6"
1068+
"@babel/plugin-transform-typescript" "^7.18.6"
9411069

9421070
"@babel/runtime-corejs3@^7.10.2":
9431071
version "7.17.9"
@@ -963,6 +1091,15 @@
9631091
"@babel/parser" "^7.16.7"
9641092
"@babel/types" "^7.16.7"
9651093

1094+
"@babel/template@^7.18.10", "@babel/template@^7.20.7":
1095+
version "7.20.7"
1096+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1097+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
1098+
dependencies:
1099+
"@babel/code-frame" "^7.18.6"
1100+
"@babel/parser" "^7.20.7"
1101+
"@babel/types" "^7.20.7"
1102+
9661103
"@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":
9671104
version "7.17.10"
9681105
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz"
@@ -979,6 +1116,22 @@
9791116
debug "^4.1.0"
9801117
globals "^11.1.0"
9811118

1119+
"@babel/traverse@^7.20.7":
1120+
version "7.20.13"
1121+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
1122+
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
1123+
dependencies:
1124+
"@babel/code-frame" "^7.18.6"
1125+
"@babel/generator" "^7.20.7"
1126+
"@babel/helper-environment-visitor" "^7.18.9"
1127+
"@babel/helper-function-name" "^7.19.0"
1128+
"@babel/helper-hoist-variables" "^7.18.6"
1129+
"@babel/helper-split-export-declaration" "^7.18.6"
1130+
"@babel/parser" "^7.20.13"
1131+
"@babel/types" "^7.20.7"
1132+
debug "^4.1.0"
1133+
globals "^11.1.0"
1134+
9821135
"@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":
9831136
version "7.17.10"
9841137
resolved "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz"
@@ -987,6 +1140,15 @@
9871140
"@babel/helper-validator-identifier" "^7.16.7"
9881141
to-fast-properties "^2.0.0"
9891142

1143+
"@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7":
1144+
version "7.20.7"
1145+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1146+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
1147+
dependencies:
1148+
"@babel/helper-string-parser" "^7.19.4"
1149+
"@babel/helper-validator-identifier" "^7.19.1"
1150+
to-fast-properties "^2.0.0"
1151+
9901152
"@bcoe/v8-coverage@^0.2.3":
9911153
version "0.2.3"
9921154
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -1230,6 +1392,15 @@
12301392
"@jridgewell/set-array" "^1.0.0"
12311393
"@jridgewell/sourcemap-codec" "^1.4.10"
12321394

1395+
"@jridgewell/gen-mapping@^0.3.2":
1396+
version "0.3.2"
1397+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
1398+
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
1399+
dependencies:
1400+
"@jridgewell/set-array" "^1.0.1"
1401+
"@jridgewell/sourcemap-codec" "^1.4.10"
1402+
"@jridgewell/trace-mapping" "^0.3.9"
1403+
12331404
"@jridgewell/resolve-uri@^3.0.3":
12341405
version "3.0.7"
12351406
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz"
@@ -1240,6 +1411,11 @@
12401411
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz"
12411412
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
12421413

1414+
"@jridgewell/set-array@^1.0.1":
1415+
version "1.1.2"
1416+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1417+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1418+
12431419
"@jridgewell/sourcemap-codec@^1.4.10":
12441420
version "1.4.13"
12451421
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz"

0 commit comments

Comments
 (0)