Skip to content

Commit 49d1043

Browse files
Bump @babel/core from 7.24.0 to 7.24.5 (#341)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.0 to 7.24.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.24.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 0be140b commit 49d1043

File tree

2 files changed

+73
-51
lines changed

2 files changed

+73
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"@babel/cli": "^7.23.9",
4-
"@babel/core": "^7.24.0",
4+
"@babel/core": "^7.24.5",
55
"@babel/generator": "^7.24.5",
66
"@babel/node": "^7.23.9",
77
"@babel/preset-env": "^7.24.0",

yarn.lock

Lines changed: 72 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,41 @@
3131
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
3232
chokidar "^3.4.0"
3333

34-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5":
35-
version "7.23.5"
36-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
37-
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
34+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
35+
version "7.24.2"
36+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
37+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
3838
dependencies:
39-
"@babel/highlight" "^7.23.4"
40-
chalk "^2.4.2"
39+
"@babel/highlight" "^7.24.2"
40+
picocolors "^1.0.0"
4141

4242
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5":
4343
version "7.23.5"
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
4545
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
4646

47-
"@babel/core@^7.24.0":
48-
version "7.24.0"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
50-
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
47+
"@babel/core@^7.24.5":
48+
version "7.24.5"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
50+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
53-
"@babel/code-frame" "^7.23.5"
54-
"@babel/generator" "^7.23.6"
53+
"@babel/code-frame" "^7.24.2"
54+
"@babel/generator" "^7.24.5"
5555
"@babel/helper-compilation-targets" "^7.23.6"
56-
"@babel/helper-module-transforms" "^7.23.3"
57-
"@babel/helpers" "^7.24.0"
58-
"@babel/parser" "^7.24.0"
56+
"@babel/helper-module-transforms" "^7.24.5"
57+
"@babel/helpers" "^7.24.5"
58+
"@babel/parser" "^7.24.5"
5959
"@babel/template" "^7.24.0"
60-
"@babel/traverse" "^7.24.0"
61-
"@babel/types" "^7.24.0"
60+
"@babel/traverse" "^7.24.5"
61+
"@babel/types" "^7.24.5"
6262
convert-source-map "^2.0.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
6565
json5 "^2.2.3"
6666
semver "^6.3.1"
6767

68-
"@babel/generator@^7.23.6", "@babel/generator@^7.24.5":
68+
"@babel/generator@^7.24.5":
6969
version "7.24.5"
7070
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
7171
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
@@ -201,16 +201,23 @@
201201
dependencies:
202202
"@babel/types" "^7.22.15"
203203

204-
"@babel/helper-module-transforms@^7.23.3":
205-
version "7.23.3"
206-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
207-
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
204+
"@babel/helper-module-imports@^7.24.3":
205+
version "7.24.3"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
207+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
208+
dependencies:
209+
"@babel/types" "^7.24.0"
210+
211+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
212+
version "7.24.5"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
214+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
208215
dependencies:
209216
"@babel/helper-environment-visitor" "^7.22.20"
210-
"@babel/helper-module-imports" "^7.22.15"
211-
"@babel/helper-simple-access" "^7.22.5"
212-
"@babel/helper-split-export-declaration" "^7.22.6"
213-
"@babel/helper-validator-identifier" "^7.22.20"
217+
"@babel/helper-module-imports" "^7.24.3"
218+
"@babel/helper-simple-access" "^7.24.5"
219+
"@babel/helper-split-export-declaration" "^7.24.5"
220+
"@babel/helper-validator-identifier" "^7.24.5"
214221

215222
"@babel/helper-optimise-call-expression@^7.22.5":
216223
version "7.22.5"
@@ -249,6 +256,13 @@
249256
dependencies:
250257
"@babel/types" "^7.22.5"
251258

259+
"@babel/helper-simple-access@^7.24.5":
260+
version "7.24.5"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
262+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
263+
dependencies:
264+
"@babel/types" "^7.24.5"
265+
252266
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
253267
version "7.22.5"
254268
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
@@ -263,6 +277,13 @@
263277
dependencies:
264278
"@babel/types" "^7.22.5"
265279

280+
"@babel/helper-split-export-declaration@^7.24.5":
281+
version "7.24.5"
282+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
283+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
284+
dependencies:
285+
"@babel/types" "^7.24.5"
286+
266287
"@babel/helper-string-parser@^7.24.1":
267288
version "7.24.1"
268289
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
@@ -292,23 +313,24 @@
292313
"@babel/template" "^7.22.15"
293314
"@babel/types" "^7.22.19"
294315

295-
"@babel/helpers@^7.24.0":
296-
version "7.24.0"
297-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
298-
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
316+
"@babel/helpers@^7.24.5":
317+
version "7.24.5"
318+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
319+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
299320
dependencies:
300321
"@babel/template" "^7.24.0"
301-
"@babel/traverse" "^7.24.0"
302-
"@babel/types" "^7.24.0"
322+
"@babel/traverse" "^7.24.5"
323+
"@babel/types" "^7.24.5"
303324

304-
"@babel/highlight@^7.23.4":
305-
version "7.23.4"
306-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
307-
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
325+
"@babel/highlight@^7.24.2":
326+
version "7.24.5"
327+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
328+
integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
308329
dependencies:
309-
"@babel/helper-validator-identifier" "^7.22.20"
330+
"@babel/helper-validator-identifier" "^7.24.5"
310331
chalk "^2.4.2"
311332
js-tokens "^4.0.0"
333+
picocolors "^1.0.0"
312334

313335
"@babel/node@^7.23.9":
314336
version "7.23.9"
@@ -322,10 +344,10 @@
322344
regenerator-runtime "^0.14.0"
323345
v8flags "^3.1.1"
324346

325-
"@babel/parser@^7.24.0", "@babel/parser@^7.7.0":
326-
version "7.24.0"
327-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
328-
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
347+
"@babel/parser@^7.24.0", "@babel/parser@^7.24.5", "@babel/parser@^7.7.0":
348+
version "7.24.5"
349+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
350+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
329351

330352
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
331353
version "7.23.3"
@@ -1022,19 +1044,19 @@
10221044
"@babel/parser" "^7.24.0"
10231045
"@babel/types" "^7.24.0"
10241046

1025-
"@babel/traverse@^7.24.0", "@babel/traverse@^7.7.0":
1026-
version "7.24.0"
1027-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1028-
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
1047+
"@babel/traverse@^7.24.5", "@babel/traverse@^7.7.0":
1048+
version "7.24.5"
1049+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1050+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
10291051
dependencies:
1030-
"@babel/code-frame" "^7.23.5"
1031-
"@babel/generator" "^7.23.6"
1052+
"@babel/code-frame" "^7.24.2"
1053+
"@babel/generator" "^7.24.5"
10321054
"@babel/helper-environment-visitor" "^7.22.20"
10331055
"@babel/helper-function-name" "^7.23.0"
10341056
"@babel/helper-hoist-variables" "^7.22.5"
1035-
"@babel/helper-split-export-declaration" "^7.22.6"
1036-
"@babel/parser" "^7.24.0"
1037-
"@babel/types" "^7.24.0"
1057+
"@babel/helper-split-export-declaration" "^7.24.5"
1058+
"@babel/parser" "^7.24.5"
1059+
"@babel/types" "^7.24.5"
10381060
debug "^4.3.1"
10391061
globals "^11.1.0"
10401062

0 commit comments

Comments
 (0)