Skip to content

Commit b6c32c5

Browse files
Bump @babel/core from 7.27.3 to 7.27.4 in the babel group
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@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 dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5e5151 commit b6c32c5

File tree

2 files changed

+62
-3
lines changed

2 files changed

+62
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/cli": "^7.27.2",
14-
"@babel/core": "^7.27.3",
14+
"@babel/core": "^7.27.4",
1515
"@babel/preset-env": "^7.27.2",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",

yarn.lock

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ __metadata:
6767
languageName: node
6868
linkType: hard
6969

70-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.3":
70+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9":
7171
version: 7.27.3
7272
resolution: "@babel/core@npm:7.27.3"
7373
dependencies:
@@ -90,6 +90,29 @@ __metadata:
9090
languageName: node
9191
linkType: hard
9292

93+
"@babel/core@npm:^7.27.4":
94+
version: 7.27.4
95+
resolution: "@babel/core@npm:7.27.4"
96+
dependencies:
97+
"@ampproject/remapping": "npm:^2.2.0"
98+
"@babel/code-frame": "npm:^7.27.1"
99+
"@babel/generator": "npm:^7.27.3"
100+
"@babel/helper-compilation-targets": "npm:^7.27.2"
101+
"@babel/helper-module-transforms": "npm:^7.27.3"
102+
"@babel/helpers": "npm:^7.27.4"
103+
"@babel/parser": "npm:^7.27.4"
104+
"@babel/template": "npm:^7.27.2"
105+
"@babel/traverse": "npm:^7.27.4"
106+
"@babel/types": "npm:^7.27.3"
107+
convert-source-map: "npm:^2.0.0"
108+
debug: "npm:^4.1.0"
109+
gensync: "npm:^1.0.0-beta.2"
110+
json5: "npm:^2.2.3"
111+
semver: "npm:^6.3.1"
112+
checksum: d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5
113+
languageName: node
114+
linkType: hard
115+
93116
"@babel/eslint-parser@npm:^7.26.8":
94117
version: 7.26.8
95118
resolution: "@babel/eslint-parser@npm:7.26.8"
@@ -311,6 +334,16 @@ __metadata:
311334
languageName: node
312335
linkType: hard
313336

337+
"@babel/helpers@npm:^7.27.4":
338+
version: 7.27.4
339+
resolution: "@babel/helpers@npm:7.27.4"
340+
dependencies:
341+
"@babel/template": "npm:^7.27.2"
342+
"@babel/types": "npm:^7.27.3"
343+
checksum: 3463551420926b3f403c1a30d66ac67bba5c4f73539a8ccb71544da129c4709ac37c57fac740ed8a261b3e6bbbf353b05e03b36ea1a6bf1081604b2a94ca43c1
344+
languageName: node
345+
linkType: hard
346+
314347
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.3":
315348
version: 7.27.3
316349
resolution: "@babel/parser@npm:7.27.3"
@@ -322,6 +355,17 @@ __metadata:
322355
languageName: node
323356
linkType: hard
324357

358+
"@babel/parser@npm:^7.27.4":
359+
version: 7.27.4
360+
resolution: "@babel/parser@npm:7.27.4"
361+
dependencies:
362+
"@babel/types": "npm:^7.27.3"
363+
bin:
364+
parser: ./bin/babel-parser.js
365+
checksum: d1bf17e7508585235e2a76594ba81828e48851877112bb8abbecd7161a31fb66654e993e458ddaedb18a3d5fa31970e5f3feca5ae2900f51e6d8d3d35da70dbf
366+
languageName: node
367+
linkType: hard
368+
325369
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
326370
version: 7.27.1
327371
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1313,6 +1357,21 @@ __metadata:
13131357
languageName: node
13141358
linkType: hard
13151359

1360+
"@babel/traverse@npm:^7.27.4":
1361+
version: 7.27.4
1362+
resolution: "@babel/traverse@npm:7.27.4"
1363+
dependencies:
1364+
"@babel/code-frame": "npm:^7.27.1"
1365+
"@babel/generator": "npm:^7.27.3"
1366+
"@babel/parser": "npm:^7.27.4"
1367+
"@babel/template": "npm:^7.27.2"
1368+
"@babel/types": "npm:^7.27.3"
1369+
debug: "npm:^4.3.1"
1370+
globals: "npm:^11.1.0"
1371+
checksum: 6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed
1372+
languageName: node
1373+
linkType: hard
1374+
13161375
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
13171376
version: 7.27.3
13181377
resolution: "@babel/types@npm:7.27.3"
@@ -5413,7 +5472,7 @@ __metadata:
54135472
resolution: "laboperator-middleware-development@workspace:."
54145473
dependencies:
54155474
"@babel/cli": "npm:^7.27.2"
5416-
"@babel/core": "npm:^7.27.3"
5475+
"@babel/core": "npm:^7.27.4"
54175476
"@babel/preset-env": "npm:^7.27.2"
54185477
"@babel/preset-typescript": "npm:^7.27.1"
54195478
"@labforward/config": "npm:~0.1.8"

0 commit comments

Comments
 (0)