Skip to content

Commit 2acdeb9

Browse files
chore(deps): upgrade @babel/core to v7.28.4 (#1277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbac06f commit 2acdeb9

File tree

2 files changed

+62
-16
lines changed

2 files changed

+62
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"yargs": "17.7.2"
8585
},
8686
"devDependencies": {
87-
"@babel/core": "7.28.3",
87+
"@babel/core": "7.28.4",
8888
"@commitlint/cli": "19.8.1",
8989
"@commitlint/config-conventional": "19.8.1",
9090
"@commitlint/cz-commitlint": "19.8.1",

yarn.lock

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -405,26 +405,26 @@ __metadata:
405405
languageName: node
406406
linkType: hard
407407

408-
"@babel/core@npm:7.28.3":
409-
version: 7.28.3
410-
resolution: "@babel/core@npm:7.28.3"
408+
"@babel/core@npm:7.28.4":
409+
version: 7.28.4
410+
resolution: "@babel/core@npm:7.28.4"
411411
dependencies:
412-
"@ampproject/remapping": "npm:^2.2.0"
413412
"@babel/code-frame": "npm:^7.27.1"
414413
"@babel/generator": "npm:^7.28.3"
415414
"@babel/helper-compilation-targets": "npm:^7.27.2"
416415
"@babel/helper-module-transforms": "npm:^7.28.3"
417-
"@babel/helpers": "npm:^7.28.3"
418-
"@babel/parser": "npm:^7.28.3"
416+
"@babel/helpers": "npm:^7.28.4"
417+
"@babel/parser": "npm:^7.28.4"
419418
"@babel/template": "npm:^7.27.2"
420-
"@babel/traverse": "npm:^7.28.3"
421-
"@babel/types": "npm:^7.28.2"
419+
"@babel/traverse": "npm:^7.28.4"
420+
"@babel/types": "npm:^7.28.4"
421+
"@jridgewell/remapping": "npm:^2.3.5"
422422
convert-source-map: "npm:^2.0.0"
423423
debug: "npm:^4.1.0"
424424
gensync: "npm:^1.0.0-beta.2"
425425
json5: "npm:^2.2.3"
426426
semver: "npm:^6.3.1"
427-
checksum: 10/0faded84edcfd80f9a5ccc35abd46267360bba23ac295291becc8b8f9c95220f1914491b83b15e297201b19af78bbaf2ad48c2dc9d86b92f3f16a06938de8c72
427+
checksum: 10/0593295241fac9be567145ef16f3858d34fc91390a9438c6d47476be9823af4cc0488c851c59702dd46b968e9fd46d17ddf0105ea30195ca85f5a66b4044c519
428428
languageName: node
429429
linkType: hard
430430

@@ -1496,13 +1496,13 @@ __metadata:
14961496
languageName: node
14971497
linkType: hard
14981498

1499-
"@babel/helpers@npm:^7.28.3":
1500-
version: 7.28.3
1501-
resolution: "@babel/helpers@npm:7.28.3"
1499+
"@babel/helpers@npm:^7.28.4":
1500+
version: 7.28.4
1501+
resolution: "@babel/helpers@npm:7.28.4"
15021502
dependencies:
15031503
"@babel/template": "npm:^7.27.2"
1504-
"@babel/types": "npm:^7.28.2"
1505-
checksum: 10/6d39031bf07a001c731e5e23e024b3d5e4885a140ce7d46e17f10f0d819f8bdb974204b3aa7127e95b63a009abf0df0d81573ceeac6a8f9a3b28bde3d2e16dd1
1504+
"@babel/types": "npm:^7.28.4"
1505+
checksum: 10/5a70a82e196cf8808f8a449cc4780c34d02edda2bb136d39ce9d26e63b615f18e89a95472230c3ce7695db0d33e7026efeee56f6454ed43480f223007ed205eb
15061506
languageName: node
15071507
linkType: hard
15081508

@@ -1641,6 +1641,17 @@ __metadata:
16411641
languageName: node
16421642
linkType: hard
16431643

1644+
"@babel/parser@npm:^7.28.4":
1645+
version: 7.28.4
1646+
resolution: "@babel/parser@npm:7.28.4"
1647+
dependencies:
1648+
"@babel/types": "npm:^7.28.4"
1649+
bin:
1650+
parser: ./bin/babel-parser.js
1651+
checksum: 10/f54c46213ef180b149f6a17ea765bf40acc1aebe2009f594e2a283aec69a190c6dda1fdf24c61a258dbeb903abb8ffb7a28f1a378f8ab5d333846ce7b7e23bf1
1652+
languageName: node
1653+
linkType: hard
1654+
16441655
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
16451656
version: 7.25.9
16461657
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
@@ -4139,6 +4150,21 @@ __metadata:
41394150
languageName: node
41404151
linkType: hard
41414152

4153+
"@babel/traverse@npm:^7.28.4":
4154+
version: 7.28.4
4155+
resolution: "@babel/traverse@npm:7.28.4"
4156+
dependencies:
4157+
"@babel/code-frame": "npm:^7.27.1"
4158+
"@babel/generator": "npm:^7.28.3"
4159+
"@babel/helper-globals": "npm:^7.28.0"
4160+
"@babel/parser": "npm:^7.28.4"
4161+
"@babel/template": "npm:^7.27.2"
4162+
"@babel/types": "npm:^7.28.4"
4163+
debug: "npm:^4.3.1"
4164+
checksum: 10/c3099364b7b1c36bcd111099195d4abeef16499e5defb1e56766b754e8b768c252e856ed9041665158aa1b31215fc6682632756803c8fa53405381ec08c4752b
4165+
languageName: node
4166+
linkType: hard
4167+
41424168
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.16.7, @babel/types@npm:^7.17.0, @babel/types@npm:^7.18.0, @babel/types@npm:^7.18.2, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
41434169
version: 7.18.4
41444170
resolution: "@babel/types@npm:7.18.4"
@@ -4241,6 +4267,16 @@ __metadata:
42414267
languageName: node
42424268
linkType: hard
42434269

4270+
"@babel/types@npm:^7.28.4":
4271+
version: 7.28.4
4272+
resolution: "@babel/types@npm:7.28.4"
4273+
dependencies:
4274+
"@babel/helper-string-parser": "npm:^7.27.1"
4275+
"@babel/helper-validator-identifier": "npm:^7.27.1"
4276+
checksum: 10/db50bf257aafa5d845ad16dae0587f57d596e4be4cbb233ea539976a4c461f9fbcc0bf3d37adae3f8ce5dcb4001462aa608f3558161258b585f6ce6ce21a2e45
4277+
languageName: node
4278+
linkType: hard
4279+
42444280
"@bcoe/v8-coverage@npm:^0.2.3":
42454281
version: 0.2.3
42464282
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -6715,6 +6751,16 @@ __metadata:
67156751
languageName: node
67166752
linkType: hard
67176753

6754+
"@jridgewell/remapping@npm:^2.3.5":
6755+
version: 2.3.5
6756+
resolution: "@jridgewell/remapping@npm:2.3.5"
6757+
dependencies:
6758+
"@jridgewell/gen-mapping": "npm:^0.3.5"
6759+
"@jridgewell/trace-mapping": "npm:^0.3.24"
6760+
checksum: 10/c2bb01856e65b506d439455f28aceacf130d6c023d1d4e3b48705e88def3571753e1a887daa04b078b562316c92d26ce36408a60534bceca3f830aec88a339ad
6761+
languageName: node
6762+
linkType: hard
6763+
67186764
"@jridgewell/resolve-uri@npm:3.1.0":
67196765
version: 3.1.0
67206766
resolution: "@jridgewell/resolve-uri@npm:3.1.0"
@@ -15439,7 +15485,7 @@ __metadata:
1543915485
version: 0.0.0-use.local
1544015486
resolution: "dashdot@workspace:."
1544115487
dependencies:
15442-
"@babel/core": "npm:7.28.3"
15488+
"@babel/core": "npm:7.28.4"
1544315489
"@commitlint/cli": "npm:19.8.1"
1544415490
"@commitlint/config-conventional": "npm:19.8.1"
1544515491
"@commitlint/cz-commitlint": "npm:19.8.1"

0 commit comments

Comments
 (0)