Skip to content

Commit ab43496

Browse files
Bump @babel/core from 7.25.7 to 7.25.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.25.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.25.8/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7310cc commit ab43496

2 files changed

Lines changed: 30 additions & 8 deletions

File tree

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.25.7",
5+
"@babel/core": "7.25.8",
66
"@babel/plugin-transform-runtime": "7.25.7",
77
"@babel/preset-env": "7.25.8",
88
"@babel/runtime": "7.25.7",

yarn.lock

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@ __metadata:
4646
languageName: node
4747
linkType: hard
4848

49-
"@babel/core@npm:7.25.7":
50-
version: 7.25.7
51-
resolution: "@babel/core@npm:7.25.7"
49+
"@babel/core@npm:7.25.8":
50+
version: 7.25.8
51+
resolution: "@babel/core@npm:7.25.8"
5252
dependencies:
5353
"@ampproject/remapping": "npm:^2.2.0"
5454
"@babel/code-frame": "npm:^7.25.7"
5555
"@babel/generator": "npm:^7.25.7"
5656
"@babel/helper-compilation-targets": "npm:^7.25.7"
5757
"@babel/helper-module-transforms": "npm:^7.25.7"
5858
"@babel/helpers": "npm:^7.25.7"
59-
"@babel/parser": "npm:^7.25.7"
59+
"@babel/parser": "npm:^7.25.8"
6060
"@babel/template": "npm:^7.25.7"
6161
"@babel/traverse": "npm:^7.25.7"
62-
"@babel/types": "npm:^7.25.7"
62+
"@babel/types": "npm:^7.25.8"
6363
convert-source-map: "npm:^2.0.0"
6464
debug: "npm:^4.1.0"
6565
gensync: "npm:^1.0.0-beta.2"
6666
json5: "npm:^2.2.3"
6767
semver: "npm:^6.3.1"
68-
checksum: 10c0/dad20af39624086afc3a0910bd97ae712c9ad0e9dda09fc5da93876e8ea1802b63ddd81c44f4aa8a9834db46de801eaab1ce9b81ab54b4fe907ae052c24de136
68+
checksum: 10c0/8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
6969
languageName: node
7070
linkType: hard
7171

@@ -382,6 +382,17 @@ __metadata:
382382
languageName: node
383383
linkType: hard
384384

385+
"@babel/parser@npm:^7.25.8":
386+
version: 7.25.8
387+
resolution: "@babel/parser@npm:7.25.8"
388+
dependencies:
389+
"@babel/types": "npm:^7.25.8"
390+
bin:
391+
parser: ./bin/babel-parser.js
392+
checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4
393+
languageName: node
394+
linkType: hard
395+
385396
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
386397
version: 7.25.7
387398
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
@@ -1265,6 +1276,17 @@ __metadata:
12651276
languageName: node
12661277
linkType: hard
12671278

1279+
"@babel/types@npm:^7.25.8":
1280+
version: 7.25.8
1281+
resolution: "@babel/types@npm:7.25.8"
1282+
dependencies:
1283+
"@babel/helper-string-parser": "npm:^7.25.7"
1284+
"@babel/helper-validator-identifier": "npm:^7.25.7"
1285+
to-fast-properties: "npm:^2.0.0"
1286+
checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f
1287+
languageName: node
1288+
linkType: hard
1289+
12681290
"@discoveryjs/json-ext@npm:^0.5.0":
12691291
version: 0.5.7
12701292
resolution: "@discoveryjs/json-ext@npm:0.5.7"
@@ -2719,7 +2741,7 @@ __metadata:
27192741
version: 0.0.0-use.local
27202742
resolution: "codeharbor@workspace:."
27212743
dependencies:
2722-
"@babel/core": "npm:7.25.7"
2744+
"@babel/core": "npm:7.25.8"
27232745
"@babel/plugin-transform-runtime": "npm:7.25.7"
27242746
"@babel/preset-env": "npm:7.25.8"
27252747
"@babel/runtime": "npm:7.25.7"

0 commit comments

Comments
 (0)