Skip to content

Commit 4192388

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:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc4dd2b commit 4192388

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
@@ -40,7 +40,7 @@
4040
"ajv-formats": "^3.0.1"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.27.3",
43+
"@babel/core": "^7.27.4",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.3":
43+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9":
4444
version: 7.27.3
4545
resolution: "@babel/core@npm:7.27.3"
4646
dependencies:
@@ -63,6 +63,29 @@ __metadata:
6363
languageName: node
6464
linkType: hard
6565

66+
"@babel/core@npm:^7.27.4":
67+
version: 7.27.4
68+
resolution: "@babel/core@npm:7.27.4"
69+
dependencies:
70+
"@ampproject/remapping": "npm:^2.2.0"
71+
"@babel/code-frame": "npm:^7.27.1"
72+
"@babel/generator": "npm:^7.27.3"
73+
"@babel/helper-compilation-targets": "npm:^7.27.2"
74+
"@babel/helper-module-transforms": "npm:^7.27.3"
75+
"@babel/helpers": "npm:^7.27.4"
76+
"@babel/parser": "npm:^7.27.4"
77+
"@babel/template": "npm:^7.27.2"
78+
"@babel/traverse": "npm:^7.27.4"
79+
"@babel/types": "npm:^7.27.3"
80+
convert-source-map: "npm:^2.0.0"
81+
debug: "npm:^4.1.0"
82+
gensync: "npm:^1.0.0-beta.2"
83+
json5: "npm:^2.2.3"
84+
semver: "npm:^6.3.1"
85+
checksum: d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5
86+
languageName: node
87+
linkType: hard
88+
6689
"@babel/eslint-parser@npm:^7.26.8":
6790
version: 7.26.8
6891
resolution: "@babel/eslint-parser@npm:7.26.8"
@@ -164,6 +187,16 @@ __metadata:
164187
languageName: node
165188
linkType: hard
166189

190+
"@babel/helpers@npm:^7.27.4":
191+
version: 7.27.4
192+
resolution: "@babel/helpers@npm:7.27.4"
193+
dependencies:
194+
"@babel/template": "npm:^7.27.2"
195+
"@babel/types": "npm:^7.27.3"
196+
checksum: 3463551420926b3f403c1a30d66ac67bba5c4f73539a8ccb71544da129c4709ac37c57fac740ed8a261b3e6bbbf353b05e03b36ea1a6bf1081604b2a94ca43c1
197+
languageName: node
198+
linkType: hard
199+
167200
"@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":
168201
version: 7.27.3
169202
resolution: "@babel/parser@npm:7.27.3"
@@ -175,6 +208,17 @@ __metadata:
175208
languageName: node
176209
linkType: hard
177210

211+
"@babel/parser@npm:^7.27.4":
212+
version: 7.27.4
213+
resolution: "@babel/parser@npm:7.27.4"
214+
dependencies:
215+
"@babel/types": "npm:^7.27.3"
216+
bin:
217+
parser: ./bin/babel-parser.js
218+
checksum: d1bf17e7508585235e2a76594ba81828e48851877112bb8abbecd7161a31fb66654e993e458ddaedb18a3d5fa31970e5f3feca5ae2900f51e6d8d3d35da70dbf
219+
languageName: node
220+
linkType: hard
221+
178222
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
179223
version: 7.8.4
180224
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -355,6 +399,21 @@ __metadata:
355399
languageName: node
356400
linkType: hard
357401

402+
"@babel/traverse@npm:^7.27.4":
403+
version: 7.27.4
404+
resolution: "@babel/traverse@npm:7.27.4"
405+
dependencies:
406+
"@babel/code-frame": "npm:^7.27.1"
407+
"@babel/generator": "npm:^7.27.3"
408+
"@babel/parser": "npm:^7.27.4"
409+
"@babel/template": "npm:^7.27.2"
410+
"@babel/types": "npm:^7.27.3"
411+
debug: "npm:^4.3.1"
412+
globals: "npm:^11.1.0"
413+
checksum: 6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed
414+
languageName: node
415+
linkType: hard
416+
358417
"@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":
359418
version: 7.27.3
360419
resolution: "@babel/types@npm:7.27.3"
@@ -809,7 +868,7 @@ __metadata:
809868
version: 0.0.0-use.local
810869
resolution: "@labforward/laboperator-workflow-schema@workspace:."
811870
dependencies:
812-
"@babel/core": "npm:^7.27.3"
871+
"@babel/core": "npm:^7.27.4"
813872
"@labforward/config": "npm:^0.1.8"
814873
"@labforward/eslint-config-node": "npm:^0.1.8"
815874
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)