Skip to content

Commit 01fefc5

Browse files
Bump @babel/core from 7.21.8 to 7.22.5 (#692)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.8 to 7.22.5. - [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.22.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f3bbff commit 01fefc5

1 file changed

Lines changed: 142 additions & 98 deletions

File tree

yarn.lock

Lines changed: 142 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,50 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
14-
version "7.21.4"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
16-
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
13+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.5":
14+
version "7.22.5"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
16+
integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==
1717
dependencies:
18-
"@babel/highlight" "^7.18.6"
18+
"@babel/highlight" "^7.22.5"
1919

2020
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.5":
2121
version "7.21.7"
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
2323
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
2424

25+
"@babel/compat-data@^7.22.5":
26+
version "7.22.5"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
28+
integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==
29+
2530
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.19.3":
26-
version "7.21.8"
27-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
28-
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
31+
version "7.22.5"
32+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89"
33+
integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==
2934
dependencies:
3035
"@ampproject/remapping" "^2.2.0"
31-
"@babel/code-frame" "^7.21.4"
32-
"@babel/generator" "^7.21.5"
33-
"@babel/helper-compilation-targets" "^7.21.5"
34-
"@babel/helper-module-transforms" "^7.21.5"
35-
"@babel/helpers" "^7.21.5"
36-
"@babel/parser" "^7.21.8"
37-
"@babel/template" "^7.20.7"
38-
"@babel/traverse" "^7.21.5"
39-
"@babel/types" "^7.21.5"
36+
"@babel/code-frame" "^7.22.5"
37+
"@babel/generator" "^7.22.5"
38+
"@babel/helper-compilation-targets" "^7.22.5"
39+
"@babel/helper-module-transforms" "^7.22.5"
40+
"@babel/helpers" "^7.22.5"
41+
"@babel/parser" "^7.22.5"
42+
"@babel/template" "^7.22.5"
43+
"@babel/traverse" "^7.22.5"
44+
"@babel/types" "^7.22.5"
4045
convert-source-map "^1.7.0"
4146
debug "^4.1.0"
4247
gensync "^1.0.0-beta.2"
4348
json5 "^2.2.2"
4449
semver "^6.3.0"
4550

46-
"@babel/generator@^7.21.5", "@babel/generator@^7.7.2":
47-
version "7.21.5"
48-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
49-
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
51+
"@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
52+
version "7.22.5"
53+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
54+
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
5055
dependencies:
51-
"@babel/types" "^7.21.5"
56+
"@babel/types" "^7.22.5"
5257
"@jridgewell/gen-mapping" "^0.3.2"
5358
"@jridgewell/trace-mapping" "^0.3.17"
5459
jsesc "^2.5.1"
@@ -68,13 +73,13 @@
6873
"@babel/helper-explode-assignable-expression" "^7.18.6"
6974
"@babel/types" "^7.18.9"
7075

71-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.5":
72-
version "7.21.5"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
74-
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
76+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.5", "@babel/helper-compilation-targets@^7.22.5":
77+
version "7.22.5"
78+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
79+
integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==
7580
dependencies:
76-
"@babel/compat-data" "^7.21.5"
77-
"@babel/helper-validator-option" "^7.21.0"
81+
"@babel/compat-data" "^7.22.5"
82+
"@babel/helper-validator-option" "^7.22.5"
7883
browserslist "^4.21.3"
7984
lru-cache "^5.1.1"
8085
semver "^6.3.0"
@@ -139,10 +144,10 @@
139144
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
140145
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
141146

142-
"@babel/helper-environment-visitor@^7.21.5":
143-
version "7.21.5"
144-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
145-
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
147+
"@babel/helper-environment-visitor@^7.22.5":
148+
version "7.22.5"
149+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
150+
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
146151

147152
"@babel/helper-explode-assignable-expression@^7.18.6":
148153
version "7.18.6"
@@ -167,13 +172,28 @@
167172
"@babel/template" "^7.20.7"
168173
"@babel/types" "^7.21.0"
169174

175+
"@babel/helper-function-name@^7.22.5":
176+
version "7.22.5"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
178+
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
179+
dependencies:
180+
"@babel/template" "^7.22.5"
181+
"@babel/types" "^7.22.5"
182+
170183
"@babel/helper-hoist-variables@^7.18.6":
171184
version "7.18.6"
172185
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
173186
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
174187
dependencies:
175188
"@babel/types" "^7.18.6"
176189

190+
"@babel/helper-hoist-variables@^7.22.5":
191+
version "7.22.5"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
193+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
194+
dependencies:
195+
"@babel/types" "^7.22.5"
196+
177197
"@babel/helper-member-expression-to-functions@^7.18.9":
178198
version "7.18.9"
179199
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
@@ -195,26 +215,26 @@
195215
dependencies:
196216
"@babel/types" "^7.18.6"
197217

198-
"@babel/helper-module-imports@^7.21.4":
199-
version "7.21.4"
200-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
201-
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
218+
"@babel/helper-module-imports@^7.22.5":
219+
version "7.22.5"
220+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
221+
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
202222
dependencies:
203-
"@babel/types" "^7.21.4"
223+
"@babel/types" "^7.22.5"
204224

205-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.5":
206-
version "7.21.5"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
208-
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
225+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.5", "@babel/helper-module-transforms@^7.22.5":
226+
version "7.22.5"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
228+
integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==
209229
dependencies:
210-
"@babel/helper-environment-visitor" "^7.21.5"
211-
"@babel/helper-module-imports" "^7.21.4"
212-
"@babel/helper-simple-access" "^7.21.5"
213-
"@babel/helper-split-export-declaration" "^7.18.6"
214-
"@babel/helper-validator-identifier" "^7.19.1"
215-
"@babel/template" "^7.20.7"
216-
"@babel/traverse" "^7.21.5"
217-
"@babel/types" "^7.21.5"
230+
"@babel/helper-environment-visitor" "^7.22.5"
231+
"@babel/helper-module-imports" "^7.22.5"
232+
"@babel/helper-simple-access" "^7.22.5"
233+
"@babel/helper-split-export-declaration" "^7.22.5"
234+
"@babel/helper-validator-identifier" "^7.22.5"
235+
"@babel/template" "^7.22.5"
236+
"@babel/traverse" "^7.22.5"
237+
"@babel/types" "^7.22.5"
218238

219239
"@babel/helper-optimise-call-expression@^7.18.6":
220240
version "7.18.6"
@@ -268,6 +288,13 @@
268288
dependencies:
269289
"@babel/types" "^7.21.5"
270290

291+
"@babel/helper-simple-access@^7.22.5":
292+
version "7.22.5"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
294+
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
295+
dependencies:
296+
"@babel/types" "^7.22.5"
297+
271298
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
272299
version "7.20.0"
273300
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
@@ -282,21 +309,38 @@
282309
dependencies:
283310
"@babel/types" "^7.18.6"
284311

285-
"@babel/helper-string-parser@^7.21.5":
286-
version "7.21.5"
287-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
288-
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
312+
"@babel/helper-split-export-declaration@^7.22.5":
313+
version "7.22.5"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08"
315+
integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==
316+
dependencies:
317+
"@babel/types" "^7.22.5"
318+
319+
"@babel/helper-string-parser@^7.22.5":
320+
version "7.22.5"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
322+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
289323

290-
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
324+
"@babel/helper-validator-identifier@^7.19.1":
291325
version "7.19.1"
292326
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
293327
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
294328

329+
"@babel/helper-validator-identifier@^7.22.5":
330+
version "7.22.5"
331+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
332+
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
333+
295334
"@babel/helper-validator-option@^7.21.0":
296335
version "7.21.0"
297336
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
298337
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
299338

339+
"@babel/helper-validator-option@^7.22.5":
340+
version "7.22.5"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
342+
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
343+
300344
"@babel/helper-wrap-function@^7.18.9":
301345
version "7.19.0"
302346
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz#89f18335cff1152373222f76a4b37799636ae8b1"
@@ -307,21 +351,21 @@
307351
"@babel/traverse" "^7.19.0"
308352
"@babel/types" "^7.19.0"
309353

310-
"@babel/helpers@^7.21.5":
311-
version "7.21.5"
312-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
313-
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
354+
"@babel/helpers@^7.22.5":
355+
version "7.22.5"
356+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
357+
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
314358
dependencies:
315-
"@babel/template" "^7.20.7"
316-
"@babel/traverse" "^7.21.5"
317-
"@babel/types" "^7.21.5"
359+
"@babel/template" "^7.22.5"
360+
"@babel/traverse" "^7.22.5"
361+
"@babel/types" "^7.22.5"
318362

319-
"@babel/highlight@^7.18.6":
320-
version "7.18.6"
321-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
322-
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
363+
"@babel/highlight@^7.22.5":
364+
version "7.22.5"
365+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
366+
integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==
323367
dependencies:
324-
"@babel/helper-validator-identifier" "^7.18.6"
368+
"@babel/helper-validator-identifier" "^7.22.5"
325369
chalk "^2.0.0"
326370
js-tokens "^4.0.0"
327371

@@ -337,10 +381,10 @@
337381
regenerator-runtime "^0.13.11"
338382
v8flags "^3.1.1"
339383

340-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
341-
version "7.21.8"
342-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
343-
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
384+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.5":
385+
version "7.22.5"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
387+
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
344388

345389
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
346390
version "7.18.6"
@@ -1015,38 +1059,38 @@
10151059
dependencies:
10161060
regenerator-runtime "^0.13.4"
10171061

1018-
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
1019-
version "7.20.7"
1020-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1021-
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
1022-
dependencies:
1023-
"@babel/code-frame" "^7.18.6"
1024-
"@babel/parser" "^7.20.7"
1025-
"@babel/types" "^7.20.7"
1026-
1027-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
1028-
version "7.21.5"
1029-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
1030-
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
1031-
dependencies:
1032-
"@babel/code-frame" "^7.21.4"
1033-
"@babel/generator" "^7.21.5"
1034-
"@babel/helper-environment-visitor" "^7.21.5"
1035-
"@babel/helper-function-name" "^7.21.0"
1036-
"@babel/helper-hoist-variables" "^7.18.6"
1037-
"@babel/helper-split-export-declaration" "^7.18.6"
1038-
"@babel/parser" "^7.21.5"
1039-
"@babel/types" "^7.21.5"
1062+
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
1063+
version "7.22.5"
1064+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
1065+
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
1066+
dependencies:
1067+
"@babel/code-frame" "^7.22.5"
1068+
"@babel/parser" "^7.22.5"
1069+
"@babel/types" "^7.22.5"
1070+
1071+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.7", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2":
1072+
version "7.22.5"
1073+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1074+
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1075+
dependencies:
1076+
"@babel/code-frame" "^7.22.5"
1077+
"@babel/generator" "^7.22.5"
1078+
"@babel/helper-environment-visitor" "^7.22.5"
1079+
"@babel/helper-function-name" "^7.22.5"
1080+
"@babel/helper-hoist-variables" "^7.22.5"
1081+
"@babel/helper-split-export-declaration" "^7.22.5"
1082+
"@babel/parser" "^7.22.5"
1083+
"@babel/types" "^7.22.5"
10401084
debug "^4.1.0"
10411085
globals "^11.1.0"
10421086

1043-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1044-
version "7.21.5"
1045-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
1046-
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
1087+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1088+
version "7.22.5"
1089+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
1090+
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
10471091
dependencies:
1048-
"@babel/helper-string-parser" "^7.21.5"
1049-
"@babel/helper-validator-identifier" "^7.19.1"
1092+
"@babel/helper-string-parser" "^7.22.5"
1093+
"@babel/helper-validator-identifier" "^7.22.5"
10501094
to-fast-properties "^2.0.0"
10511095

10521096
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)