Skip to content

Commit c3bc92b

Browse files
chore(deps-dev): bump @babel/core from 7.21.4 to 7.21.5 (#397)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.4 to 7.21.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.21.5/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 a984915 commit c3bc92b

File tree

1 file changed

+80
-56
lines changed

1 file changed

+80
-56
lines changed

yarn.lock

Lines changed: 80 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,38 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
3838
integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
3939

40+
"@babel/compat-data@^7.21.5":
41+
version "7.21.7"
42+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
43+
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
44+
4045
"@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5":
41-
version "7.21.4"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
43-
integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
46+
version "7.21.5"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
48+
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
4449
dependencies:
4550
"@ampproject/remapping" "^2.2.0"
4651
"@babel/code-frame" "^7.21.4"
47-
"@babel/generator" "^7.21.4"
48-
"@babel/helper-compilation-targets" "^7.21.4"
49-
"@babel/helper-module-transforms" "^7.21.2"
50-
"@babel/helpers" "^7.21.0"
51-
"@babel/parser" "^7.21.4"
52+
"@babel/generator" "^7.21.5"
53+
"@babel/helper-compilation-targets" "^7.21.5"
54+
"@babel/helper-module-transforms" "^7.21.5"
55+
"@babel/helpers" "^7.21.5"
56+
"@babel/parser" "^7.21.5"
5257
"@babel/template" "^7.20.7"
53-
"@babel/traverse" "^7.21.4"
54-
"@babel/types" "^7.21.4"
58+
"@babel/traverse" "^7.21.5"
59+
"@babel/types" "^7.21.5"
5560
convert-source-map "^1.7.0"
5661
debug "^4.1.0"
5762
gensync "^1.0.0-beta.2"
5863
json5 "^2.2.2"
5964
semver "^6.3.0"
6065

61-
"@babel/generator@^7.21.4":
62-
version "7.21.4"
63-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
64-
integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
66+
"@babel/generator@^7.21.5":
67+
version "7.21.5"
68+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
69+
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
6570
dependencies:
66-
"@babel/types" "^7.21.4"
71+
"@babel/types" "^7.21.5"
6772
"@jridgewell/gen-mapping" "^0.3.2"
6873
"@jridgewell/trace-mapping" "^0.3.17"
6974
jsesc "^2.5.1"
@@ -83,12 +88,12 @@
8388
"@babel/helper-explode-assignable-expression" "^7.18.6"
8489
"@babel/types" "^7.18.9"
8590

86-
"@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.4":
87-
version "7.21.4"
88-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
89-
integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
91+
"@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.4", "@babel/helper-compilation-targets@^7.21.5":
92+
version "7.21.5"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
94+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
9095
dependencies:
91-
"@babel/compat-data" "^7.21.4"
96+
"@babel/compat-data" "^7.21.5"
9297
"@babel/helper-validator-option" "^7.21.0"
9398
browserslist "^4.21.3"
9499
lru-cache "^5.1.1"
@@ -154,6 +159,11 @@
154159
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
155160
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
156161

162+
"@babel/helper-environment-visitor@^7.21.5":
163+
version "7.21.5"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
165+
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
166+
157167
"@babel/helper-explode-assignable-expression@^7.18.6":
158168
version "7.18.6"
159169
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -212,19 +222,26 @@
212222
dependencies:
213223
"@babel/types" "^7.18.6"
214224

215-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
216-
version "7.21.2"
217-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
218-
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
225+
"@babel/helper-module-imports@^7.21.4":
226+
version "7.21.4"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
228+
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
219229
dependencies:
220-
"@babel/helper-environment-visitor" "^7.18.9"
221-
"@babel/helper-module-imports" "^7.18.6"
222-
"@babel/helper-simple-access" "^7.20.2"
230+
"@babel/types" "^7.21.4"
231+
232+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2", "@babel/helper-module-transforms@^7.21.5":
233+
version "7.21.5"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
235+
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
236+
dependencies:
237+
"@babel/helper-environment-visitor" "^7.21.5"
238+
"@babel/helper-module-imports" "^7.21.4"
239+
"@babel/helper-simple-access" "^7.21.5"
223240
"@babel/helper-split-export-declaration" "^7.18.6"
224241
"@babel/helper-validator-identifier" "^7.19.1"
225242
"@babel/template" "^7.20.7"
226-
"@babel/traverse" "^7.21.2"
227-
"@babel/types" "^7.21.2"
243+
"@babel/traverse" "^7.21.5"
244+
"@babel/types" "^7.21.5"
228245

229246
"@babel/helper-optimise-call-expression@^7.18.6":
230247
version "7.18.6"
@@ -278,6 +295,13 @@
278295
dependencies:
279296
"@babel/types" "^7.20.2"
280297

298+
"@babel/helper-simple-access@^7.21.5":
299+
version "7.21.5"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
301+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
302+
dependencies:
303+
"@babel/types" "^7.21.5"
304+
281305
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
282306
version "7.20.0"
283307
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
@@ -292,10 +316,10 @@
292316
dependencies:
293317
"@babel/types" "^7.18.6"
294318

295-
"@babel/helper-string-parser@^7.19.4":
296-
version "7.19.4"
297-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
298-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
319+
"@babel/helper-string-parser@^7.21.5":
320+
version "7.21.5"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
322+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
299323

300324
"@babel/helper-validator-identifier@^7.18.6":
301325
version "7.18.6"
@@ -322,14 +346,14 @@
322346
"@babel/traverse" "^7.18.9"
323347
"@babel/types" "^7.18.9"
324348

325-
"@babel/helpers@^7.21.0":
326-
version "7.21.0"
327-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
328-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
349+
"@babel/helpers@^7.21.5":
350+
version "7.21.5"
351+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
352+
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
329353
dependencies:
330354
"@babel/template" "^7.20.7"
331-
"@babel/traverse" "^7.21.0"
332-
"@babel/types" "^7.21.0"
355+
"@babel/traverse" "^7.21.5"
356+
"@babel/types" "^7.21.5"
333357

334358
"@babel/highlight@^7.18.6":
335359
version "7.18.6"
@@ -340,10 +364,10 @@
340364
chalk "^2.0.0"
341365
js-tokens "^4.0.0"
342366

343-
"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
344-
version "7.21.4"
345-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
346-
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
367+
"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5":
368+
version "7.21.5"
369+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
370+
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
347371

348372
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
349373
version "7.18.6"
@@ -974,28 +998,28 @@
974998
"@babel/parser" "^7.20.7"
975999
"@babel/types" "^7.20.7"
9761000

977-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
978-
version "7.21.4"
979-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
980-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
1001+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.5":
1002+
version "7.21.5"
1003+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
1004+
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
9811005
dependencies:
9821006
"@babel/code-frame" "^7.21.4"
983-
"@babel/generator" "^7.21.4"
984-
"@babel/helper-environment-visitor" "^7.18.9"
1007+
"@babel/generator" "^7.21.5"
1008+
"@babel/helper-environment-visitor" "^7.21.5"
9851009
"@babel/helper-function-name" "^7.21.0"
9861010
"@babel/helper-hoist-variables" "^7.18.6"
9871011
"@babel/helper-split-export-declaration" "^7.18.6"
988-
"@babel/parser" "^7.21.4"
989-
"@babel/types" "^7.21.4"
1012+
"@babel/parser" "^7.21.5"
1013+
"@babel/types" "^7.21.5"
9901014
debug "^4.1.0"
9911015
globals "^11.1.0"
9921016

993-
"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4":
994-
version "7.21.4"
995-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
996-
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
1017+
"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.4.4":
1018+
version "7.21.5"
1019+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
1020+
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
9971021
dependencies:
998-
"@babel/helper-string-parser" "^7.19.4"
1022+
"@babel/helper-string-parser" "^7.21.5"
9991023
"@babel/helper-validator-identifier" "^7.19.1"
10001024
to-fast-properties "^2.0.0"
10011025

0 commit comments

Comments
 (0)