Skip to content

Commit b4ededc

Browse files
Bump @babel/core from 7.27.4 to 7.27.7 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.4 to 7.27.7 - [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.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b904ba4 commit b4ededc

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
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.4",
43+
"@babel/core": "^7.27.7",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,29 @@ __metadata:
6363
languageName: node
6464
linkType: hard
6565

66+
"@babel/core@npm:^7.27.7":
67+
version: 7.27.7
68+
resolution: "@babel/core@npm:7.27.7"
69+
dependencies:
70+
"@ampproject/remapping": "npm:^2.2.0"
71+
"@babel/code-frame": "npm:^7.27.1"
72+
"@babel/generator": "npm:^7.27.5"
73+
"@babel/helper-compilation-targets": "npm:^7.27.2"
74+
"@babel/helper-module-transforms": "npm:^7.27.3"
75+
"@babel/helpers": "npm:^7.27.6"
76+
"@babel/parser": "npm:^7.27.7"
77+
"@babel/template": "npm:^7.27.2"
78+
"@babel/traverse": "npm:^7.27.7"
79+
"@babel/types": "npm:^7.27.7"
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: 02c0cd475821c5333d5ee5eb9a0565af1a38234b37859ae09c4c95d7171bbc11a23a6f733c31b3cb12dc523311bdc8f7f9d705136f33eeb6704b7fbd6e6468ca
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.6":
191+
version: 7.27.6
192+
resolution: "@babel/helpers@npm:7.27.6"
193+
dependencies:
194+
"@babel/template": "npm:^7.27.2"
195+
"@babel/types": "npm:^7.27.6"
196+
checksum: 448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
197+
languageName: node
198+
linkType: hard
199+
167200
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5":
168201
version: 7.27.5
169202
resolution: "@babel/parser@npm:7.27.5"
@@ -175,6 +208,17 @@ __metadata:
175208
languageName: node
176209
linkType: hard
177210

211+
"@babel/parser@npm:^7.27.7":
212+
version: 7.27.7
213+
resolution: "@babel/parser@npm:7.27.7"
214+
dependencies:
215+
"@babel/types": "npm:^7.27.7"
216+
bin:
217+
parser: ./bin/babel-parser.js
218+
checksum: f6202faeb873f0b3083022e50a5046fe07266d337c0a3bd80a491f8435ba6d9e383d49725e3dcd666b3b52c0dccb4e0f1f1004915762345f7eeed5ba54ea9fd2
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"
@@ -388,6 +432,21 @@ __metadata:
388432
languageName: node
389433
linkType: hard
390434

435+
"@babel/traverse@npm:^7.27.7":
436+
version: 7.27.7
437+
resolution: "@babel/traverse@npm:7.27.7"
438+
dependencies:
439+
"@babel/code-frame": "npm:^7.27.1"
440+
"@babel/generator": "npm:^7.27.5"
441+
"@babel/parser": "npm:^7.27.7"
442+
"@babel/template": "npm:^7.27.2"
443+
"@babel/types": "npm:^7.27.7"
444+
debug: "npm:^4.3.1"
445+
globals: "npm:^11.1.0"
446+
checksum: 941fecd0248546f059d58230590a2765d128ef072c8521c9e0bcf6037abf28a0ea4736003d0d695513128d07fe00a7bc57acaada2ed905941d44619b9f49cf0c
447+
languageName: node
448+
linkType: hard
449+
391450
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3":
392451
version: 7.27.3
393452
resolution: "@babel/types@npm:7.27.3"
@@ -398,6 +457,16 @@ __metadata:
398457
languageName: node
399458
linkType: hard
400459

460+
"@babel/types@npm:^7.27.6, @babel/types@npm:^7.27.7":
461+
version: 7.27.7
462+
resolution: "@babel/types@npm:7.27.7"
463+
dependencies:
464+
"@babel/helper-string-parser": "npm:^7.27.1"
465+
"@babel/helper-validator-identifier": "npm:^7.27.1"
466+
checksum: 1d1dcb5fa7cfba2b4034a3ab99ba17049bfc4af9e170935575246cdb1cee68b04329a0111506d9ae83fb917c47dbd4394a6db5e32fbd041b7834ffbb17ca086b
467+
languageName: node
468+
linkType: hard
469+
401470
"@bcoe/v8-coverage@npm:^0.2.3":
402471
version: 0.2.3
403472
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -906,7 +975,7 @@ __metadata:
906975
version: 0.0.0-use.local
907976
resolution: "@labforward/laboperator-workflow-schema@workspace:."
908977
dependencies:
909-
"@babel/core": "npm:^7.27.4"
978+
"@babel/core": "npm:^7.27.7"
910979
"@labforward/config": "npm:^0.1.8"
911980
"@labforward/eslint-config-node": "npm:^0.1.8"
912981
"@types/jest": "npm:^30.0.0"

0 commit comments

Comments
 (0)