Skip to content

Commit d797c2b

Browse files
Bump @babel/core from 7.26.7 to 7.26.8 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.7 to 7.26.8 - [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.8/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 c00102b commit d797c2b

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.26.7",
43+
"@babel/core": "^7.26.8",
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
@@ -40,7 +40,7 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.26.7":
43+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5":
4444
version: 7.26.7
4545
resolution: "@babel/core@npm:7.26.7"
4646
dependencies:
@@ -63,6 +63,30 @@ __metadata:
6363
languageName: node
6464
linkType: hard
6565

66+
"@babel/core@npm:^7.26.8":
67+
version: 7.26.8
68+
resolution: "@babel/core@npm:7.26.8"
69+
dependencies:
70+
"@ampproject/remapping": "npm:^2.2.0"
71+
"@babel/code-frame": "npm:^7.26.2"
72+
"@babel/generator": "npm:^7.26.8"
73+
"@babel/helper-compilation-targets": "npm:^7.26.5"
74+
"@babel/helper-module-transforms": "npm:^7.26.0"
75+
"@babel/helpers": "npm:^7.26.7"
76+
"@babel/parser": "npm:^7.26.8"
77+
"@babel/template": "npm:^7.26.8"
78+
"@babel/traverse": "npm:^7.26.8"
79+
"@babel/types": "npm:^7.26.8"
80+
"@types/gensync": "npm:^1.0.0"
81+
convert-source-map: "npm:^2.0.0"
82+
debug: "npm:^4.1.0"
83+
gensync: "npm:^1.0.0-beta.2"
84+
json5: "npm:^2.2.3"
85+
semver: "npm:^6.3.1"
86+
checksum: fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
87+
languageName: node
88+
linkType: hard
89+
6690
"@babel/eslint-parser@npm:^7.25.1":
6791
version: 7.25.1
6892
resolution: "@babel/eslint-parser@npm:7.25.1"
@@ -90,6 +114,19 @@ __metadata:
90114
languageName: node
91115
linkType: hard
92116

117+
"@babel/generator@npm:^7.26.8":
118+
version: 7.26.8
119+
resolution: "@babel/generator@npm:7.26.8"
120+
dependencies:
121+
"@babel/parser": "npm:^7.26.8"
122+
"@babel/types": "npm:^7.26.8"
123+
"@jridgewell/gen-mapping": "npm:^0.3.5"
124+
"@jridgewell/trace-mapping": "npm:^0.3.25"
125+
jsesc: "npm:^3.0.2"
126+
checksum: 9467f197d285ac315d1fa419138d36a3bfd69ca4baf763e914acab12f5f38e5d231497f6528e80613b28e73bb28c66fcc50b250b1f277b1a4d38ac14b03e9674
127+
languageName: node
128+
linkType: hard
129+
93130
"@babel/helper-compilation-targets@npm:^7.26.5":
94131
version: 7.26.5
95132
resolution: "@babel/helper-compilation-targets@npm:7.26.5"
@@ -175,6 +212,17 @@ __metadata:
175212
languageName: node
176213
linkType: hard
177214

215+
"@babel/parser@npm:^7.26.8":
216+
version: 7.26.8
217+
resolution: "@babel/parser@npm:7.26.8"
218+
dependencies:
219+
"@babel/types": "npm:^7.26.8"
220+
bin:
221+
parser: ./bin/babel-parser.js
222+
checksum: da04f26bae732a5b6790775a736b58c7876c28e62203c5097f043fd7273ef6debe5bfd7a4e670a6819f4549b215c7b9762c6358e44797b3c4d733defc8290781
223+
languageName: node
224+
linkType: hard
225+
178226
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
179227
version: 7.8.4
180228
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -340,6 +388,17 @@ __metadata:
340388
languageName: node
341389
linkType: hard
342390

391+
"@babel/template@npm:^7.26.8":
392+
version: 7.26.8
393+
resolution: "@babel/template@npm:7.26.8"
394+
dependencies:
395+
"@babel/code-frame": "npm:^7.26.2"
396+
"@babel/parser": "npm:^7.26.8"
397+
"@babel/types": "npm:^7.26.8"
398+
checksum: 90bc1085cbc090cbdd43af7b9dbb98e6bda96e55e0f565f17ebb8e97c2dfce866dc727ca02b8e08bd2662ba4fd3851907ba3c48618162c291221af17fb258213
399+
languageName: node
400+
linkType: hard
401+
343402
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.7":
344403
version: 7.26.7
345404
resolution: "@babel/traverse@npm:7.26.7"
@@ -355,6 +414,21 @@ __metadata:
355414
languageName: node
356415
linkType: hard
357416

417+
"@babel/traverse@npm:^7.26.8":
418+
version: 7.26.8
419+
resolution: "@babel/traverse@npm:7.26.8"
420+
dependencies:
421+
"@babel/code-frame": "npm:^7.26.2"
422+
"@babel/generator": "npm:^7.26.8"
423+
"@babel/parser": "npm:^7.26.8"
424+
"@babel/template": "npm:^7.26.8"
425+
"@babel/types": "npm:^7.26.8"
426+
debug: "npm:^4.3.1"
427+
globals: "npm:^11.1.0"
428+
checksum: 0771d1ce0351628ad2e8dac56f0d59f706eb125c83fbcc039bde83088ba0a1477244ad5fb060802f90366cc4d7fa871e5009a292aef6205bcf83f2e01d1a0a5d
429+
languageName: node
430+
linkType: hard
431+
358432
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.5, @babel/types@npm:^7.26.7, @babel/types@npm:^7.3.3":
359433
version: 7.26.7
360434
resolution: "@babel/types@npm:7.26.7"
@@ -365,6 +439,16 @@ __metadata:
365439
languageName: node
366440
linkType: hard
367441

442+
"@babel/types@npm:^7.26.8":
443+
version: 7.26.8
444+
resolution: "@babel/types@npm:7.26.8"
445+
dependencies:
446+
"@babel/helper-string-parser": "npm:^7.25.9"
447+
"@babel/helper-validator-identifier": "npm:^7.25.9"
448+
checksum: cd41ea47bb3d7baf2b3bf5e70e9c3a16f2eab699fab8575b2b31a7b1cb64166eb52c97124313863dde0581747bfc7a1810c838ad60b5b7ad1897d8004c7b95a9
449+
languageName: node
450+
linkType: hard
451+
368452
"@bcoe/v8-coverage@npm:^0.2.3":
369453
version: 0.2.3
370454
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -809,7 +893,7 @@ __metadata:
809893
version: 0.0.0-use.local
810894
resolution: "@labforward/laboperator-workflow-schema@workspace:."
811895
dependencies:
812-
"@babel/core": "npm:^7.26.7"
896+
"@babel/core": "npm:^7.26.8"
813897
"@labforward/config": "npm:~0.1.6"
814898
"@labforward/eslint-config-node": "npm:~0.1.7"
815899
"@types/jest": "npm:^29.5.14"
@@ -1002,6 +1086,13 @@ __metadata:
10021086
languageName: node
10031087
linkType: hard
10041088

1089+
"@types/gensync@npm:^1.0.0":
1090+
version: 1.0.4
1091+
resolution: "@types/gensync@npm:1.0.4"
1092+
checksum: 1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
1093+
languageName: node
1094+
linkType: hard
1095+
10051096
"@types/graceful-fs@npm:^4.1.3":
10061097
version: 4.1.6
10071098
resolution: "@types/graceful-fs@npm:4.1.6"

0 commit comments

Comments
 (0)