Skip to content

Commit 57c4627

Browse files
chore(deps-dev): bump @babel/core from 7.15.8 to 7.16.0 (#348)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.8 to 7.16.0. - [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.16.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d8cca1 commit 57c4627

File tree

2 files changed

+154
-93
lines changed

2 files changed

+154
-93
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vue": "2.*"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.15",
27+
"@babel/core": "^7.16",
2828
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
2929
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
3030
"@babel/preset-env": "^7.15.8",

yarn.lock

Lines changed: 153 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,50 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
13-
version "7.15.8"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
15-
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0":
13+
version "7.16.0"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
15+
integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
1616
dependencies:
17-
"@babel/highlight" "^7.14.5"
17+
"@babel/highlight" "^7.16.0"
1818

1919
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
2020
version "7.15.0"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2222
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

24-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.15", "@babel/core@^7.7.5":
25-
version "7.15.8"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
27-
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
28-
dependencies:
29-
"@babel/code-frame" "^7.15.8"
30-
"@babel/generator" "^7.15.8"
31-
"@babel/helper-compilation-targets" "^7.15.4"
32-
"@babel/helper-module-transforms" "^7.15.8"
33-
"@babel/helpers" "^7.15.4"
34-
"@babel/parser" "^7.15.8"
35-
"@babel/template" "^7.15.4"
36-
"@babel/traverse" "^7.15.4"
37-
"@babel/types" "^7.15.6"
24+
"@babel/compat-data@^7.16.0":
25+
version "7.16.0"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
27+
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
28+
29+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.16", "@babel/core@^7.7.5":
30+
version "7.16.0"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
32+
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
33+
dependencies:
34+
"@babel/code-frame" "^7.16.0"
35+
"@babel/generator" "^7.16.0"
36+
"@babel/helper-compilation-targets" "^7.16.0"
37+
"@babel/helper-module-transforms" "^7.16.0"
38+
"@babel/helpers" "^7.16.0"
39+
"@babel/parser" "^7.16.0"
40+
"@babel/template" "^7.16.0"
41+
"@babel/traverse" "^7.16.0"
42+
"@babel/types" "^7.16.0"
3843
convert-source-map "^1.7.0"
3944
debug "^4.1.0"
4045
gensync "^1.0.0-beta.2"
4146
json5 "^2.1.2"
4247
semver "^6.3.0"
4348
source-map "^0.5.0"
4449

45-
"@babel/generator@^7.15.4", "@babel/generator@^7.15.8":
46-
version "7.15.8"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
48-
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
50+
"@babel/generator@^7.16.0":
51+
version "7.16.0"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
53+
integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
4954
dependencies:
50-
"@babel/types" "^7.15.6"
55+
"@babel/types" "^7.16.0"
5156
jsesc "^2.5.1"
5257
source-map "^0.5.0"
5358

@@ -73,12 +78,12 @@
7378
"@babel/helper-explode-assignable-expression" "^7.14.5"
7479
"@babel/types" "^7.14.5"
7580

76-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4":
77-
version "7.15.4"
78-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
79-
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
81+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4", "@babel/helper-compilation-targets@^7.16.0":
82+
version "7.16.0"
83+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.0.tgz#01d615762e796c17952c29e3ede9d6de07d235a8"
84+
integrity sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==
8085
dependencies:
81-
"@babel/compat-data" "^7.15.0"
86+
"@babel/compat-data" "^7.16.0"
8287
"@babel/helper-validator-option" "^7.14.5"
8388
browserslist "^4.16.6"
8489
semver "^6.3.0"
@@ -154,6 +159,15 @@
154159
"@babel/template" "^7.15.4"
155160
"@babel/types" "^7.15.4"
156161

162+
"@babel/helper-function-name@^7.16.0":
163+
version "7.16.0"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
165+
integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
166+
dependencies:
167+
"@babel/helper-get-function-arity" "^7.16.0"
168+
"@babel/template" "^7.16.0"
169+
"@babel/types" "^7.16.0"
170+
157171
"@babel/helper-get-function-arity@^7.14.5":
158172
version "7.14.5"
159173
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -168,13 +182,27 @@
168182
dependencies:
169183
"@babel/types" "^7.15.4"
170184

185+
"@babel/helper-get-function-arity@^7.16.0":
186+
version "7.16.0"
187+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
188+
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
189+
dependencies:
190+
"@babel/types" "^7.16.0"
191+
171192
"@babel/helper-hoist-variables@^7.15.4":
172193
version "7.15.4"
173194
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
174195
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
175196
dependencies:
176197
"@babel/types" "^7.15.4"
177198

199+
"@babel/helper-hoist-variables@^7.16.0":
200+
version "7.16.0"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
202+
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
203+
dependencies:
204+
"@babel/types" "^7.16.0"
205+
178206
"@babel/helper-member-expression-to-functions@^7.14.5":
179207
version "7.14.5"
180208
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
@@ -189,6 +217,13 @@
189217
dependencies:
190218
"@babel/types" "^7.15.4"
191219

220+
"@babel/helper-member-expression-to-functions@^7.16.0":
221+
version "7.16.0"
222+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
223+
integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
224+
dependencies:
225+
"@babel/types" "^7.16.0"
226+
192227
"@babel/helper-module-imports@^7.12.13":
193228
version "7.12.13"
194229
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
@@ -203,26 +238,26 @@
203238
dependencies:
204239
"@babel/types" "^7.14.5"
205240

206-
"@babel/helper-module-imports@^7.15.4":
207-
version "7.15.4"
208-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
209-
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
241+
"@babel/helper-module-imports@^7.16.0":
242+
version "7.16.0"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
244+
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
210245
dependencies:
211-
"@babel/types" "^7.15.4"
246+
"@babel/types" "^7.16.0"
212247

213-
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
214-
version "7.15.8"
215-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
216-
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
248+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.16.0":
249+
version "7.16.0"
250+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
251+
integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
217252
dependencies:
218-
"@babel/helper-module-imports" "^7.15.4"
219-
"@babel/helper-replace-supers" "^7.15.4"
220-
"@babel/helper-simple-access" "^7.15.4"
221-
"@babel/helper-split-export-declaration" "^7.15.4"
253+
"@babel/helper-module-imports" "^7.16.0"
254+
"@babel/helper-replace-supers" "^7.16.0"
255+
"@babel/helper-simple-access" "^7.16.0"
256+
"@babel/helper-split-export-declaration" "^7.16.0"
222257
"@babel/helper-validator-identifier" "^7.15.7"
223-
"@babel/template" "^7.15.4"
224-
"@babel/traverse" "^7.15.4"
225-
"@babel/types" "^7.15.6"
258+
"@babel/template" "^7.16.0"
259+
"@babel/traverse" "^7.16.0"
260+
"@babel/types" "^7.16.0"
226261

227262
"@babel/helper-optimise-call-expression@^7.14.5":
228263
version "7.14.5"
@@ -238,6 +273,13 @@
238273
dependencies:
239274
"@babel/types" "^7.15.4"
240275

276+
"@babel/helper-optimise-call-expression@^7.16.0":
277+
version "7.16.0"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
279+
integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
280+
dependencies:
281+
"@babel/types" "^7.16.0"
282+
241283
"@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.8.0", "@babel/helper-plugin-utils@^7.8.3":
242284
version "7.14.5"
243285
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
@@ -281,13 +323,30 @@
281323
"@babel/traverse" "^7.15.4"
282324
"@babel/types" "^7.15.4"
283325

326+
"@babel/helper-replace-supers@^7.16.0":
327+
version "7.16.0"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
329+
integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
330+
dependencies:
331+
"@babel/helper-member-expression-to-functions" "^7.16.0"
332+
"@babel/helper-optimise-call-expression" "^7.16.0"
333+
"@babel/traverse" "^7.16.0"
334+
"@babel/types" "^7.16.0"
335+
284336
"@babel/helper-simple-access@^7.15.4":
285337
version "7.15.4"
286338
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
287339
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
288340
dependencies:
289341
"@babel/types" "^7.15.4"
290342

343+
"@babel/helper-simple-access@^7.16.0":
344+
version "7.16.0"
345+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
346+
integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==
347+
dependencies:
348+
"@babel/types" "^7.16.0"
349+
291350
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
292351
version "7.14.5"
293352
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -316,16 +375,18 @@
316375
dependencies:
317376
"@babel/types" "^7.15.4"
318377

378+
"@babel/helper-split-export-declaration@^7.16.0":
379+
version "7.16.0"
380+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438"
381+
integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==
382+
dependencies:
383+
"@babel/types" "^7.16.0"
384+
319385
"@babel/helper-validator-identifier@^7.12.11":
320386
version "7.12.11"
321387
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
322388
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
323389

324-
"@babel/helper-validator-identifier@^7.14.5":
325-
version "7.14.5"
326-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
327-
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
328-
329390
"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
330391
version "7.15.7"
331392
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -356,14 +417,14 @@
356417
"@babel/traverse" "^7.15.4"
357418
"@babel/types" "^7.15.4"
358419

359-
"@babel/helpers@^7.15.4":
360-
version "7.15.4"
361-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
362-
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
420+
"@babel/helpers@^7.16.0":
421+
version "7.16.0"
422+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.0.tgz#875519c979c232f41adfbd43a3b0398c2e388183"
423+
integrity sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==
363424
dependencies:
364-
"@babel/template" "^7.15.4"
365-
"@babel/traverse" "^7.15.4"
366-
"@babel/types" "^7.15.4"
425+
"@babel/template" "^7.16.0"
426+
"@babel/traverse" "^7.16.0"
427+
"@babel/types" "^7.16.0"
367428

368429
"@babel/highlight@^7.10.4":
369430
version "7.13.8"
@@ -374,19 +435,19 @@
374435
chalk "^2.0.0"
375436
js-tokens "^4.0.0"
376437

377-
"@babel/highlight@^7.14.5":
378-
version "7.14.5"
379-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
380-
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
438+
"@babel/highlight@^7.16.0":
439+
version "7.16.0"
440+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
441+
integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
381442
dependencies:
382-
"@babel/helper-validator-identifier" "^7.14.5"
443+
"@babel/helper-validator-identifier" "^7.15.7"
383444
chalk "^2.0.0"
384445
js-tokens "^4.0.0"
385446

386-
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8":
387-
version "7.15.8"
388-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
389-
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
447+
"@babel/parser@^7.1.0", "@babel/parser@^7.16.0":
448+
version "7.16.0"
449+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
450+
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
390451

391452
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
392453
version "7.15.4"
@@ -989,36 +1050,36 @@
9891050
dependencies:
9901051
regenerator-runtime "^0.13.4"
9911052

992-
"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.3.3":
993-
version "7.15.4"
994-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
995-
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
996-
dependencies:
997-
"@babel/code-frame" "^7.14.5"
998-
"@babel/parser" "^7.15.4"
999-
"@babel/types" "^7.15.4"
1000-
1001-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4":
1002-
version "7.15.4"
1003-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1004-
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1005-
dependencies:
1006-
"@babel/code-frame" "^7.14.5"
1007-
"@babel/generator" "^7.15.4"
1008-
"@babel/helper-function-name" "^7.15.4"
1009-
"@babel/helper-hoist-variables" "^7.15.4"
1010-
"@babel/helper-split-export-declaration" "^7.15.4"
1011-
"@babel/parser" "^7.15.4"
1012-
"@babel/types" "^7.15.4"
1053+
"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.16.0", "@babel/template@^7.3.3":
1054+
version "7.16.0"
1055+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
1056+
integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
1057+
dependencies:
1058+
"@babel/code-frame" "^7.16.0"
1059+
"@babel/parser" "^7.16.0"
1060+
"@babel/types" "^7.16.0"
1061+
1062+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.0":
1063+
version "7.16.0"
1064+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b"
1065+
integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==
1066+
dependencies:
1067+
"@babel/code-frame" "^7.16.0"
1068+
"@babel/generator" "^7.16.0"
1069+
"@babel/helper-function-name" "^7.16.0"
1070+
"@babel/helper-hoist-variables" "^7.16.0"
1071+
"@babel/helper-split-export-declaration" "^7.16.0"
1072+
"@babel/parser" "^7.16.0"
1073+
"@babel/types" "^7.16.0"
10131074
debug "^4.1.0"
10141075
globals "^11.1.0"
10151076

1016-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1017-
version "7.15.6"
1018-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1019-
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1077+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1078+
version "7.16.0"
1079+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1080+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
10201081
dependencies:
1021-
"@babel/helper-validator-identifier" "^7.14.9"
1082+
"@babel/helper-validator-identifier" "^7.15.7"
10221083
to-fast-properties "^2.0.0"
10231084

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

0 commit comments

Comments
 (0)