Skip to content

Commit e94ab6b

Browse files
Bump the babel group with 3 updates
Bumps the babel group with 3 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/cli` from 7.28.0 to 7.28.3 - [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.3/packages/babel-cli) Updates `@babel/core` from 7.28.0 to 7.28.3 - [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.3/packages/babel-core) Updates `@babel/preset-env` from 7.28.0 to 7.28.3 - [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.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b213baf commit e94ab6b

File tree

2 files changed

+150
-38
lines changed

2 files changed

+150
-38
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"laboperator-middleware": "./bin/cli"
1111
},
1212
"dependencies": {
13-
"@babel/cli": "^7.28.0",
14-
"@babel/core": "^7.28.0",
15-
"@babel/preset-env": "^7.28.0",
13+
"@babel/cli": "^7.28.3",
14+
"@babel/core": "^7.28.3",
15+
"@babel/preset-env": "^7.28.3",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",

yarn.lock

Lines changed: 147 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@babel/cli@npm:^7.28.0":
26-
version: 7.28.0
27-
resolution: "@babel/cli@npm:7.28.0"
25+
"@babel/cli@npm:^7.28.3":
26+
version: 7.28.3
27+
resolution: "@babel/cli@npm:7.28.3"
2828
dependencies:
2929
"@jridgewell/trace-mapping": "npm:^0.3.28"
3030
"@nicolo-ribaudo/chokidar-2": "npm:2.1.8-no-fsevents.3"
@@ -45,7 +45,7 @@ __metadata:
4545
bin:
4646
babel: ./bin/babel.js
4747
babel-external-helpers: ./bin/babel-external-helpers.js
48-
checksum: 963f434dcce51c0ccc3248f0e76911078b7069c01e360e7d3878762af1b5e51e92d9f47ebda42140f5faa2f4b5eadcc6a637eb70a1f8c5a797d3cce2d03f0bf9
48+
checksum: 69e557eea9f4549c39e6b2d656f46c8f58bea5e9d169cd3388da416a6031477a316f63127017c67a3d5b8b01e2336d036f4b9b8eaf81c1f37f948d9f8a03df6c
4949
languageName: node
5050
linkType: hard
5151

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

93+
"@babel/core@npm:^7.28.3":
94+
version: 7.28.3
95+
resolution: "@babel/core@npm:7.28.3"
96+
dependencies:
97+
"@ampproject/remapping": "npm:^2.2.0"
98+
"@babel/code-frame": "npm:^7.27.1"
99+
"@babel/generator": "npm:^7.28.3"
100+
"@babel/helper-compilation-targets": "npm:^7.27.2"
101+
"@babel/helper-module-transforms": "npm:^7.28.3"
102+
"@babel/helpers": "npm:^7.28.3"
103+
"@babel/parser": "npm:^7.28.3"
104+
"@babel/template": "npm:^7.27.2"
105+
"@babel/traverse": "npm:^7.28.3"
106+
"@babel/types": "npm:^7.28.2"
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: e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
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.28.3":
144+
version: 7.28.3
145+
resolution: "@babel/generator@npm:7.28.3"
146+
dependencies:
147+
"@babel/parser": "npm:^7.28.3"
148+
"@babel/types": "npm:^7.28.2"
149+
"@jridgewell/gen-mapping": "npm:^0.3.12"
150+
"@jridgewell/trace-mapping": "npm:^0.3.28"
151+
jsesc: "npm:^3.0.2"
152+
checksum: 0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
153+
languageName: node
154+
linkType: hard
155+
120156
"@babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3":
121157
version: 7.27.3
122158
resolution: "@babel/helper-annotate-as-pure@npm:7.27.3"
@@ -156,6 +192,23 @@ __metadata:
156192
languageName: node
157193
linkType: hard
158194

195+
"@babel/helper-create-class-features-plugin@npm:^7.28.3":
196+
version: 7.28.3
197+
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.3"
198+
dependencies:
199+
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
200+
"@babel/helper-member-expression-to-functions": "npm:^7.27.1"
201+
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
202+
"@babel/helper-replace-supers": "npm:^7.27.1"
203+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
204+
"@babel/traverse": "npm:^7.28.3"
205+
semver: "npm:^6.3.1"
206+
peerDependencies:
207+
"@babel/core": ^7.0.0
208+
checksum: f1ace9476d581929128fd4afc29783bb674663898577b2e48ed139cfd2e92dfc69654cff76cb8fd26fece6286f66a99a993186c1e0a3e17b703b352d0bcd1ca4
209+
languageName: node
210+
linkType: hard
211+
159212
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.27.1":
160213
version: 7.27.1
161214
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.27.1"
@@ -224,6 +277,19 @@ __metadata:
224277
languageName: node
225278
linkType: hard
226279

280+
"@babel/helper-module-transforms@npm:^7.28.3":
281+
version: 7.28.3
282+
resolution: "@babel/helper-module-transforms@npm:7.28.3"
283+
dependencies:
284+
"@babel/helper-module-imports": "npm:^7.27.1"
285+
"@babel/helper-validator-identifier": "npm:^7.27.1"
286+
"@babel/traverse": "npm:^7.28.3"
287+
peerDependencies:
288+
"@babel/core": ^7.0.0
289+
checksum: 549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
290+
languageName: node
291+
linkType: hard
292+
227293
"@babel/helper-optimise-call-expression@npm:^7.27.1":
228294
version: 7.27.1
229295
resolution: "@babel/helper-optimise-call-expression@npm:7.27.1"
@@ -318,6 +384,16 @@ __metadata:
318384
languageName: node
319385
linkType: hard
320386

387+
"@babel/helpers@npm:^7.28.3":
388+
version: 7.28.3
389+
resolution: "@babel/helpers@npm:7.28.3"
390+
dependencies:
391+
"@babel/template": "npm:^7.27.2"
392+
"@babel/types": "npm:^7.28.2"
393+
checksum: 03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
394+
languageName: node
395+
linkType: hard
396+
321397
"@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.0":
322398
version: 7.28.0
323399
resolution: "@babel/parser@npm:7.28.0"
@@ -329,6 +405,17 @@ __metadata:
329405
languageName: node
330406
linkType: hard
331407

408+
"@babel/parser@npm:^7.28.3":
409+
version: 7.28.3
410+
resolution: "@babel/parser@npm:7.28.3"
411+
dependencies:
412+
"@babel/types": "npm:^7.28.2"
413+
bin:
414+
parser: ./bin/babel-parser.js
415+
checksum: 1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729
416+
languageName: node
417+
linkType: hard
418+
332419
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
333420
version: 7.27.1
334421
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -376,15 +463,15 @@ __metadata:
376463
languageName: node
377464
linkType: hard
378465

379-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.27.1":
380-
version: 7.27.1
381-
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.27.1"
466+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.28.3":
467+
version: 7.28.3
468+
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.3"
382469
dependencies:
383470
"@babel/helper-plugin-utils": "npm:^7.27.1"
384-
"@babel/traverse": "npm:^7.27.1"
471+
"@babel/traverse": "npm:^7.28.3"
385472
peerDependencies:
386473
"@babel/core": ^7.0.0
387-
checksum: b94e6c3fc019e988b1499490829c327a1067b4ddea8ad402f6d0554793c9124148c2125338c723661b6dff040951abc1f092afbf3f2d234319cd580b68e52445
474+
checksum: 3cdc27c4e08a632a58e62c6017369401976edf1cd9ae73fd9f0d6770ddd9accf40b494db15b66bab8db2a8d5dc5bab5ca8c65b19b81fdca955cd8cbbe24daadb
388475
languageName: node
389476
linkType: hard
390477

@@ -656,31 +743,31 @@ __metadata:
656743
languageName: node
657744
linkType: hard
658745

659-
"@babel/plugin-transform-class-static-block@npm:^7.27.1":
660-
version: 7.27.1
661-
resolution: "@babel/plugin-transform-class-static-block@npm:7.27.1"
746+
"@babel/plugin-transform-class-static-block@npm:^7.28.3":
747+
version: 7.28.3
748+
resolution: "@babel/plugin-transform-class-static-block@npm:7.28.3"
662749
dependencies:
663-
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
750+
"@babel/helper-create-class-features-plugin": "npm:^7.28.3"
664751
"@babel/helper-plugin-utils": "npm:^7.27.1"
665752
peerDependencies:
666753
"@babel/core": ^7.12.0
667-
checksum: 396997dd81fc1cf242b921e337d25089d6b9dc3596e81322ff11a6359326dc44f2f8b82dcc279c2e514cafaf8964dc7ed39e9fab4b8af1308b57387d111f6a20
754+
checksum: 8c922a64f6f5b359f7515c89ef0037bad583b4484dfebc1f6bc1cf13462547aaceb19788827c57ec9a2d62495f34c4b471ca636bf61af00fdaea5e9642c82b60
668755
languageName: node
669756
linkType: hard
670757

671-
"@babel/plugin-transform-classes@npm:^7.28.0":
672-
version: 7.28.0
673-
resolution: "@babel/plugin-transform-classes@npm:7.28.0"
758+
"@babel/plugin-transform-classes@npm:^7.28.3":
759+
version: 7.28.3
760+
resolution: "@babel/plugin-transform-classes@npm:7.28.3"
674761
dependencies:
675762
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
676763
"@babel/helper-compilation-targets": "npm:^7.27.2"
677764
"@babel/helper-globals": "npm:^7.28.0"
678765
"@babel/helper-plugin-utils": "npm:^7.27.1"
679766
"@babel/helper-replace-supers": "npm:^7.27.1"
680-
"@babel/traverse": "npm:^7.28.0"
767+
"@babel/traverse": "npm:^7.28.3"
681768
peerDependencies:
682769
"@babel/core": ^7.0.0-0
683-
checksum: 3b213b43104fe99dd7e79401a86d09e545836e057a70ffe77e8196a87bf67ae167e502ae90afdf0d1a2be683be5652514aaeda743bd984e583523dd8ecfef887
770+
checksum: 01b6122a127c28ee42a41eacf7da14417901898a29b722c40fbf9d3db0755461f3b5a82c091496c47fe328d4e22f2266966654dc84749296f9cfabf8a4ad9e0c
684771
languageName: node
685772
linkType: hard
686773

@@ -1049,14 +1136,14 @@ __metadata:
10491136
languageName: node
10501137
linkType: hard
10511138

1052-
"@babel/plugin-transform-regenerator@npm:^7.28.0":
1053-
version: 7.28.0
1054-
resolution: "@babel/plugin-transform-regenerator@npm:7.28.0"
1139+
"@babel/plugin-transform-regenerator@npm:^7.28.3":
1140+
version: 7.28.3
1141+
resolution: "@babel/plugin-transform-regenerator@npm:7.28.3"
10551142
dependencies:
10561143
"@babel/helper-plugin-utils": "npm:^7.27.1"
10571144
peerDependencies:
10581145
"@babel/core": ^7.0.0-0
1059-
checksum: c6a416221044b4547a81945baefa309f635d35b06e90344e4a896e512b636446552cef4a72b4dc3033dc507a28ee76ddf112ca63728c0a90da8ae7498b410ada
1146+
checksum: 57443c680251f86aa75c15b02b9a741df2b76bcad8eb53b9941bc09b50d50108f108e1243effe99113892f07880d2d201e932677dce0b701aefb356ce7188be9
10601147
languageName: node
10611148
linkType: hard
10621149

@@ -1201,9 +1288,9 @@ __metadata:
12011288
languageName: node
12021289
linkType: hard
12031290

1204-
"@babel/preset-env@npm:^7.28.0":
1205-
version: 7.28.0
1206-
resolution: "@babel/preset-env@npm:7.28.0"
1291+
"@babel/preset-env@npm:^7.28.3":
1292+
version: 7.28.3
1293+
resolution: "@babel/preset-env@npm:7.28.3"
12071294
dependencies:
12081295
"@babel/compat-data": "npm:^7.28.0"
12091296
"@babel/helper-compilation-targets": "npm:^7.27.2"
@@ -1213,7 +1300,7 @@ __metadata:
12131300
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1"
12141301
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1"
12151302
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1"
1216-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.27.1"
1303+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.3"
12171304
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
12181305
"@babel/plugin-syntax-import-assertions": "npm:^7.27.1"
12191306
"@babel/plugin-syntax-import-attributes": "npm:^7.27.1"
@@ -1224,8 +1311,8 @@ __metadata:
12241311
"@babel/plugin-transform-block-scoped-functions": "npm:^7.27.1"
12251312
"@babel/plugin-transform-block-scoping": "npm:^7.28.0"
12261313
"@babel/plugin-transform-class-properties": "npm:^7.27.1"
1227-
"@babel/plugin-transform-class-static-block": "npm:^7.27.1"
1228-
"@babel/plugin-transform-classes": "npm:^7.28.0"
1314+
"@babel/plugin-transform-class-static-block": "npm:^7.28.3"
1315+
"@babel/plugin-transform-classes": "npm:^7.28.3"
12291316
"@babel/plugin-transform-computed-properties": "npm:^7.27.1"
12301317
"@babel/plugin-transform-destructuring": "npm:^7.28.0"
12311318
"@babel/plugin-transform-dotall-regex": "npm:^7.27.1"
@@ -1257,7 +1344,7 @@ __metadata:
12571344
"@babel/plugin-transform-private-methods": "npm:^7.27.1"
12581345
"@babel/plugin-transform-private-property-in-object": "npm:^7.27.1"
12591346
"@babel/plugin-transform-property-literals": "npm:^7.27.1"
1260-
"@babel/plugin-transform-regenerator": "npm:^7.28.0"
1347+
"@babel/plugin-transform-regenerator": "npm:^7.28.3"
12611348
"@babel/plugin-transform-regexp-modifiers": "npm:^7.27.1"
12621349
"@babel/plugin-transform-reserved-words": "npm:^7.27.1"
12631350
"@babel/plugin-transform-shorthand-properties": "npm:^7.27.1"
@@ -1277,7 +1364,7 @@ __metadata:
12771364
semver: "npm:^6.3.1"
12781365
peerDependencies:
12791366
"@babel/core": ^7.0.0-0
1280-
checksum: f343103b8f0e8da5be4ae031aff8bf35da4764997af4af78ae9506f421b785dd45da1bc09f845b1fc308c8b7d134aead4a1f89e7fb6e213cd2f9fe1d2aa78bc9
1367+
checksum: f7320cb062abf62de132ea2901135476938d32a896e03f5b7b3d543de08016053f6abbdaaf921d18fa43a0b76537dfd5ce8ee5dc647249b2057b8c6bf1289305
12811368
languageName: node
12821369
linkType: hard
12831370

@@ -1335,6 +1422,21 @@ __metadata:
13351422
languageName: node
13361423
linkType: hard
13371424

1425+
"@babel/traverse@npm:^7.28.3":
1426+
version: 7.28.3
1427+
resolution: "@babel/traverse@npm:7.28.3"
1428+
dependencies:
1429+
"@babel/code-frame": "npm:^7.27.1"
1430+
"@babel/generator": "npm:^7.28.3"
1431+
"@babel/helper-globals": "npm:^7.28.0"
1432+
"@babel/parser": "npm:^7.28.3"
1433+
"@babel/template": "npm:^7.27.2"
1434+
"@babel/types": "npm:^7.28.2"
1435+
debug: "npm:^4.3.1"
1436+
checksum: 26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3
1437+
languageName: node
1438+
linkType: hard
1439+
13381440
"@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.27.6, @babel/types@npm:^7.28.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
13391441
version: 7.28.0
13401442
resolution: "@babel/types@npm:7.28.0"
@@ -1345,6 +1447,16 @@ __metadata:
13451447
languageName: node
13461448
linkType: hard
13471449

1450+
"@babel/types@npm:^7.28.2":
1451+
version: 7.28.2
1452+
resolution: "@babel/types@npm:7.28.2"
1453+
dependencies:
1454+
"@babel/helper-string-parser": "npm:^7.27.1"
1455+
"@babel/helper-validator-identifier": "npm:^7.27.1"
1456+
checksum: 24b11c9368e7e2c291fe3c1bcd1ed66f6593a3975f479cbb9dd7b8c8d8eab8a962b0d2fca616c043396ce82500ac7d23d594fbbbd013828182c01596370a0b10
1457+
languageName: node
1458+
linkType: hard
1459+
13481460
"@bcoe/v8-coverage@npm:^0.2.3":
13491461
version: 0.2.3
13501462
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -5421,9 +5533,9 @@ __metadata:
54215533
version: 0.0.0-use.local
54225534
resolution: "laboperator-middleware-development@workspace:."
54235535
dependencies:
5424-
"@babel/cli": "npm:^7.28.0"
5425-
"@babel/core": "npm:^7.28.0"
5426-
"@babel/preset-env": "npm:^7.28.0"
5536+
"@babel/cli": "npm:^7.28.3"
5537+
"@babel/core": "npm:^7.28.3"
5538+
"@babel/preset-env": "npm:^7.28.3"
54275539
"@babel/preset-typescript": "npm:^7.27.1"
54285540
"@labforward/config": "npm:~0.1.8"
54295541
"@labforward/eslint-config-node": "npm:~0.1.8"

0 commit comments

Comments
 (0)