Skip to content

Commit 0dd19bc

Browse files
build(deps-dev): bump @babel/core from 7.18.9 to 7.18.10 (#6308)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.9 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4ed5b7 commit 0dd19bc

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.18.9",
73+
"@babel/core": "^7.18.10",
7474
"@babel/eslint-parser": "^7.18.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.18.9",

yarn.lock

+41-35
Original file line numberDiff line numberDiff line change
@@ -153,21 +153,21 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
154154
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
155155

156-
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.5", "@babel/core@^7.18.9":
157-
version "7.18.9"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
159-
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
156+
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.18.5":
157+
version "7.18.10"
158+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
159+
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
160160
dependencies:
161161
"@ampproject/remapping" "^2.1.0"
162162
"@babel/code-frame" "^7.18.6"
163-
"@babel/generator" "^7.18.9"
163+
"@babel/generator" "^7.18.10"
164164
"@babel/helper-compilation-targets" "^7.18.9"
165165
"@babel/helper-module-transforms" "^7.18.9"
166166
"@babel/helpers" "^7.18.9"
167-
"@babel/parser" "^7.18.9"
168-
"@babel/template" "^7.18.6"
169-
"@babel/traverse" "^7.18.9"
170-
"@babel/types" "^7.18.9"
167+
"@babel/parser" "^7.18.10"
168+
"@babel/template" "^7.18.10"
169+
"@babel/traverse" "^7.18.10"
170+
"@babel/types" "^7.18.10"
171171
convert-source-map "^1.7.0"
172172
debug "^4.1.0"
173173
gensync "^1.0.0-beta.2"
@@ -183,12 +183,12 @@
183183
eslint-visitor-keys "^2.1.0"
184184
semver "^6.3.0"
185185

186-
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
187-
version "7.18.9"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
189-
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
186+
"@babel/generator@^7.18.10", "@babel/generator@^7.7.2":
187+
version "7.18.10"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
189+
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
190190
dependencies:
191-
"@babel/types" "^7.18.9"
191+
"@babel/types" "^7.18.10"
192192
"@jridgewell/gen-mapping" "^0.3.2"
193193
jsesc "^2.5.1"
194194

@@ -361,6 +361,11 @@
361361
dependencies:
362362
"@babel/types" "^7.18.6"
363363

364+
"@babel/helper-string-parser@^7.18.10":
365+
version "7.18.10"
366+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
367+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
368+
364369
"@babel/helper-validator-identifier@^7.18.6":
365370
version "7.18.6"
366371
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -399,10 +404,10 @@
399404
chalk "^2.0.0"
400405
js-tokens "^4.0.0"
401406

402-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
403-
version "7.18.9"
404-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
405-
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
407+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10":
408+
version "7.18.10"
409+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
410+
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
406411

407412
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
408413
version "7.18.6"
@@ -1103,36 +1108,37 @@
11031108
dependencies:
11041109
regenerator-runtime "^0.13.4"
11051110

1106-
"@babel/template@^7.18.6", "@babel/template@^7.3.3":
1107-
version "7.18.6"
1108-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1109-
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1111+
"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
1112+
version "7.18.10"
1113+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1114+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
11101115
dependencies:
11111116
"@babel/code-frame" "^7.18.6"
1112-
"@babel/parser" "^7.18.6"
1113-
"@babel/types" "^7.18.6"
1117+
"@babel/parser" "^7.18.10"
1118+
"@babel/types" "^7.18.10"
11141119

1115-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
1116-
version "7.18.9"
1117-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
1118-
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
1120+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
1121+
version "7.18.10"
1122+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
1123+
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
11191124
dependencies:
11201125
"@babel/code-frame" "^7.18.6"
1121-
"@babel/generator" "^7.18.9"
1126+
"@babel/generator" "^7.18.10"
11221127
"@babel/helper-environment-visitor" "^7.18.9"
11231128
"@babel/helper-function-name" "^7.18.9"
11241129
"@babel/helper-hoist-variables" "^7.18.6"
11251130
"@babel/helper-split-export-declaration" "^7.18.6"
1126-
"@babel/parser" "^7.18.9"
1127-
"@babel/types" "^7.18.9"
1131+
"@babel/parser" "^7.18.10"
1132+
"@babel/types" "^7.18.10"
11281133
debug "^4.1.0"
11291134
globals "^11.1.0"
11301135

1131-
"@babel/types@^7.0.0", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1132-
version "7.18.9"
1133-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
1134-
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
1136+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1137+
version "7.18.10"
1138+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1139+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
11351140
dependencies:
1141+
"@babel/helper-string-parser" "^7.18.10"
11361142
"@babel/helper-validator-identifier" "^7.18.6"
11371143
to-fast-properties "^2.0.0"
11381144

0 commit comments

Comments
 (0)