Skip to content

Commit 46dcd6a

Browse files
build(deps): bump @babel/core from 7.26.9 to 7.26.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf7c1f0 commit 46dcd6a

File tree

2 files changed

+65
-16
lines changed

2 files changed

+65
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeharbor",
33
"private": true,
44
"dependencies": {
5-
"@babel/core": "7.26.9",
5+
"@babel/core": "7.26.10",
66
"@babel/plugin-transform-runtime": "7.26.10",
77
"@babel/preset-env": "7.26.9",
88
"@babel/runtime": "7.26.10",

yarn.lock

Lines changed: 64 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,39 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@babel/core@npm:7.26.9":
37-
version: 7.26.9
38-
resolution: "@babel/core@npm:7.26.9"
36+
"@babel/core@npm:7.26.10":
37+
version: 7.26.10
38+
resolution: "@babel/core@npm:7.26.10"
3939
dependencies:
4040
"@ampproject/remapping": "npm:^2.2.0"
4141
"@babel/code-frame": "npm:^7.26.2"
42-
"@babel/generator": "npm:^7.26.9"
42+
"@babel/generator": "npm:^7.26.10"
4343
"@babel/helper-compilation-targets": "npm:^7.26.5"
4444
"@babel/helper-module-transforms": "npm:^7.26.0"
45-
"@babel/helpers": "npm:^7.26.9"
46-
"@babel/parser": "npm:^7.26.9"
45+
"@babel/helpers": "npm:^7.26.10"
46+
"@babel/parser": "npm:^7.26.10"
4747
"@babel/template": "npm:^7.26.9"
48-
"@babel/traverse": "npm:^7.26.9"
49-
"@babel/types": "npm:^7.26.9"
48+
"@babel/traverse": "npm:^7.26.10"
49+
"@babel/types": "npm:^7.26.10"
5050
convert-source-map: "npm:^2.0.0"
5151
debug: "npm:^4.1.0"
5252
gensync: "npm:^1.0.0-beta.2"
5353
json5: "npm:^2.2.3"
5454
semver: "npm:^6.3.1"
55-
checksum: 10c0/ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
55+
checksum: 10c0/e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
56+
languageName: node
57+
linkType: hard
58+
59+
"@babel/generator@npm:^7.26.10":
60+
version: 7.26.10
61+
resolution: "@babel/generator@npm:7.26.10"
62+
dependencies:
63+
"@babel/parser": "npm:^7.26.10"
64+
"@babel/types": "npm:^7.26.10"
65+
"@jridgewell/gen-mapping": "npm:^0.3.5"
66+
"@jridgewell/trace-mapping": "npm:^0.3.25"
67+
jsesc: "npm:^3.0.2"
68+
checksum: 10c0/88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
5669
languageName: node
5770
linkType: hard
5871

@@ -253,13 +266,24 @@ __metadata:
253266
languageName: node
254267
linkType: hard
255268

256-
"@babel/helpers@npm:^7.26.9":
257-
version: 7.26.9
258-
resolution: "@babel/helpers@npm:7.26.9"
269+
"@babel/helpers@npm:^7.26.10":
270+
version: 7.26.10
271+
resolution: "@babel/helpers@npm:7.26.10"
259272
dependencies:
260273
"@babel/template": "npm:^7.26.9"
261-
"@babel/types": "npm:^7.26.9"
262-
checksum: 10c0/3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
274+
"@babel/types": "npm:^7.26.10"
275+
checksum: 10c0/f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
276+
languageName: node
277+
linkType: hard
278+
279+
"@babel/parser@npm:^7.26.10":
280+
version: 7.26.10
281+
resolution: "@babel/parser@npm:7.26.10"
282+
dependencies:
283+
"@babel/types": "npm:^7.26.10"
284+
bin:
285+
parser: ./bin/babel-parser.js
286+
checksum: 10c0/c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
263287
languageName: node
264288
linkType: hard
265289

@@ -1115,6 +1139,21 @@ __metadata:
11151139
languageName: node
11161140
linkType: hard
11171141

1142+
"@babel/traverse@npm:^7.26.10":
1143+
version: 7.26.10
1144+
resolution: "@babel/traverse@npm:7.26.10"
1145+
dependencies:
1146+
"@babel/code-frame": "npm:^7.26.2"
1147+
"@babel/generator": "npm:^7.26.10"
1148+
"@babel/parser": "npm:^7.26.10"
1149+
"@babel/template": "npm:^7.26.9"
1150+
"@babel/types": "npm:^7.26.10"
1151+
debug: "npm:^4.3.1"
1152+
globals: "npm:^11.1.0"
1153+
checksum: 10c0/4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
1154+
languageName: node
1155+
linkType: hard
1156+
11181157
"@babel/types@npm:^7.25.9, @babel/types@npm:^7.26.9, @babel/types@npm:^7.4.4":
11191158
version: 7.26.9
11201159
resolution: "@babel/types@npm:7.26.9"
@@ -1125,6 +1164,16 @@ __metadata:
11251164
languageName: node
11261165
linkType: hard
11271166

1167+
"@babel/types@npm:^7.26.10":
1168+
version: 7.26.10
1169+
resolution: "@babel/types@npm:7.26.10"
1170+
dependencies:
1171+
"@babel/helper-string-parser": "npm:^7.25.9"
1172+
"@babel/helper-validator-identifier": "npm:^7.25.9"
1173+
checksum: 10c0/7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
1174+
languageName: node
1175+
linkType: hard
1176+
11281177
"@discoveryjs/json-ext@npm:^0.6.1":
11291178
version: 0.6.3
11301179
resolution: "@discoveryjs/json-ext@npm:0.6.3"
@@ -2529,7 +2578,7 @@ __metadata:
25292578
version: 0.0.0-use.local
25302579
resolution: "codeharbor@workspace:."
25312580
dependencies:
2532-
"@babel/core": "npm:7.26.9"
2581+
"@babel/core": "npm:7.26.10"
25332582
"@babel/plugin-transform-runtime": "npm:7.26.10"
25342583
"@babel/preset-env": "npm:7.26.9"
25352584
"@babel/runtime": "npm:7.26.10"

0 commit comments

Comments
 (0)