Skip to content

Commit f0b8411

Browse files
build(deps-dev): bump @babel/core from 7.18.6 to 7.18.9 (#6282)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.18.9. - [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.9/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 b06f41f commit f0b8411

File tree

2 files changed

+24
-68
lines changed

2 files changed

+24
-68
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.6",
73+
"@babel/core": "^7.18.9",
7474
"@babel/eslint-parser": "^7.18.2",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.18.9",

yarn.lock

+23-67
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.15.5", "@babel/core@^7.18.6":
157-
version "7.18.6"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
159-
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
156+
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.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==
160160
dependencies:
161161
"@ampproject/remapping" "^2.1.0"
162162
"@babel/code-frame" "^7.18.6"
163-
"@babel/generator" "^7.18.6"
164-
"@babel/helper-compilation-targets" "^7.18.6"
165-
"@babel/helper-module-transforms" "^7.18.6"
166-
"@babel/helpers" "^7.18.6"
167-
"@babel/parser" "^7.18.6"
163+
"@babel/generator" "^7.18.9"
164+
"@babel/helper-compilation-targets" "^7.18.9"
165+
"@babel/helper-module-transforms" "^7.18.9"
166+
"@babel/helpers" "^7.18.9"
167+
"@babel/parser" "^7.18.9"
168168
"@babel/template" "^7.18.6"
169-
"@babel/traverse" "^7.18.6"
170-
"@babel/types" "^7.18.6"
169+
"@babel/traverse" "^7.18.9"
170+
"@babel/types" "^7.18.9"
171171
convert-source-map "^1.7.0"
172172
debug "^4.1.0"
173173
gensync "^1.0.0-beta.2"
@@ -183,16 +183,7 @@
183183
eslint-visitor-keys "^2.1.0"
184184
semver "^6.3.0"
185185

186-
"@babel/generator@^7.18.6", "@babel/generator@^7.7.2":
187-
version "7.18.7"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
189-
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
190-
dependencies:
191-
"@babel/types" "^7.18.7"
192-
"@jridgewell/gen-mapping" "^0.3.2"
193-
jsesc "^2.5.1"
194-
195-
"@babel/generator@^7.18.9":
186+
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
196187
version "7.18.9"
197188
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
198189
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
@@ -223,7 +214,7 @@
223214
"@babel/helper-explode-assignable-expression" "^7.18.6"
224215
"@babel/types" "^7.18.6"
225216

226-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6", "@babel/helper-compilation-targets@^7.18.9":
217+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9":
227218
version "7.18.9"
228219
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
229220
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
@@ -378,21 +369,7 @@
378369
dependencies:
379370
"@babel/types" "^7.18.6"
380371

381-
"@babel/helper-module-transforms@^7.18.6":
382-
version "7.18.6"
383-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
384-
integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==
385-
dependencies:
386-
"@babel/helper-environment-visitor" "^7.18.6"
387-
"@babel/helper-module-imports" "^7.18.6"
388-
"@babel/helper-simple-access" "^7.18.6"
389-
"@babel/helper-split-export-declaration" "^7.18.6"
390-
"@babel/helper-validator-identifier" "^7.18.6"
391-
"@babel/template" "^7.18.6"
392-
"@babel/traverse" "^7.18.6"
393-
"@babel/types" "^7.18.6"
394-
395-
"@babel/helper-module-transforms@^7.18.9":
372+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
396373
version "7.18.9"
397374
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
398375
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
@@ -516,14 +493,14 @@
516493
"@babel/traverse" "^7.18.6"
517494
"@babel/types" "^7.18.6"
518495

519-
"@babel/helpers@^7.18.6":
520-
version "7.18.6"
521-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
522-
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
496+
"@babel/helpers@^7.18.9":
497+
version "7.18.9"
498+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
499+
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
523500
dependencies:
524501
"@babel/template" "^7.18.6"
525-
"@babel/traverse" "^7.18.6"
526-
"@babel/types" "^7.18.6"
502+
"@babel/traverse" "^7.18.9"
503+
"@babel/types" "^7.18.9"
527504

528505
"@babel/highlight@^7.18.6":
529506
version "7.18.6"
@@ -534,12 +511,7 @@
534511
chalk "^2.0.0"
535512
js-tokens "^4.0.0"
536513

537-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6":
538-
version "7.18.6"
539-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
540-
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
541-
542-
"@babel/parser@^7.18.9":
514+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
543515
version "7.18.9"
544516
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
545517
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
@@ -1259,23 +1231,7 @@
12591231
"@babel/parser" "^7.18.6"
12601232
"@babel/types" "^7.18.6"
12611233

1262-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.18.6", "@babel/traverse@^7.7.2":
1263-
version "7.18.6"
1264-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1265-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1266-
dependencies:
1267-
"@babel/code-frame" "^7.18.6"
1268-
"@babel/generator" "^7.18.6"
1269-
"@babel/helper-environment-visitor" "^7.18.6"
1270-
"@babel/helper-function-name" "^7.18.6"
1271-
"@babel/helper-hoist-variables" "^7.18.6"
1272-
"@babel/helper-split-export-declaration" "^7.18.6"
1273-
"@babel/parser" "^7.18.6"
1274-
"@babel/types" "^7.18.6"
1275-
debug "^4.1.0"
1276-
globals "^11.1.0"
1277-
1278-
"@babel/traverse@^7.18.9":
1234+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
12791235
version "7.18.9"
12801236
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
12811237
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
@@ -1291,7 +1247,7 @@
12911247
debug "^4.1.0"
12921248
globals "^11.1.0"
12931249

1294-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1250+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@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":
12951251
version "7.18.9"
12961252
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
12971253
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==

0 commit comments

Comments
 (0)