Skip to content

Commit 8be439b

Browse files
build(deps-dev): Bump @babel/core from 7.27.4 to 7.27.7 (#3204)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4b82d82 commit 8be439b

File tree

1 file changed

+63
-14
lines changed

1 file changed

+63
-14
lines changed

yarn.lock

Lines changed: 63 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ __metadata:
6565
linkType: hard
6666

6767
"@babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4":
68-
version: 7.27.4
69-
resolution: "@babel/core@npm:7.27.4"
68+
version: 7.27.7
69+
resolution: "@babel/core@npm:7.27.7"
7070
dependencies:
7171
"@ampproject/remapping": ^2.2.0
7272
"@babel/code-frame": ^7.27.1
73-
"@babel/generator": ^7.27.3
73+
"@babel/generator": ^7.27.5
7474
"@babel/helper-compilation-targets": ^7.27.2
7575
"@babel/helper-module-transforms": ^7.27.3
76-
"@babel/helpers": ^7.27.4
77-
"@babel/parser": ^7.27.4
76+
"@babel/helpers": ^7.27.6
77+
"@babel/parser": ^7.27.7
7878
"@babel/template": ^7.27.2
79-
"@babel/traverse": ^7.27.4
80-
"@babel/types": ^7.27.3
79+
"@babel/traverse": ^7.27.7
80+
"@babel/types": ^7.27.7
8181
convert-source-map: ^2.0.0
8282
debug: ^4.1.0
8383
gensync: ^1.0.0-beta.2
8484
json5: ^2.2.3
8585
semver: ^6.3.1
86-
checksum: e7f961274f2cfc14c81e32dc0f10b06123a847e9fe73ec7b4df90411c3ebdad8ffecd7086f06aa46c2b24d8d27f2f8bef4b7c7319228c768256fc0e13819d395
86+
checksum: 3a3e69a8850629e341cd415ff087a7eb9524692d6669e9f651d2b84a004c3cd56d4ca7f31729f5bef2cbe04d442ad6f03c125168f379181ae0c5080d2697cedf
8787
languageName: node
8888
linkType: hard
8989

@@ -126,6 +126,19 @@ __metadata:
126126
languageName: node
127127
linkType: hard
128128

129+
"@babel/generator@npm:^7.27.5":
130+
version: 7.27.5
131+
resolution: "@babel/generator@npm:7.27.5"
132+
dependencies:
133+
"@babel/parser": ^7.27.5
134+
"@babel/types": ^7.27.3
135+
"@jridgewell/gen-mapping": ^0.3.5
136+
"@jridgewell/trace-mapping": ^0.3.25
137+
jsesc: ^3.0.2
138+
checksum: f6d3bf70f6bfbc5df263a023200728c53161d7f3ee3607bd8b2222c8568b6dd604ee490e305f0492a8225dac059ad75b4cc772b5cfd7d967e70360499d4d3701
139+
languageName: node
140+
linkType: hard
141+
129142
"@babel/helper-annotate-as-pure@npm:^7.25.9":
130143
version: 7.25.9
131144
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
@@ -237,13 +250,13 @@ __metadata:
237250
languageName: node
238251
linkType: hard
239252

240-
"@babel/helpers@npm:^7.27.4":
241-
version: 7.27.4
242-
resolution: "@babel/helpers@npm:7.27.4"
253+
"@babel/helpers@npm:^7.27.6":
254+
version: 7.27.6
255+
resolution: "@babel/helpers@npm:7.27.6"
243256
dependencies:
244257
"@babel/template": ^7.27.2
245-
"@babel/types": ^7.27.3
246-
checksum: a50ce7ff92d9a7235f68e72274c1c3aaa57e53439d8656fce5119e7d75fe383377634b2ebddf2e8b795af2b010a32808fe34834ba7e2f7fc49bf031a239c83a7
258+
"@babel/types": ^7.27.6
259+
checksum: 12f96a5800ff677481dbc0a022c617303e945210cac4821ad5377a31201ffd8d9c4d00f039ed1487cf2a3d15868fb2d6cabecdb1aba334bd40a846f1938053a2
247260
languageName: node
248261
linkType: hard
249262

@@ -280,6 +293,17 @@ __metadata:
280293
languageName: node
281294
linkType: hard
282295

296+
"@babel/parser@npm:^7.27.5, @babel/parser@npm:^7.27.7":
297+
version: 7.27.7
298+
resolution: "@babel/parser@npm:7.27.7"
299+
dependencies:
300+
"@babel/types": ^7.27.7
301+
bin:
302+
parser: ./bin/babel-parser.js
303+
checksum: e717ff90f77e5e3cd3a3479ed3ebab84ca90ea327af94987fc9657af6b3f1b58783df076f4d1f247864f54df0d4614b6e98f7e1b98182b2e62997e926d444487
304+
languageName: node
305+
linkType: hard
306+
283307
"@babel/plugin-syntax-jsx@npm:^7.25.9":
284308
version: 7.25.9
285309
resolution: "@babel/plugin-syntax-jsx@npm:7.25.9"
@@ -439,7 +463,7 @@ __metadata:
439463
languageName: node
440464
linkType: hard
441465

442-
"@babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4":
466+
"@babel/traverse@npm:^7.27.3":
443467
version: 7.27.4
444468
resolution: "@babel/traverse@npm:7.27.4"
445469
dependencies:
@@ -454,6 +478,21 @@ __metadata:
454478
languageName: node
455479
linkType: hard
456480

481+
"@babel/traverse@npm:^7.27.7":
482+
version: 7.27.7
483+
resolution: "@babel/traverse@npm:7.27.7"
484+
dependencies:
485+
"@babel/code-frame": ^7.27.1
486+
"@babel/generator": ^7.27.5
487+
"@babel/parser": ^7.27.7
488+
"@babel/template": ^7.27.2
489+
"@babel/types": ^7.27.7
490+
debug: ^4.3.1
491+
globals: ^11.1.0
492+
checksum: ee7be9fe59cd7c0d64b2be502fe5904324ae8b4c767bbcb070400a969a9f27d5170f91cfa655ba8a4a45946fa02e1e0000b2bbbe6d04e5fe2740c71378c22b34
493+
languageName: node
494+
linkType: hard
495+
457496
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.4, @babel/types@npm:^7.25.9, @babel/types@npm:^7.27.0":
458497
version: 7.27.0
459498
resolution: "@babel/types@npm:7.27.0"
@@ -484,6 +523,16 @@ __metadata:
484523
languageName: node
485524
linkType: hard
486525

526+
"@babel/types@npm:^7.27.6, @babel/types@npm:^7.27.7":
527+
version: 7.27.7
528+
resolution: "@babel/types@npm:7.27.7"
529+
dependencies:
530+
"@babel/helper-string-parser": ^7.27.1
531+
"@babel/helper-validator-identifier": ^7.27.1
532+
checksum: 376ed07a4be0ba7aad3a31ef96b38b6d77bd8739fd94ca9128004e24152b10610e309d0fd5875c77a6f7d7eef727d4bf2a9c8e6bbcce21d88600ac346e496ec7
533+
languageName: node
534+
linkType: hard
535+
487536
"@bufbuild/protobuf@npm:^2.0.0":
488537
version: 2.2.5
489538
resolution: "@bufbuild/protobuf@npm:2.2.5"

0 commit comments

Comments
 (0)