Skip to content

Commit f5f5862

Browse files
build(deps-dev): bump @babel/core from 7.18.6 to 7.18.10 (#379)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.18.10. - [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.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25a1b68 commit f5f5862

File tree

1 file changed

+23
-76
lines changed

1 file changed

+23
-76
lines changed

yarn.lock

Lines changed: 23 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
3131

3232
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.8.7":
33-
version "7.18.6"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
35-
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
33+
version "7.18.10"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
35+
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
3636
dependencies:
3737
"@ampproject/remapping" "^2.1.0"
3838
"@babel/code-frame" "^7.18.6"
39-
"@babel/generator" "^7.18.6"
40-
"@babel/helper-compilation-targets" "^7.18.6"
41-
"@babel/helper-module-transforms" "^7.18.6"
42-
"@babel/helpers" "^7.18.6"
43-
"@babel/parser" "^7.18.6"
44-
"@babel/template" "^7.18.6"
45-
"@babel/traverse" "^7.18.6"
46-
"@babel/types" "^7.18.6"
39+
"@babel/generator" "^7.18.10"
40+
"@babel/helper-compilation-targets" "^7.18.9"
41+
"@babel/helper-module-transforms" "^7.18.9"
42+
"@babel/helpers" "^7.18.9"
43+
"@babel/parser" "^7.18.10"
44+
"@babel/template" "^7.18.10"
45+
"@babel/traverse" "^7.18.10"
46+
"@babel/types" "^7.18.10"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.1"
5151
semver "^6.3.0"
5252

53-
"@babel/generator@^7.18.10":
53+
"@babel/generator@^7.18.10", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
5454
version "7.18.10"
5555
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
5656
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
@@ -59,15 +59,6 @@
5959
"@jridgewell/gen-mapping" "^0.3.2"
6060
jsesc "^2.5.1"
6161

62-
"@babel/generator@^7.18.6", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
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-
7162
"@babel/helper-annotate-as-pure@^7.18.6":
7263
version "7.18.6"
7364
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -83,7 +74,7 @@
8374
"@babel/helper-explode-assignable-expression" "^7.18.6"
8475
"@babel/types" "^7.18.9"
8576

86-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.6", "@babel/helper-compilation-targets@^7.18.9":
77+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
8778
version "7.18.9"
8879
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
8980
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
@@ -187,21 +178,7 @@
187178
dependencies:
188179
"@babel/types" "^7.18.6"
189180

190-
"@babel/helper-module-transforms@^7.18.6":
191-
version "7.18.6"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
193-
integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==
194-
dependencies:
195-
"@babel/helper-environment-visitor" "^7.18.6"
196-
"@babel/helper-module-imports" "^7.18.6"
197-
"@babel/helper-simple-access" "^7.18.6"
198-
"@babel/helper-split-export-declaration" "^7.18.6"
199-
"@babel/helper-validator-identifier" "^7.18.6"
200-
"@babel/template" "^7.18.6"
201-
"@babel/traverse" "^7.18.6"
202-
"@babel/types" "^7.18.6"
203-
204-
"@babel/helper-module-transforms@^7.18.9":
181+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
205182
version "7.18.9"
206183
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
207184
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
@@ -310,14 +287,14 @@
310287
"@babel/traverse" "^7.18.10"
311288
"@babel/types" "^7.18.10"
312289

313-
"@babel/helpers@^7.18.6":
314-
version "7.18.6"
315-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
316-
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
290+
"@babel/helpers@^7.18.9":
291+
version "7.18.9"
292+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
293+
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
317294
dependencies:
318295
"@babel/template" "^7.18.6"
319-
"@babel/traverse" "^7.18.6"
320-
"@babel/types" "^7.18.6"
296+
"@babel/traverse" "^7.18.9"
297+
"@babel/types" "^7.18.9"
321298

322299
"@babel/highlight@^7.10.4":
323300
version "7.13.10"
@@ -337,12 +314,7 @@
337314
chalk "^2.0.0"
338315
js-tokens "^4.0.0"
339316

340-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
341-
version "7.18.6"
342-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
343-
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
344-
345-
"@babel/parser@^7.18.10":
317+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
346318
version "7.18.10"
347319
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
348320
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
@@ -1021,7 +993,7 @@
1021993
dependencies:
1022994
regenerator-runtime "^0.13.4"
1023995

1024-
"@babel/template@^7.18.10":
996+
"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
1025997
version "7.18.10"
1026998
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1027999
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
@@ -1030,16 +1002,7 @@
10301002
"@babel/parser" "^7.18.10"
10311003
"@babel/types" "^7.18.10"
10321004

1033-
"@babel/template@^7.18.6", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
1034-
version "7.18.6"
1035-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1036-
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1037-
dependencies:
1038-
"@babel/code-frame" "^7.18.6"
1039-
"@babel/parser" "^7.18.6"
1040-
"@babel/types" "^7.18.6"
1041-
1042-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
1005+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
10431006
version "7.18.10"
10441007
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
10451008
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
@@ -1055,22 +1018,6 @@
10551018
debug "^4.1.0"
10561019
globals "^11.1.0"
10571020

1058-
"@babel/traverse@^7.18.6", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1059-
version "7.18.6"
1060-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1061-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1062-
dependencies:
1063-
"@babel/code-frame" "^7.18.6"
1064-
"@babel/generator" "^7.18.6"
1065-
"@babel/helper-environment-visitor" "^7.18.6"
1066-
"@babel/helper-function-name" "^7.18.6"
1067-
"@babel/helper-hoist-variables" "^7.18.6"
1068-
"@babel/helper-split-export-declaration" "^7.18.6"
1069-
"@babel/parser" "^7.18.6"
1070-
"@babel/types" "^7.18.6"
1071-
debug "^4.1.0"
1072-
globals "^11.1.0"
1073-
10741021
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
10751022
version "7.18.10"
10761023
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"

0 commit comments

Comments
 (0)