Skip to content

Commit 870165d

Browse files
build(deps-dev): Bump @babel/core from 7.27.1 to 7.27.4 (#3185)
Signed-off-by: dependabot[bot] <[email protected]> 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 db22000 commit 870165d

File tree

1 file changed

+73
-24
lines changed

1 file changed

+73
-24
lines changed

yarn.lock

Lines changed: 73 additions & 24 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.26.10":
68-
version: 7.27.1
69-
resolution: "@babel/core@npm:7.27.1"
68+
version: 7.27.4
69+
resolution: "@babel/core@npm:7.27.4"
7070
dependencies:
7171
"@ampproject/remapping": ^2.2.0
7272
"@babel/code-frame": ^7.27.1
73-
"@babel/generator": ^7.27.1
74-
"@babel/helper-compilation-targets": ^7.27.1
75-
"@babel/helper-module-transforms": ^7.27.1
76-
"@babel/helpers": ^7.27.1
77-
"@babel/parser": ^7.27.1
78-
"@babel/template": ^7.27.1
79-
"@babel/traverse": ^7.27.1
80-
"@babel/types": ^7.27.1
73+
"@babel/generator": ^7.27.3
74+
"@babel/helper-compilation-targets": ^7.27.2
75+
"@babel/helper-module-transforms": ^7.27.3
76+
"@babel/helpers": ^7.27.4
77+
"@babel/parser": ^7.27.4
78+
"@babel/template": ^7.27.2
79+
"@babel/traverse": ^7.27.4
80+
"@babel/types": ^7.27.3
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: fce205f9eea387ed8a9c6de64e5a8f50256359bfc8f1352c576c843b4c148a6c2ef187cfe8d729453e520fdcc997f65920aca6cb8911fb25dfd2286966b9b914
86+
checksum: e7f961274f2cfc14c81e32dc0f10b06123a847e9fe73ec7b4df90411c3ebdad8ffecd7086f06aa46c2b24d8d27f2f8bef4b7c7319228c768256fc0e13819d395
8787
languageName: node
8888
linkType: hard
8989

@@ -113,6 +113,19 @@ __metadata:
113113
languageName: node
114114
linkType: hard
115115

116+
"@babel/generator@npm:^7.27.3":
117+
version: 7.27.3
118+
resolution: "@babel/generator@npm:7.27.3"
119+
dependencies:
120+
"@babel/parser": ^7.27.3
121+
"@babel/types": ^7.27.3
122+
"@jridgewell/gen-mapping": ^0.3.5
123+
"@jridgewell/trace-mapping": ^0.3.25
124+
jsesc: ^3.0.2
125+
checksum: c0b1b399ff62fa0f1903679ab2b088fd4312c33154c0ae78228094c196ecf53ce8e525b8f5e537ac3117ff9a49cdf7b3640f129114908dfadc6541853f3747a2
126+
languageName: node
127+
linkType: hard
128+
116129
"@babel/helper-annotate-as-pure@npm:^7.25.9":
117130
version: 7.25.9
118131
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
@@ -122,7 +135,7 @@ __metadata:
122135
languageName: node
123136
linkType: hard
124137

125-
"@babel/helper-compilation-targets@npm:^7.27.1":
138+
"@babel/helper-compilation-targets@npm:^7.27.2":
126139
version: 7.27.2
127140
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
128141
dependencies:
@@ -155,16 +168,16 @@ __metadata:
155168
languageName: node
156169
linkType: hard
157170

158-
"@babel/helper-module-transforms@npm:^7.27.1":
159-
version: 7.27.1
160-
resolution: "@babel/helper-module-transforms@npm:7.27.1"
171+
"@babel/helper-module-transforms@npm:^7.27.3":
172+
version: 7.27.3
173+
resolution: "@babel/helper-module-transforms@npm:7.27.3"
161174
dependencies:
162175
"@babel/helper-module-imports": ^7.27.1
163176
"@babel/helper-validator-identifier": ^7.27.1
164-
"@babel/traverse": ^7.27.1
177+
"@babel/traverse": ^7.27.3
165178
peerDependencies:
166179
"@babel/core": ^7.0.0
167-
checksum: 816dd166f0a850616d01ca198715d78fef052a834dc155dd57e4405d702f288071077be3ed58e13c86ac9e63ca560e876cc6d70cf5ef0f1f62bd9321084d4c06
180+
checksum: c611d42d3cb7ba23b1a864fcf8d6cde0dc99e876ca1c9a67e4d7919a70706ded4aaa45420de2bf7f7ea171e078e59f0edcfa15a56d74b9485e151b95b93b946e
168181
languageName: node
169182
linkType: hard
170183

@@ -217,13 +230,13 @@ __metadata:
217230
languageName: node
218231
linkType: hard
219232

220-
"@babel/helpers@npm:^7.27.1":
221-
version: 7.27.1
222-
resolution: "@babel/helpers@npm:7.27.1"
233+
"@babel/helpers@npm:^7.27.4":
234+
version: 7.27.4
235+
resolution: "@babel/helpers@npm:7.27.4"
223236
dependencies:
224-
"@babel/template": ^7.27.1
225-
"@babel/types": ^7.27.1
226-
checksum: 19ede1e996cbd295fb3a881ff70bc0f91c5133ebac256441e9ecd69dfba89456e75cf7ecf06cd276c638a4de7bd6eff21151961c78038d0b23d94b4d23415ee4
237+
"@babel/template": ^7.27.2
238+
"@babel/types": ^7.27.3
239+
checksum: a50ce7ff92d9a7235f68e72274c1c3aaa57e53439d8656fce5119e7d75fe383377634b2ebddf2e8b795af2b010a32808fe34834ba7e2f7fc49bf031a239c83a7
227240
languageName: node
228241
linkType: hard
229242

@@ -249,6 +262,17 @@ __metadata:
249262
languageName: node
250263
linkType: hard
251264

265+
"@babel/parser@npm:^7.27.3, @babel/parser@npm:^7.27.4":
266+
version: 7.27.4
267+
resolution: "@babel/parser@npm:7.27.4"
268+
dependencies:
269+
"@babel/types": ^7.27.3
270+
bin:
271+
parser: ./bin/babel-parser.js
272+
checksum: 846d26768826c79fecd0fddca34da1d3b2814afa2907b5379769e5265b15824ab2feea76c598b3db11284935bd04133b96bd5f5ca8d4c1cf2780000afd0feb68
273+
languageName: node
274+
linkType: hard
275+
252276
"@babel/plugin-syntax-jsx@npm:^7.25.9":
253277
version: 7.25.9
254278
resolution: "@babel/plugin-syntax-jsx@npm:7.25.9"
@@ -367,7 +391,7 @@ __metadata:
367391
languageName: node
368392
linkType: hard
369393

370-
"@babel/template@npm:^7.27.1":
394+
"@babel/template@npm:^7.27.1, @babel/template@npm:^7.27.2":
371395
version: 7.27.2
372396
resolution: "@babel/template@npm:7.27.2"
373397
dependencies:
@@ -408,6 +432,21 @@ __metadata:
408432
languageName: node
409433
linkType: hard
410434

435+
"@babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4":
436+
version: 7.27.4
437+
resolution: "@babel/traverse@npm:7.27.4"
438+
dependencies:
439+
"@babel/code-frame": ^7.27.1
440+
"@babel/generator": ^7.27.3
441+
"@babel/parser": ^7.27.4
442+
"@babel/template": ^7.27.2
443+
"@babel/types": ^7.27.3
444+
debug: ^4.3.1
445+
globals: ^11.1.0
446+
checksum: ae0047fe786e200ffb048929347b074988e8b68decdb9fc0e2b36ca3e137d72462f349fa0e6193e44fb3cb99f9c639654515028995b44d7040707cef48ddb5c1
447+
languageName: node
448+
linkType: hard
449+
411450
"@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":
412451
version: 7.27.0
413452
resolution: "@babel/types@npm:7.27.0"
@@ -428,6 +467,16 @@ __metadata:
428467
languageName: node
429468
linkType: hard
430469

470+
"@babel/types@npm:^7.27.3":
471+
version: 7.27.3
472+
resolution: "@babel/types@npm:7.27.3"
473+
dependencies:
474+
"@babel/helper-string-parser": ^7.27.1
475+
"@babel/helper-validator-identifier": ^7.27.1
476+
checksum: f0d43c0231f3ebc118480e149292dcd92ea128e2650285ced99ff2e5610db2171305f59aa07406ba0cb36af8e4331a53a69576d6b0c3f3176144dd3ad514b9ae
477+
languageName: node
478+
linkType: hard
479+
431480
"@bufbuild/protobuf@npm:^2.0.0":
432481
version: 2.2.5
433482
resolution: "@bufbuild/protobuf@npm:2.2.5"

0 commit comments

Comments
 (0)