Skip to content

Commit 197a8cd

Browse files
Bump @babel/core from 7.28.3 to 7.28.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.28.3 to 7.28.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.28.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 463e7cd commit 197a8cd

File tree

2 files changed

+92
-3
lines changed

2 files changed

+92
-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.28.3",
14-
"@babel/core": "^7.28.3",
14+
"@babel/core": "^7.28.4",
1515
"@babel/preset-env": "^7.28.3",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",

yarn.lock

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

93+
"@babel/core@npm:^7.28.4":
94+
version: 7.28.4
95+
resolution: "@babel/core@npm:7.28.4"
96+
dependencies:
97+
"@babel/code-frame": "npm:^7.27.1"
98+
"@babel/generator": "npm:^7.28.3"
99+
"@babel/helper-compilation-targets": "npm:^7.27.2"
100+
"@babel/helper-module-transforms": "npm:^7.28.3"
101+
"@babel/helpers": "npm:^7.28.4"
102+
"@babel/parser": "npm:^7.28.4"
103+
"@babel/template": "npm:^7.27.2"
104+
"@babel/traverse": "npm:^7.28.4"
105+
"@babel/types": "npm:^7.28.4"
106+
"@jridgewell/remapping": "npm:^2.3.5"
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: ef5a6c3c6bf40d3589b5593f8118cfe2602ce737412629fb6e26d595be2fcbaae0807b43027a5c42ec4fba5b895ff65891f2503b5918c8a3ea3542ab44d4c278
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"
@@ -318,6 +341,16 @@ __metadata:
318341
languageName: node
319342
linkType: hard
320343

344+
"@babel/helpers@npm:^7.28.4":
345+
version: 7.28.4
346+
resolution: "@babel/helpers@npm:7.28.4"
347+
dependencies:
348+
"@babel/template": "npm:^7.27.2"
349+
"@babel/types": "npm:^7.28.4"
350+
checksum: aaa5fb8098926dfed5f223adf2c5e4c7fbba4b911b73dfec2d7d3083f8ba694d201a206db673da2d9b3ae8c01793e795767654558c450c8c14b4c2175b4fcb44
351+
languageName: node
352+
linkType: hard
353+
321354
"@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.28.3":
322355
version: 7.28.3
323356
resolution: "@babel/parser@npm:7.28.3"
@@ -329,6 +362,17 @@ __metadata:
329362
languageName: node
330363
linkType: hard
331364

365+
"@babel/parser@npm:^7.28.4":
366+
version: 7.28.4
367+
resolution: "@babel/parser@npm:7.28.4"
368+
dependencies:
369+
"@babel/types": "npm:^7.28.4"
370+
bin:
371+
parser: ./bin/babel-parser.js
372+
checksum: 58b239a5b1477ac7ed7e29d86d675cc81075ca055424eba6485872626db2dc556ce63c45043e5a679cd925e999471dba8a3ed4864e7ab1dbf64306ab72c52707
373+
languageName: node
374+
linkType: hard
375+
332376
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
333377
version: 7.27.1
334378
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1335,6 +1379,21 @@ __metadata:
13351379
languageName: node
13361380
linkType: hard
13371381

1382+
"@babel/traverse@npm:^7.28.4":
1383+
version: 7.28.4
1384+
resolution: "@babel/traverse@npm:7.28.4"
1385+
dependencies:
1386+
"@babel/code-frame": "npm:^7.27.1"
1387+
"@babel/generator": "npm:^7.28.3"
1388+
"@babel/helper-globals": "npm:^7.28.0"
1389+
"@babel/parser": "npm:^7.28.4"
1390+
"@babel/template": "npm:^7.27.2"
1391+
"@babel/types": "npm:^7.28.4"
1392+
debug: "npm:^4.3.1"
1393+
checksum: ee678fdd49c9f54a32e07e8455242390d43ce44887cea6567b233fe13907b89240c377e7633478a32c6cf1be0e17c2f7f3b0c59f0666e39c5074cc47b968489c
1394+
languageName: node
1395+
linkType: hard
1396+
13381397
"@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.28.2, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
13391398
version: 7.28.2
13401399
resolution: "@babel/types@npm:7.28.2"
@@ -1345,6 +1404,16 @@ __metadata:
13451404
languageName: node
13461405
linkType: hard
13471406

1407+
"@babel/types@npm:^7.28.4":
1408+
version: 7.28.4
1409+
resolution: "@babel/types@npm:7.28.4"
1410+
dependencies:
1411+
"@babel/helper-string-parser": "npm:^7.27.1"
1412+
"@babel/helper-validator-identifier": "npm:^7.27.1"
1413+
checksum: ac6f909d6191319e08c80efbfac7bd9a25f80cc83b43cd6d82e7233f7a6b9d6e7b90236f3af7400a3f83b576895bcab9188a22b584eb0f224e80e6d4e95f4517
1414+
languageName: node
1415+
linkType: hard
1416+
13481417
"@bcoe/v8-coverage@npm:^0.2.3":
13491418
version: 0.2.3
13501419
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -1693,6 +1762,26 @@ __metadata:
16931762
languageName: node
16941763
linkType: hard
16951764

1765+
"@jridgewell/gen-mapping@npm:^0.3.5":
1766+
version: 0.3.13
1767+
resolution: "@jridgewell/gen-mapping@npm:0.3.13"
1768+
dependencies:
1769+
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
1770+
"@jridgewell/trace-mapping": "npm:^0.3.24"
1771+
checksum: 9a7d65fb13bd9aec1fbab74cda08496839b7e2ceb31f5ab922b323e94d7c481ce0fc4fd7e12e2610915ed8af51178bdc61e168e92a8c8b8303b030b03489b13b
1772+
languageName: node
1773+
linkType: hard
1774+
1775+
"@jridgewell/remapping@npm:^2.3.5":
1776+
version: 2.3.5
1777+
resolution: "@jridgewell/remapping@npm:2.3.5"
1778+
dependencies:
1779+
"@jridgewell/gen-mapping": "npm:^0.3.5"
1780+
"@jridgewell/trace-mapping": "npm:^0.3.24"
1781+
checksum: 3de494219ffeb2c5c38711d0d7bb128097edf91893090a2dbc8ee0b55d092bb7347b1fd0f478486c5eab010e855c73927b1666f2107516d472d24a73017d1194
1782+
languageName: node
1783+
linkType: hard
1784+
16961785
"@jridgewell/resolve-uri@npm:^3.1.0":
16971786
version: 3.1.1
16981787
resolution: "@jridgewell/resolve-uri@npm:3.1.1"
@@ -5422,7 +5511,7 @@ __metadata:
54225511
resolution: "laboperator-middleware-development@workspace:."
54235512
dependencies:
54245513
"@babel/cli": "npm:^7.28.3"
5425-
"@babel/core": "npm:^7.28.3"
5514+
"@babel/core": "npm:^7.28.4"
54265515
"@babel/preset-env": "npm:^7.28.3"
54275516
"@babel/preset-typescript": "npm:^7.27.1"
54285517
"@labforward/config": "npm:~0.1.8"

0 commit comments

Comments
 (0)