Skip to content

Commit f663032

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

File tree

2 files changed

+85
-3
lines changed

2 files changed

+85
-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.4",
14+
"@babel/core": "^7.27.7",
1515
"@babel/preset-env": "^7.27.2",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",

yarn.lock

Lines changed: 84 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.4":
70+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9":
7171
version: 7.27.4
7272
resolution: "@babel/core@npm:7.27.4"
7373
dependencies:
@@ -90,6 +90,29 @@ __metadata:
9090
languageName: node
9191
linkType: hard
9292

93+
"@babel/core@npm:^7.27.7":
94+
version: 7.27.7
95+
resolution: "@babel/core@npm:7.27.7"
96+
dependencies:
97+
"@ampproject/remapping": "npm:^2.2.0"
98+
"@babel/code-frame": "npm:^7.27.1"
99+
"@babel/generator": "npm:^7.27.5"
100+
"@babel/helper-compilation-targets": "npm:^7.27.2"
101+
"@babel/helper-module-transforms": "npm:^7.27.3"
102+
"@babel/helpers": "npm:^7.27.6"
103+
"@babel/parser": "npm:^7.27.7"
104+
"@babel/template": "npm:^7.27.2"
105+
"@babel/traverse": "npm:^7.27.7"
106+
"@babel/types": "npm:^7.27.7"
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: 02c0cd475821c5333d5ee5eb9a0565af1a38234b37859ae09c4c95d7171bbc11a23a6f733c31b3cb12dc523311bdc8f7f9d705136f33eeb6704b7fbd6e6468ca
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"
@@ -117,6 +140,19 @@ __metadata:
117140
languageName: node
118141
linkType: hard
119142

143+
"@babel/generator@npm:^7.27.5":
144+
version: 7.27.5
145+
resolution: "@babel/generator@npm:7.27.5"
146+
dependencies:
147+
"@babel/parser": "npm:^7.27.5"
148+
"@babel/types": "npm:^7.27.3"
149+
"@jridgewell/gen-mapping": "npm:^0.3.5"
150+
"@jridgewell/trace-mapping": "npm:^0.3.25"
151+
jsesc: "npm:^3.0.2"
152+
checksum: 8f649ef4cd81765c832bb11de4d6064b035ffebdecde668ba7abee68a7b0bce5c9feabb5dc5bb8aeba5bd9e5c2afa3899d852d2bd9ca77a711ba8c8379f416f0
153+
languageName: node
154+
linkType: hard
155+
120156
"@babel/helper-annotate-as-pure@npm:^7.27.1":
121157
version: 7.27.1
122158
resolution: "@babel/helper-annotate-as-pure@npm:7.27.1"
@@ -311,6 +347,16 @@ __metadata:
311347
languageName: node
312348
linkType: hard
313349

350+
"@babel/helpers@npm:^7.27.6":
351+
version: 7.27.6
352+
resolution: "@babel/helpers@npm:7.27.6"
353+
dependencies:
354+
"@babel/template": "npm:^7.27.2"
355+
"@babel/types": "npm:^7.27.6"
356+
checksum: 448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
357+
languageName: node
358+
linkType: hard
359+
314360
"@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, @babel/parser@npm:^7.27.4":
315361
version: 7.27.4
316362
resolution: "@babel/parser@npm:7.27.4"
@@ -322,6 +368,17 @@ __metadata:
322368
languageName: node
323369
linkType: hard
324370

371+
"@babel/parser@npm:^7.27.5, @babel/parser@npm:^7.27.7":
372+
version: 7.27.7
373+
resolution: "@babel/parser@npm:7.27.7"
374+
dependencies:
375+
"@babel/types": "npm:^7.27.7"
376+
bin:
377+
parser: ./bin/babel-parser.js
378+
checksum: f6202faeb873f0b3083022e50a5046fe07266d337c0a3bd80a491f8435ba6d9e383d49725e3dcd666b3b52c0dccb4e0f1f1004915762345f7eeed5ba54ea9fd2
379+
languageName: node
380+
linkType: hard
381+
325382
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
326383
version: 7.27.1
327384
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1313,6 +1370,21 @@ __metadata:
13131370
languageName: node
13141371
linkType: hard
13151372

1373+
"@babel/traverse@npm:^7.27.7":
1374+
version: 7.27.7
1375+
resolution: "@babel/traverse@npm:7.27.7"
1376+
dependencies:
1377+
"@babel/code-frame": "npm:^7.27.1"
1378+
"@babel/generator": "npm:^7.27.5"
1379+
"@babel/parser": "npm:^7.27.7"
1380+
"@babel/template": "npm:^7.27.2"
1381+
"@babel/types": "npm:^7.27.7"
1382+
debug: "npm:^4.3.1"
1383+
globals: "npm:^11.1.0"
1384+
checksum: 941fecd0248546f059d58230590a2765d128ef072c8521c9e0bcf6037abf28a0ea4736003d0d695513128d07fe00a7bc57acaada2ed905941d44619b9f49cf0c
1385+
languageName: node
1386+
linkType: hard
1387+
13161388
"@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":
13171389
version: 7.27.3
13181390
resolution: "@babel/types@npm:7.27.3"
@@ -1323,6 +1395,16 @@ __metadata:
13231395
languageName: node
13241396
linkType: hard
13251397

1398+
"@babel/types@npm:^7.27.6, @babel/types@npm:^7.27.7":
1399+
version: 7.27.7
1400+
resolution: "@babel/types@npm:7.27.7"
1401+
dependencies:
1402+
"@babel/helper-string-parser": "npm:^7.27.1"
1403+
"@babel/helper-validator-identifier": "npm:^7.27.1"
1404+
checksum: 1d1dcb5fa7cfba2b4034a3ab99ba17049bfc4af9e170935575246cdb1cee68b04329a0111506d9ae83fb917c47dbd4394a6db5e32fbd041b7834ffbb17ca086b
1405+
languageName: node
1406+
linkType: hard
1407+
13261408
"@bcoe/v8-coverage@npm:^0.2.3":
13271409
version: 0.2.3
13281410
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -5413,7 +5495,7 @@ __metadata:
54135495
resolution: "laboperator-middleware-development@workspace:."
54145496
dependencies:
54155497
"@babel/cli": "npm:^7.27.2"
5416-
"@babel/core": "npm:^7.27.4"
5498+
"@babel/core": "npm:^7.27.7"
54175499
"@babel/preset-env": "npm:^7.27.2"
54185500
"@babel/preset-typescript": "npm:^7.27.1"
54195501
"@labforward/config": "npm:~0.1.8"

0 commit comments

Comments
 (0)