Skip to content

Commit b5ba804

Browse files
Bump @babel/core from 7.25.7 to 7.25.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.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:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b058fb commit b5ba804

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-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.7",
43+
"@babel/core": "^7.25.8",
4444
"@labforward/config": "~0.1.6",
4545
"@labforward/eslint-config-node": "~0.1.7",
4646
"@types/jest": "^29.5.13",

yarn.lock

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ __metadata:
3939
languageName: node
4040
linkType: hard
4141

42-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.25.7":
42+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5":
4343
version: 7.25.7
4444
resolution: "@babel/core@npm:7.25.7"
4545
dependencies:
@@ -62,6 +62,29 @@ __metadata:
6262
languageName: node
6363
linkType: hard
6464

65+
"@babel/core@npm:^7.25.8":
66+
version: 7.25.8
67+
resolution: "@babel/core@npm:7.25.8"
68+
dependencies:
69+
"@ampproject/remapping": "npm:^2.2.0"
70+
"@babel/code-frame": "npm:^7.25.7"
71+
"@babel/generator": "npm:^7.25.7"
72+
"@babel/helper-compilation-targets": "npm:^7.25.7"
73+
"@babel/helper-module-transforms": "npm:^7.25.7"
74+
"@babel/helpers": "npm:^7.25.7"
75+
"@babel/parser": "npm:^7.25.8"
76+
"@babel/template": "npm:^7.25.7"
77+
"@babel/traverse": "npm:^7.25.7"
78+
"@babel/types": "npm:^7.25.8"
79+
convert-source-map: "npm:^2.0.0"
80+
debug: "npm:^4.1.0"
81+
gensync: "npm:^1.0.0-beta.2"
82+
json5: "npm:^2.2.3"
83+
semver: "npm:^6.3.1"
84+
checksum: 8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
85+
languageName: node
86+
linkType: hard
87+
6588
"@babel/eslint-parser@npm:^7.25.1":
6689
version: 7.25.1
6790
resolution: "@babel/eslint-parser@npm:7.25.1"
@@ -196,6 +219,17 @@ __metadata:
196219
languageName: node
197220
linkType: hard
198221

222+
"@babel/parser@npm:^7.25.8":
223+
version: 7.25.8
224+
resolution: "@babel/parser@npm:7.25.8"
225+
dependencies:
226+
"@babel/types": "npm:^7.25.8"
227+
bin:
228+
parser: ./bin/babel-parser.js
229+
checksum: a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4
230+
languageName: node
231+
linkType: hard
232+
199233
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
200234
version: 7.8.4
201235
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -387,6 +421,17 @@ __metadata:
387421
languageName: node
388422
linkType: hard
389423

424+
"@babel/types@npm:^7.25.8":
425+
version: 7.25.8
426+
resolution: "@babel/types@npm:7.25.8"
427+
dependencies:
428+
"@babel/helper-string-parser": "npm:^7.25.7"
429+
"@babel/helper-validator-identifier": "npm:^7.25.7"
430+
to-fast-properties: "npm:^2.0.0"
431+
checksum: 55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f
432+
languageName: node
433+
linkType: hard
434+
390435
"@bcoe/v8-coverage@npm:^0.2.3":
391436
version: 0.2.3
392437
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -831,7 +876,7 @@ __metadata:
831876
version: 0.0.0-use.local
832877
resolution: "@labforward/laboperator-workflow-schema@workspace:."
833878
dependencies:
834-
"@babel/core": "npm:^7.25.7"
879+
"@babel/core": "npm:^7.25.8"
835880
"@labforward/config": "npm:~0.1.6"
836881
"@labforward/eslint-config-node": "npm:~0.1.7"
837882
"@types/jest": "npm:^29.5.13"

0 commit comments

Comments
 (0)