Skip to content

Commit 280d316

Browse files
build(deps): bump @babel/core from 7.27.3 to 7.27.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.27.3 to 7.27.4. - [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.27.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13798e8 commit 280d316

File tree

2 files changed

+39
-13
lines changed

2 files changed

+39
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeharbor",
33
"private": true,
44
"dependencies": {
5-
"@babel/core": "7.27.3",
5+
"@babel/core": "7.27.4",
66
"@babel/plugin-transform-runtime": "7.27.4",
77
"@babel/preset-env": "7.27.2",
88
"@babel/runtime": "7.27.4",

yarn.lock

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@babel/core@npm:7.27.3":
37-
version: 7.27.3
38-
resolution: "@babel/core@npm:7.27.3"
36+
"@babel/core@npm:7.27.4":
37+
version: 7.27.4
38+
resolution: "@babel/core@npm:7.27.4"
3939
dependencies:
4040
"@ampproject/remapping": "npm:^2.2.0"
4141
"@babel/code-frame": "npm:^7.27.1"
4242
"@babel/generator": "npm:^7.27.3"
4343
"@babel/helper-compilation-targets": "npm:^7.27.2"
4444
"@babel/helper-module-transforms": "npm:^7.27.3"
45-
"@babel/helpers": "npm:^7.27.3"
46-
"@babel/parser": "npm:^7.27.3"
45+
"@babel/helpers": "npm:^7.27.4"
46+
"@babel/parser": "npm:^7.27.4"
4747
"@babel/template": "npm:^7.27.2"
48-
"@babel/traverse": "npm:^7.27.3"
48+
"@babel/traverse": "npm:^7.27.4"
4949
"@babel/types": "npm:^7.27.3"
5050
convert-source-map: "npm:^2.0.0"
5151
debug: "npm:^4.1.0"
5252
gensync: "npm:^1.0.0-beta.2"
5353
json5: "npm:^2.2.3"
5454
semver: "npm:^6.3.1"
55-
checksum: 10c0/c6ada8f64d238f1cc166e21e5d056f96e976fc5132cc6f4ebaf5369bc5b1c62bc802756feed15240e0e8448a9a9434796b11af2f304b5aa3781f125b4928a6ba
55+
checksum: 10c0/d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5
5656
languageName: node
5757
linkType: hard
5858

@@ -279,13 +279,13 @@ __metadata:
279279
languageName: node
280280
linkType: hard
281281

282-
"@babel/helpers@npm:^7.27.3":
283-
version: 7.27.3
284-
resolution: "@babel/helpers@npm:7.27.3"
282+
"@babel/helpers@npm:^7.27.4":
283+
version: 7.27.4
284+
resolution: "@babel/helpers@npm:7.27.4"
285285
dependencies:
286286
"@babel/template": "npm:^7.27.2"
287287
"@babel/types": "npm:^7.27.3"
288-
checksum: 10c0/b6c9a5bddcda88e39e87b15d7fed592828ed9b7b75e055bbc00212bbff2ba78d00d26358fbe878d7a052aebd3c33d39882b9e7f2ea9865180897b18efdfaf739
288+
checksum: 10c0/3463551420926b3f403c1a30d66ac67bba5c4f73539a8ccb71544da129c4709ac37c57fac740ed8a261b3e6bbbf353b05e03b36ea1a6bf1081604b2a94ca43c1
289289
languageName: node
290290
linkType: hard
291291

@@ -311,6 +311,17 @@ __metadata:
311311
languageName: node
312312
linkType: hard
313313

314+
"@babel/parser@npm:^7.27.4":
315+
version: 7.27.4
316+
resolution: "@babel/parser@npm:7.27.4"
317+
dependencies:
318+
"@babel/types": "npm:^7.27.3"
319+
bin:
320+
parser: ./bin/babel-parser.js
321+
checksum: 10c0/d1bf17e7508585235e2a76594ba81828e48851877112bb8abbecd7161a31fb66654e993e458ddaedb18a3d5fa31970e5f3feca5ae2900f51e6d8d3d35da70dbf
322+
languageName: node
323+
linkType: hard
324+
314325
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
315326
version: 7.27.1
316327
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1163,6 +1174,21 @@ __metadata:
11631174
languageName: node
11641175
linkType: hard
11651176

1177+
"@babel/traverse@npm:^7.27.4":
1178+
version: 7.27.4
1179+
resolution: "@babel/traverse@npm:7.27.4"
1180+
dependencies:
1181+
"@babel/code-frame": "npm:^7.27.1"
1182+
"@babel/generator": "npm:^7.27.3"
1183+
"@babel/parser": "npm:^7.27.4"
1184+
"@babel/template": "npm:^7.27.2"
1185+
"@babel/types": "npm:^7.27.3"
1186+
debug: "npm:^4.3.1"
1187+
globals: "npm:^11.1.0"
1188+
checksum: 10c0/6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed
1189+
languageName: node
1190+
linkType: hard
1191+
11661192
"@babel/types@npm:^7.27.1, @babel/types@npm:^7.4.4":
11671193
version: 7.27.1
11681194
resolution: "@babel/types@npm:7.27.1"
@@ -2586,7 +2612,7 @@ __metadata:
25862612
version: 0.0.0-use.local
25872613
resolution: "codeharbor@workspace:."
25882614
dependencies:
2589-
"@babel/core": "npm:7.27.3"
2615+
"@babel/core": "npm:7.27.4"
25902616
"@babel/plugin-transform-runtime": "npm:7.27.4"
25912617
"@babel/preset-env": "npm:7.27.2"
25922618
"@babel/runtime": "npm:7.27.4"

0 commit comments

Comments
 (0)