Skip to content

Commit a08d446

Browse files
Bump @babel/core from 7.26.9 to 7.26.10 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.26.9 to 7.26.10 - [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.26.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cfde487 commit a08d446

File tree

2 files changed

+84
-2
lines changed

2 files changed

+84
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ajv-formats": "^3.0.1"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.26.9",
43+
"@babel/core": "^7.26.10",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,29 @@ __metadata:
6363
languageName: node
6464
linkType: hard
6565

66+
"@babel/core@npm:^7.26.10":
67+
version: 7.26.10
68+
resolution: "@babel/core@npm:7.26.10"
69+
dependencies:
70+
"@ampproject/remapping": "npm:^2.2.0"
71+
"@babel/code-frame": "npm:^7.26.2"
72+
"@babel/generator": "npm:^7.26.10"
73+
"@babel/helper-compilation-targets": "npm:^7.26.5"
74+
"@babel/helper-module-transforms": "npm:^7.26.0"
75+
"@babel/helpers": "npm:^7.26.10"
76+
"@babel/parser": "npm:^7.26.10"
77+
"@babel/template": "npm:^7.26.9"
78+
"@babel/traverse": "npm:^7.26.10"
79+
"@babel/types": "npm:^7.26.10"
80+
convert-source-map: "npm:^2.0.0"
81+
debug: "npm:^4.1.0"
82+
gensync: "npm:^1.0.0-beta.2"
83+
json5: "npm:^2.2.3"
84+
semver: "npm:^6.3.1"
85+
checksum: e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
86+
languageName: node
87+
linkType: hard
88+
6689
"@babel/eslint-parser@npm:^7.26.8":
6790
version: 7.26.8
6891
resolution: "@babel/eslint-parser@npm:7.26.8"
@@ -77,6 +100,19 @@ __metadata:
77100
languageName: node
78101
linkType: hard
79102

103+
"@babel/generator@npm:^7.26.10":
104+
version: 7.26.10
105+
resolution: "@babel/generator@npm:7.26.10"
106+
dependencies:
107+
"@babel/parser": "npm:^7.26.10"
108+
"@babel/types": "npm:^7.26.10"
109+
"@jridgewell/gen-mapping": "npm:^0.3.5"
110+
"@jridgewell/trace-mapping": "npm:^0.3.25"
111+
jsesc: "npm:^3.0.2"
112+
checksum: 88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
113+
languageName: node
114+
linkType: hard
115+
80116
"@babel/generator@npm:^7.26.9, @babel/generator@npm:^7.7.2":
81117
version: 7.26.9
82118
resolution: "@babel/generator@npm:7.26.9"
@@ -154,6 +190,16 @@ __metadata:
154190
languageName: node
155191
linkType: hard
156192

193+
"@babel/helpers@npm:^7.26.10":
194+
version: 7.26.10
195+
resolution: "@babel/helpers@npm:7.26.10"
196+
dependencies:
197+
"@babel/template": "npm:^7.26.9"
198+
"@babel/types": "npm:^7.26.10"
199+
checksum: f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
200+
languageName: node
201+
linkType: hard
202+
157203
"@babel/helpers@npm:^7.26.9":
158204
version: 7.26.9
159205
resolution: "@babel/helpers@npm:7.26.9"
@@ -175,6 +221,17 @@ __metadata:
175221
languageName: node
176222
linkType: hard
177223

224+
"@babel/parser@npm:^7.26.10":
225+
version: 7.26.10
226+
resolution: "@babel/parser@npm:7.26.10"
227+
dependencies:
228+
"@babel/types": "npm:^7.26.10"
229+
bin:
230+
parser: ./bin/babel-parser.js
231+
checksum: c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
232+
languageName: node
233+
linkType: hard
234+
178235
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
179236
version: 7.8.4
180237
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -355,6 +412,21 @@ __metadata:
355412
languageName: node
356413
linkType: hard
357414

415+
"@babel/traverse@npm:^7.26.10":
416+
version: 7.26.10
417+
resolution: "@babel/traverse@npm:7.26.10"
418+
dependencies:
419+
"@babel/code-frame": "npm:^7.26.2"
420+
"@babel/generator": "npm:^7.26.10"
421+
"@babel/parser": "npm:^7.26.10"
422+
"@babel/template": "npm:^7.26.9"
423+
"@babel/types": "npm:^7.26.10"
424+
debug: "npm:^4.3.1"
425+
globals: "npm:^11.1.0"
426+
checksum: 4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
427+
languageName: node
428+
linkType: hard
429+
358430
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.9, @babel/types@npm:^7.3.3":
359431
version: 7.26.9
360432
resolution: "@babel/types@npm:7.26.9"
@@ -365,6 +437,16 @@ __metadata:
365437
languageName: node
366438
linkType: hard
367439

440+
"@babel/types@npm:^7.26.10":
441+
version: 7.26.10
442+
resolution: "@babel/types@npm:7.26.10"
443+
dependencies:
444+
"@babel/helper-string-parser": "npm:^7.25.9"
445+
"@babel/helper-validator-identifier": "npm:^7.25.9"
446+
checksum: 7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
447+
languageName: node
448+
linkType: hard
449+
368450
"@bcoe/v8-coverage@npm:^0.2.3":
369451
version: 0.2.3
370452
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -809,7 +891,7 @@ __metadata:
809891
version: 0.0.0-use.local
810892
resolution: "@labforward/laboperator-workflow-schema@workspace:."
811893
dependencies:
812-
"@babel/core": "npm:^7.26.9"
894+
"@babel/core": "npm:^7.26.10"
813895
"@labforward/config": "npm:^0.1.8"
814896
"@labforward/eslint-config-node": "npm:^0.1.8"
815897
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)