Skip to content

Commit 5f967f9

Browse files
Bump the babel group with 2 updates
Bumps the babel group with 2 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) and [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript). Updates `@babel/cli` from 7.26.4 to 7.27.0 - [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.0/packages/babel-cli) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.0 - [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.0/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-typescript" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8435bc0 commit 5f967f9

File tree

2 files changed

+112
-22
lines changed

2 files changed

+112
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"laboperator-middleware": "./bin/cli"
1111
},
1212
"dependencies": {
13-
"@babel/cli": "^7.26.4",
13+
"@babel/cli": "^7.27.0",
1414
"@babel/core": "^7.26.10",
1515
"@babel/preset-env": "^7.26.9",
16-
"@babel/preset-typescript": "^7.26.0",
16+
"@babel/preset-typescript": "^7.27.0",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",
1919
"@types/express": "^5.0.1",

yarn.lock

Lines changed: 110 additions & 20 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.26.4":
26-
version: 7.26.4
27-
resolution: "@babel/cli@npm:7.26.4"
25+
"@babel/cli@npm:^7.27.0":
26+
version: 7.27.0
27+
resolution: "@babel/cli@npm:7.27.0"
2828
dependencies:
2929
"@jridgewell/trace-mapping": "npm:^0.3.25"
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: f2d4fc3c4a34dd3001e3bd7084b78b38211003c36afaf2dc8fedf4565c0442bd59b1c64a9f91a0b7b2450e089123f197e09577ae50dc994307c3348b310ce34c
48+
checksum: b68309b4b2488a3b5ef1d119cbd36bee0e8f140979e889e58b3f9cd345b9352fdfbb0f6db709bd885219f387183a01be33e6fcdeacf2cf23efbea362cae68707
4949
languageName: node
5050
linkType: hard
5151

@@ -117,6 +117,19 @@ __metadata:
117117
languageName: node
118118
linkType: hard
119119

120+
"@babel/generator@npm:^7.27.0":
121+
version: 7.27.0
122+
resolution: "@babel/generator@npm:7.27.0"
123+
dependencies:
124+
"@babel/parser": "npm:^7.27.0"
125+
"@babel/types": "npm:^7.27.0"
126+
"@jridgewell/gen-mapping": "npm:^0.3.5"
127+
"@jridgewell/trace-mapping": "npm:^0.3.25"
128+
jsesc: "npm:^3.0.2"
129+
checksum: 7cb10693d2b365c278f109a745dc08856cae139d262748b77b70ce1d97da84627f79648cab6940d847392c0e5d180441669ed958b3aee98d9c7d274b37c553bd
130+
languageName: node
131+
linkType: hard
132+
120133
"@babel/helper-annotate-as-pure@npm:^7.25.9":
121134
version: 7.25.9
122135
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
@@ -156,6 +169,23 @@ __metadata:
156169
languageName: node
157170
linkType: hard
158171

172+
"@babel/helper-create-class-features-plugin@npm:^7.27.0":
173+
version: 7.27.0
174+
resolution: "@babel/helper-create-class-features-plugin@npm:7.27.0"
175+
dependencies:
176+
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
177+
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
178+
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
179+
"@babel/helper-replace-supers": "npm:^7.26.5"
180+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
181+
"@babel/traverse": "npm:^7.27.0"
182+
semver: "npm:^6.3.1"
183+
peerDependencies:
184+
"@babel/core": ^7.0.0
185+
checksum: c4945903136d934050e070f69a4d72ec425f1f70634e0ddf14ad36695f935125a6df559f8d5b94cc1ed49abd4ce9c5be8ef3ba033fa8d09c5dd78d1a9b97d8cc
186+
languageName: node
187+
linkType: hard
188+
159189
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.9":
160190
version: 7.25.9
161191
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.9"
@@ -259,6 +289,19 @@ __metadata:
259289
languageName: node
260290
linkType: hard
261291

292+
"@babel/helper-replace-supers@npm:^7.26.5":
293+
version: 7.26.5
294+
resolution: "@babel/helper-replace-supers@npm:7.26.5"
295+
dependencies:
296+
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
297+
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
298+
"@babel/traverse": "npm:^7.26.5"
299+
peerDependencies:
300+
"@babel/core": ^7.0.0
301+
checksum: b19b1245caf835207aaaaac3a494f03a16069ae55e76a2e1350b5acd560e6a820026997a8160e8ebab82ae873e8208759aa008eb8422a67a775df41f0a4633d4
302+
languageName: node
303+
linkType: hard
304+
262305
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.25.9":
263306
version: 7.25.9
264307
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.9"
@@ -322,6 +365,17 @@ __metadata:
322365
languageName: node
323366
linkType: hard
324367

368+
"@babel/parser@npm:^7.27.0":
369+
version: 7.27.0
370+
resolution: "@babel/parser@npm:7.27.0"
371+
dependencies:
372+
"@babel/types": "npm:^7.27.0"
373+
bin:
374+
parser: ./bin/babel-parser.js
375+
checksum: ba2ed3f41735826546a3ef2a7634a8d10351df221891906e59b29b0a0cd748f9b0e7a6f07576858a9de8e77785aad925c8389ddef146de04ea2842047c9d2859
376+
languageName: node
377+
linkType: hard
378+
325379
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
326380
version: 7.25.9
327381
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
@@ -849,7 +903,7 @@ __metadata:
849903
languageName: node
850904
linkType: hard
851905

852-
"@babel/plugin-transform-modules-commonjs@npm:^7.25.9, @babel/plugin-transform-modules-commonjs@npm:^7.26.3":
906+
"@babel/plugin-transform-modules-commonjs@npm:^7.26.3":
853907
version: 7.26.3
854908
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
855909
dependencies:
@@ -1118,18 +1172,18 @@ __metadata:
11181172
languageName: node
11191173
linkType: hard
11201174

1121-
"@babel/plugin-transform-typescript@npm:^7.25.9":
1122-
version: 7.25.9
1123-
resolution: "@babel/plugin-transform-typescript@npm:7.25.9"
1175+
"@babel/plugin-transform-typescript@npm:^7.27.0":
1176+
version: 7.27.0
1177+
resolution: "@babel/plugin-transform-typescript@npm:7.27.0"
11241178
dependencies:
11251179
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
1126-
"@babel/helper-create-class-features-plugin": "npm:^7.25.9"
1127-
"@babel/helper-plugin-utils": "npm:^7.25.9"
1180+
"@babel/helper-create-class-features-plugin": "npm:^7.27.0"
1181+
"@babel/helper-plugin-utils": "npm:^7.26.5"
11281182
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
11291183
"@babel/plugin-syntax-typescript": "npm:^7.25.9"
11301184
peerDependencies:
11311185
"@babel/core": ^7.0.0-0
1132-
checksum: c607ddb45f7e33cfcb928aad05cb1b18b1ecb564d2329d8f8e427f75192511aa821dee42d26871f1bdffbd883853e150ba81436664646c6e6b13063e65ce1475
1186+
checksum: 028e75dd6195495dc2d105ca8ded19d62aef90a215d597451cee57c35325960a87963913aa9a21b8ade190c638b588422292ea7e23b21565baf53c469254dbd4
11331187
languageName: node
11341188
linkType: hard
11351189

@@ -1272,18 +1326,18 @@ __metadata:
12721326
languageName: node
12731327
linkType: hard
12741328

1275-
"@babel/preset-typescript@npm:^7.26.0":
1276-
version: 7.26.0
1277-
resolution: "@babel/preset-typescript@npm:7.26.0"
1329+
"@babel/preset-typescript@npm:^7.27.0":
1330+
version: 7.27.0
1331+
resolution: "@babel/preset-typescript@npm:7.27.0"
12781332
dependencies:
1279-
"@babel/helper-plugin-utils": "npm:^7.25.9"
1333+
"@babel/helper-plugin-utils": "npm:^7.26.5"
12801334
"@babel/helper-validator-option": "npm:^7.25.9"
12811335
"@babel/plugin-syntax-jsx": "npm:^7.25.9"
1282-
"@babel/plugin-transform-modules-commonjs": "npm:^7.25.9"
1283-
"@babel/plugin-transform-typescript": "npm:^7.25.9"
1336+
"@babel/plugin-transform-modules-commonjs": "npm:^7.26.3"
1337+
"@babel/plugin-transform-typescript": "npm:^7.27.0"
12841338
peerDependencies:
12851339
"@babel/core": ^7.0.0-0
1286-
checksum: 20d86bc45d2bbfde2f84fc7d7b38746fa6481d4bde6643039ad4b1ff0b804c6d210ee43e6830effd8571f2ff43fa7ffd27369f42f2b3a2518bb92dc86c780c61
1340+
checksum: 986b20edab3c18727d911a6e1a14095c1271afc6cc625b02f42b371f06c1e041e5d7c1baf2afe8b0029b60788a06f02fd6844dedfe54183b148ab9a7429438a9
12871341
languageName: node
12881342
linkType: hard
12891343

@@ -1307,6 +1361,17 @@ __metadata:
13071361
languageName: node
13081362
linkType: hard
13091363

1364+
"@babel/template@npm:^7.27.0":
1365+
version: 7.27.0
1366+
resolution: "@babel/template@npm:7.27.0"
1367+
dependencies:
1368+
"@babel/code-frame": "npm:^7.26.2"
1369+
"@babel/parser": "npm:^7.27.0"
1370+
"@babel/types": "npm:^7.27.0"
1371+
checksum: 13af543756127edb5f62bf121f9b093c09a2b6fe108373887ccffc701465cfbcb17e07cf48aa7f440415b263f6ec006e9415c79dfc2e8e6010b069435f81f340
1372+
languageName: node
1373+
linkType: hard
1374+
13101375
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.8":
13111376
version: 7.26.10
13121377
resolution: "@babel/traverse@npm:7.26.10"
@@ -1322,6 +1387,21 @@ __metadata:
13221387
languageName: node
13231388
linkType: hard
13241389

1390+
"@babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.27.0":
1391+
version: 7.27.0
1392+
resolution: "@babel/traverse@npm:7.27.0"
1393+
dependencies:
1394+
"@babel/code-frame": "npm:^7.26.2"
1395+
"@babel/generator": "npm:^7.27.0"
1396+
"@babel/parser": "npm:^7.27.0"
1397+
"@babel/template": "npm:^7.27.0"
1398+
"@babel/types": "npm:^7.27.0"
1399+
debug: "npm:^4.3.1"
1400+
globals: "npm:^11.1.0"
1401+
checksum: c7af29781960dacaae51762e8bc6c4b13d6ab4b17312990fbca9fc38e19c4ad7fecaae24b1cf52fb844e8e6cdc76c70ad597f90e496bcb3cc0a1d66b41a0aa5b
1402+
languageName: node
1403+
linkType: hard
1404+
13251405
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
13261406
version: 7.26.10
13271407
resolution: "@babel/types@npm:7.26.10"
@@ -1332,6 +1412,16 @@ __metadata:
13321412
languageName: node
13331413
linkType: hard
13341414

1415+
"@babel/types@npm:^7.27.0":
1416+
version: 7.27.0
1417+
resolution: "@babel/types@npm:7.27.0"
1418+
dependencies:
1419+
"@babel/helper-string-parser": "npm:^7.25.9"
1420+
"@babel/helper-validator-identifier": "npm:^7.25.9"
1421+
checksum: 6f1592eabe243c89a608717b07b72969be9d9d2fce1dee21426238757ea1fa60fdfc09b29de9e48d8104311afc6e6fb1702565a9cc1e09bc1e76f2b2ddb0f6e1
1422+
languageName: node
1423+
linkType: hard
1424+
13351425
"@bcoe/v8-coverage@npm:^0.2.3":
13361426
version: 0.2.3
13371427
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -5412,10 +5502,10 @@ __metadata:
54125502
version: 0.0.0-use.local
54135503
resolution: "laboperator-middleware-development@workspace:."
54145504
dependencies:
5415-
"@babel/cli": "npm:^7.26.4"
5505+
"@babel/cli": "npm:^7.27.0"
54165506
"@babel/core": "npm:^7.26.10"
54175507
"@babel/preset-env": "npm:^7.26.9"
5418-
"@babel/preset-typescript": "npm:^7.26.0"
5508+
"@babel/preset-typescript": "npm:^7.27.0"
54195509
"@labforward/config": "npm:~0.1.8"
54205510
"@labforward/eslint-config-node": "npm:~0.1.8"
54215511
"@types/express": "npm:^5.0.1"

0 commit comments

Comments
 (0)