Skip to content

Commit 80ad418

Browse files
Bump @babel/core from 7.25.9 to 7.26.0 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.25.9 to 7.26.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.26.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5c4487 commit 80ad418

File tree

2 files changed

+94
-3
lines changed

2 files changed

+94
-3
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.25.9",
43+
"@babel/core": "^7.26.0",
4444
"@labforward/config": "~0.1.6",
4545
"@labforward/eslint-config-node": "~0.1.7",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 93 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,25 @@ __metadata:
3232
languageName: node
3333
linkType: hard
3434

35+
"@babel/code-frame@npm:^7.26.0":
36+
version: 7.26.0
37+
resolution: "@babel/code-frame@npm:7.26.0"
38+
dependencies:
39+
"@babel/helper-validator-identifier": "npm:^7.25.9"
40+
js-tokens: "npm:^4.0.0"
41+
picocolors: "npm:^1.0.0"
42+
checksum: 46f7e367714be736b52ea3c01b24f47e2102e210fb83021d1c8237d8fc511b9538909e16e2fcdbb5cb6173e0794e28624309a59014e52fcfb7bde908f5284388
43+
languageName: node
44+
linkType: hard
45+
3546
"@babel/compat-data@npm:^7.25.9":
3647
version: 7.25.9
3748
resolution: "@babel/compat-data@npm:7.25.9"
3849
checksum: 8d9fc2074311ce61aaf5bccf740a808644d19d4859caf5fa46d8a7186a1ee0b0d8cbbc23f9371f8b397e84a885bdeab58d5f22d6799ddde55973252aac351a27
3950
languageName: node
4051
linkType: hard
4152

42-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.25.9":
53+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5":
4354
version: 7.25.9
4455
resolution: "@babel/core@npm:7.25.9"
4556
dependencies:
@@ -62,6 +73,29 @@ __metadata:
6273
languageName: node
6374
linkType: hard
6475

76+
"@babel/core@npm:^7.26.0":
77+
version: 7.26.0
78+
resolution: "@babel/core@npm:7.26.0"
79+
dependencies:
80+
"@ampproject/remapping": "npm:^2.2.0"
81+
"@babel/code-frame": "npm:^7.26.0"
82+
"@babel/generator": "npm:^7.26.0"
83+
"@babel/helper-compilation-targets": "npm:^7.25.9"
84+
"@babel/helper-module-transforms": "npm:^7.26.0"
85+
"@babel/helpers": "npm:^7.26.0"
86+
"@babel/parser": "npm:^7.26.0"
87+
"@babel/template": "npm:^7.25.9"
88+
"@babel/traverse": "npm:^7.25.9"
89+
"@babel/types": "npm:^7.26.0"
90+
convert-source-map: "npm:^2.0.0"
91+
debug: "npm:^4.1.0"
92+
gensync: "npm:^1.0.0-beta.2"
93+
json5: "npm:^2.2.3"
94+
semver: "npm:^6.3.1"
95+
checksum: 91de73a7ff5c4049fbc747930aa039300e4d2670c2a91f5aa622f1b4868600fc89b01b6278385fbcd46f9574186fa3d9b376a9e7538e50f8d118ec13cfbcb63e
96+
languageName: node
97+
linkType: hard
98+
6599
"@babel/eslint-parser@npm:^7.25.1":
66100
version: 7.25.1
67101
resolution: "@babel/eslint-parser@npm:7.25.1"
@@ -88,6 +122,19 @@ __metadata:
88122
languageName: node
89123
linkType: hard
90124

125+
"@babel/generator@npm:^7.26.0":
126+
version: 7.26.0
127+
resolution: "@babel/generator@npm:7.26.0"
128+
dependencies:
129+
"@babel/parser": "npm:^7.26.0"
130+
"@babel/types": "npm:^7.26.0"
131+
"@jridgewell/gen-mapping": "npm:^0.3.5"
132+
"@jridgewell/trace-mapping": "npm:^0.3.25"
133+
jsesc: "npm:^3.0.2"
134+
checksum: b6bb9185f19a97eaf58e04a6d39a13237076678e7ed16b6321dea914535d4bf6a8d7727c9dcb65539845aa0096b326eb67be4bab764bd74bcfd848e2eda68609
135+
languageName: node
136+
linkType: hard
137+
91138
"@babel/helper-compilation-targets@npm:^7.25.9":
92139
version: 7.25.9
93140
resolution: "@babel/helper-compilation-targets@npm:7.25.9"
@@ -125,6 +172,19 @@ __metadata:
125172
languageName: node
126173
linkType: hard
127174

175+
"@babel/helper-module-transforms@npm:^7.26.0":
176+
version: 7.26.0
177+
resolution: "@babel/helper-module-transforms@npm:7.26.0"
178+
dependencies:
179+
"@babel/helper-module-imports": "npm:^7.25.9"
180+
"@babel/helper-validator-identifier": "npm:^7.25.9"
181+
"@babel/traverse": "npm:^7.25.9"
182+
peerDependencies:
183+
"@babel/core": ^7.0.0
184+
checksum: ee111b68a5933481d76633dad9cdab30c41df4479f0e5e1cc4756dc9447c1afd2c9473b5ba006362e35b17f4ebddd5fca090233bef8dfc84dca9d9127e56ec3a
185+
languageName: node
186+
linkType: hard
187+
128188
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0":
129189
version: 7.22.5
130190
resolution: "@babel/helper-plugin-utils@npm:7.22.5"
@@ -173,6 +233,16 @@ __metadata:
173233
languageName: node
174234
linkType: hard
175235

236+
"@babel/helpers@npm:^7.26.0":
237+
version: 7.26.0
238+
resolution: "@babel/helpers@npm:7.26.0"
239+
dependencies:
240+
"@babel/template": "npm:^7.25.9"
241+
"@babel/types": "npm:^7.26.0"
242+
checksum: 343333cced6946fe46617690a1d0789346960910225ce359021a88a60a65bc0d791f0c5d240c0ed46cf8cc63b5fd7df52734ff14e43b9c32feae2b61b1647097
243+
languageName: node
244+
linkType: hard
245+
176246
"@babel/highlight@npm:^7.25.9":
177247
version: 7.25.9
178248
resolution: "@babel/highlight@npm:7.25.9"
@@ -196,6 +266,17 @@ __metadata:
196266
languageName: node
197267
linkType: hard
198268

269+
"@babel/parser@npm:^7.26.0":
270+
version: 7.26.1
271+
resolution: "@babel/parser@npm:7.26.1"
272+
dependencies:
273+
"@babel/types": "npm:^7.26.0"
274+
bin:
275+
parser: ./bin/babel-parser.js
276+
checksum: dc7d4e6b7eb667fa0784e7e2c3f6f92ca12ad72242f6d4311995310dae55093f02acdb595b69b0dbbf04cb61ad87156ac03186ff32eacfa35149c655bc22c14b
277+
languageName: node
278+
linkType: hard
279+
199280
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
200281
version: 7.8.4
201282
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -386,6 +467,16 @@ __metadata:
386467
languageName: node
387468
linkType: hard
388469

470+
"@babel/types@npm:^7.26.0":
471+
version: 7.26.0
472+
resolution: "@babel/types@npm:7.26.0"
473+
dependencies:
474+
"@babel/helper-string-parser": "npm:^7.25.9"
475+
"@babel/helper-validator-identifier": "npm:^7.25.9"
476+
checksum: b694f41ad1597127e16024d766c33a641508aad037abd08d0d1f73af753e1119fa03b4a107d04b5f92cc19c095a594660547ae9bead1db2299212d644b0a5cb8
477+
languageName: node
478+
linkType: hard
479+
389480
"@bcoe/v8-coverage@npm:^0.2.3":
390481
version: 0.2.3
391482
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -830,7 +921,7 @@ __metadata:
830921
version: 0.0.0-use.local
831922
resolution: "@labforward/laboperator-workflow-schema@workspace:."
832923
dependencies:
833-
"@babel/core": "npm:^7.25.9"
924+
"@babel/core": "npm:^7.26.0"
834925
"@labforward/config": "npm:~0.1.6"
835926
"@labforward/eslint-config-node": "npm:~0.1.7"
836927
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)