Skip to content

Commit 4173d94

Browse files
chore(deps-dev): bump @babel/core from 7.28.3 to 7.28.4 (#9053)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1a6fdc commit 4173d94

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
@@ -33,7 +33,7 @@
3333
},
3434
"description": "The most secure collaboration platform.",
3535
"devDependencies": {
36-
"@babel/core": "7.28.3",
36+
"@babel/core": "7.28.4",
3737
"@babel/helper-string-parser": "7.27.1",
3838
"@babel/plugin-proposal-class-properties": "7.18.6",
3939
"@babel/plugin-proposal-optional-chaining": "7.21.0",

yarn.lock

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,26 @@ __metadata:
8787
languageName: node
8888
linkType: hard
8989

90-
"@babel/core@npm:7.28.3":
91-
version: 7.28.3
92-
resolution: "@babel/core@npm:7.28.3"
90+
"@babel/core@npm:7.28.4":
91+
version: 7.28.4
92+
resolution: "@babel/core@npm:7.28.4"
9393
dependencies:
94-
"@ampproject/remapping": ^2.2.0
9594
"@babel/code-frame": ^7.27.1
9695
"@babel/generator": ^7.28.3
9796
"@babel/helper-compilation-targets": ^7.27.2
9897
"@babel/helper-module-transforms": ^7.28.3
99-
"@babel/helpers": ^7.28.3
100-
"@babel/parser": ^7.28.3
98+
"@babel/helpers": ^7.28.4
99+
"@babel/parser": ^7.28.4
101100
"@babel/template": ^7.27.2
102-
"@babel/traverse": ^7.28.3
103-
"@babel/types": ^7.28.2
101+
"@babel/traverse": ^7.28.4
102+
"@babel/types": ^7.28.4
103+
"@jridgewell/remapping": ^2.3.5
104104
convert-source-map: ^2.0.0
105105
debug: ^4.1.0
106106
gensync: ^1.0.0-beta.2
107107
json5: ^2.2.3
108108
semver: ^6.3.1
109-
checksum: d09132cd752730d219bdd29dbd65cb647151105bef6e615cfb6d57249f71a3d1aaf8a5beaa1c7ec54ad927962e4913ebc660f7f0c3e65c39bc171bc386285e50
109+
checksum: f55b90b2c61a6461f5c0ccab74d32af9c67448c43c629529ba7ec3c61d87fa8c408cc9305bfb1f5b09e671d25436d44eaf75c48dee5dc0a5c5e21c01290f5134
110110
languageName: node
111111
linkType: hard
112112

@@ -684,13 +684,13 @@ __metadata:
684684
languageName: node
685685
linkType: hard
686686

687-
"@babel/helpers@npm:^7.28.3":
688-
version: 7.28.3
689-
resolution: "@babel/helpers@npm:7.28.3"
687+
"@babel/helpers@npm:^7.28.4":
688+
version: 7.28.4
689+
resolution: "@babel/helpers@npm:7.28.4"
690690
dependencies:
691691
"@babel/template": ^7.27.2
692-
"@babel/types": ^7.28.2
693-
checksum: 16c7f259dbd23834740ebc1c7e5a32d9424615eacd324ee067b585ab40eaafab37e2e50f50c84183a7e7a31251dc5a65a2ec4f8395f049001bbe6e14d0d3e9d4
692+
"@babel/types": ^7.28.4
693+
checksum: a8706219e0bd60c18bbb8e010aa122e9b14e7e7e67c21cc101e6f1b5e79dcb9a18d674f655997f85daaf421aa138cf284710bb04371a2255a0a3137f097430b4
694694
languageName: node
695695
linkType: hard
696696

@@ -796,6 +796,17 @@ __metadata:
796796
languageName: node
797797
linkType: hard
798798

799+
"@babel/parser@npm:^7.28.4":
800+
version: 7.28.4
801+
resolution: "@babel/parser@npm:7.28.4"
802+
dependencies:
803+
"@babel/types": ^7.28.4
804+
bin:
805+
parser: ./bin/babel-parser.js
806+
checksum: d95e283fe1153039b396926ef567ca1ab114afb5c732a23bbcbbd0465ac59971aeb6a63f37593ce7671a52d34ec52b23008c999d68241b42d26928c540464063
807+
languageName: node
808+
linkType: hard
809+
799810
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
800811
version: 7.27.1
801812
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -2026,6 +2037,21 @@ __metadata:
20262037
languageName: node
20272038
linkType: hard
20282039

2040+
"@babel/traverse@npm:^7.28.4":
2041+
version: 7.28.4
2042+
resolution: "@babel/traverse@npm:7.28.4"
2043+
dependencies:
2044+
"@babel/code-frame": ^7.27.1
2045+
"@babel/generator": ^7.28.3
2046+
"@babel/helper-globals": ^7.28.0
2047+
"@babel/parser": ^7.28.4
2048+
"@babel/template": ^7.27.2
2049+
"@babel/types": ^7.28.4
2050+
debug: ^4.3.1
2051+
checksum: d603b8ce4e55ba4fc7b28d3362cc2b1b20bc887e471c8a59fe87b2578c26803c9ef8fcd118081dd8283ea78e0e9a6df9d88c8520033c6aaf81eec30d2a669151
2052+
languageName: node
2053+
linkType: hard
2054+
20292055
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.0, @babel/types@npm:^7.21.4, @babel/types@npm:^7.21.5, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.7.0, @babel/types@npm:^7.8.3":
20302056
version: 7.21.5
20312057
resolution: "@babel/types@npm:7.21.5"
@@ -2099,6 +2125,16 @@ __metadata:
20992125
languageName: node
21002126
linkType: hard
21012127

2128+
"@babel/types@npm:^7.28.4":
2129+
version: 7.28.4
2130+
resolution: "@babel/types@npm:7.28.4"
2131+
dependencies:
2132+
"@babel/helper-string-parser": ^7.27.1
2133+
"@babel/helper-validator-identifier": ^7.27.1
2134+
checksum: a369b4fb73415a2ed902a15576b49696ae9777ddee394a7a904c62e6fbb31f43906b0147ae0b8f03ac17f20c248eac093df349e33c65c94617b12e524b759694
2135+
languageName: node
2136+
linkType: hard
2137+
21022138
"@bcoe/v8-coverage@npm:^0.2.3":
21032139
version: 0.2.3
21042140
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -3007,6 +3043,16 @@ __metadata:
30073043
languageName: node
30083044
linkType: hard
30093045

3046+
"@jridgewell/remapping@npm:^2.3.5":
3047+
version: 2.3.5
3048+
resolution: "@jridgewell/remapping@npm:2.3.5"
3049+
dependencies:
3050+
"@jridgewell/gen-mapping": ^0.3.5
3051+
"@jridgewell/trace-mapping": ^0.3.24
3052+
checksum: 4a66a7397c3dc9c6b5c14a0024b1f98c5e1d90a0dbc1e5955b5038f2db339904df2a0ee8a66559fafb4fc23ff33700a2639fd40bbdd2e9e82b58b3bdf83738e3
3053+
languageName: node
3054+
linkType: hard
3055+
30103056
"@jridgewell/resolve-uri@npm:3.1.0":
30113057
version: 3.1.0
30123058
resolution: "@jridgewell/resolve-uri@npm:3.1.0"
@@ -19919,7 +19965,7 @@ __metadata:
1991919965
version: 0.0.0-use.local
1992019966
resolution: "wire-desktop@workspace:."
1992119967
dependencies:
19922-
"@babel/core": 7.28.3
19968+
"@babel/core": 7.28.4
1992319969
"@babel/helper-string-parser": 7.27.1
1992419970
"@babel/plugin-proposal-class-properties": 7.18.6
1992519971
"@babel/plugin-proposal-optional-chaining": 7.21.0

0 commit comments

Comments
 (0)