Skip to content

Commit 716480a

Browse files
Bump @babel/core from 7.25.8 to 7.25.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.8 to 7.25.9. - [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.9/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 e35d8cd commit 716480a

File tree

2 files changed

+73
-22
lines changed

2 files changed

+73
-22
lines changed

package.json

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

yarn.lock

Lines changed: 72 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,33 @@ __metadata:
4242
languageName: node
4343
linkType: hard
4444

45-
"@babel/core@npm:^7.25.8":
46-
version: 7.25.8
47-
resolution: "@babel/core@npm:7.25.8"
45+
"@babel/compat-data@npm:^7.25.9":
46+
version: 7.25.9
47+
resolution: "@babel/compat-data@npm:7.25.9"
48+
checksum: 10c0/8d9fc2074311ce61aaf5bccf740a808644d19d4859caf5fa46d8a7186a1ee0b0d8cbbc23f9371f8b397e84a885bdeab58d5f22d6799ddde55973252aac351a27
49+
languageName: node
50+
linkType: hard
51+
52+
"@babel/core@npm:^7.25.9":
53+
version: 7.25.9
54+
resolution: "@babel/core@npm:7.25.9"
4855
dependencies:
4956
"@ampproject/remapping": "npm:^2.2.0"
50-
"@babel/code-frame": "npm:^7.25.7"
51-
"@babel/generator": "npm:^7.25.7"
52-
"@babel/helper-compilation-targets": "npm:^7.25.7"
53-
"@babel/helper-module-transforms": "npm:^7.25.7"
54-
"@babel/helpers": "npm:^7.25.7"
55-
"@babel/parser": "npm:^7.25.8"
56-
"@babel/template": "npm:^7.25.7"
57-
"@babel/traverse": "npm:^7.25.7"
58-
"@babel/types": "npm:^7.25.8"
57+
"@babel/code-frame": "npm:^7.25.9"
58+
"@babel/generator": "npm:^7.25.9"
59+
"@babel/helper-compilation-targets": "npm:^7.25.9"
60+
"@babel/helper-module-transforms": "npm:^7.25.9"
61+
"@babel/helpers": "npm:^7.25.9"
62+
"@babel/parser": "npm:^7.25.9"
63+
"@babel/template": "npm:^7.25.9"
64+
"@babel/traverse": "npm:^7.25.9"
65+
"@babel/types": "npm:^7.25.9"
5966
convert-source-map: "npm:^2.0.0"
6067
debug: "npm:^4.1.0"
6168
gensync: "npm:^1.0.0-beta.2"
6269
json5: "npm:^2.2.3"
6370
semver: "npm:^6.3.1"
64-
checksum: 10c0/8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
71+
checksum: 10c0/40d3064ebe906f65ed4153a0f4d75c679a19e4d71e425035b7bbe2d292a9167274f1a0d908d4d6c8f484fcddeb10bd91e0c7878fdb3dfad1bb00f6a319ce431d
6572
languageName: node
6673
linkType: hard
6774

@@ -121,6 +128,19 @@ __metadata:
121128
languageName: node
122129
linkType: hard
123130

131+
"@babel/helper-compilation-targets@npm:^7.25.9":
132+
version: 7.25.9
133+
resolution: "@babel/helper-compilation-targets@npm:7.25.9"
134+
dependencies:
135+
"@babel/compat-data": "npm:^7.25.9"
136+
"@babel/helper-validator-option": "npm:^7.25.9"
137+
browserslist: "npm:^4.24.0"
138+
lru-cache: "npm:^5.1.1"
139+
semver: "npm:^6.3.1"
140+
checksum: 10c0/a6b26a1e4222e69ef8e62ee19374308f060b007828bc11c65025ecc9e814aba21ff2175d6d3f8bf53c863edd728ee8f94ba7870f8f90a37d39552ad9933a8aaa
141+
languageName: node
142+
linkType: hard
143+
124144
"@babel/helper-create-class-features-plugin@npm:^7.25.7":
125145
version: 7.25.7
126146
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.7"
@@ -210,6 +230,20 @@ __metadata:
210230
languageName: node
211231
linkType: hard
212232

233+
"@babel/helper-module-transforms@npm:^7.25.9":
234+
version: 7.25.9
235+
resolution: "@babel/helper-module-transforms@npm:7.25.9"
236+
dependencies:
237+
"@babel/helper-module-imports": "npm:^7.25.9"
238+
"@babel/helper-simple-access": "npm:^7.25.9"
239+
"@babel/helper-validator-identifier": "npm:^7.25.9"
240+
"@babel/traverse": "npm:^7.25.9"
241+
peerDependencies:
242+
"@babel/core": ^7.0.0
243+
checksum: 10c0/cd005e7585806845d79c5c0ca9e8926f186b430b0a558dad08a3611365eaad3ac587672b0d903530117dec454f48b6bdc3d164b19ea1b71ca1b4eb3be7b452ef
244+
languageName: node
245+
linkType: hard
246+
213247
"@babel/helper-optimise-call-expression@npm:^7.25.7":
214248
version: 7.25.7
215249
resolution: "@babel/helper-optimise-call-expression@npm:7.25.7"
@@ -269,6 +303,16 @@ __metadata:
269303
languageName: node
270304
linkType: hard
271305

306+
"@babel/helper-simple-access@npm:^7.25.9":
307+
version: 7.25.9
308+
resolution: "@babel/helper-simple-access@npm:7.25.9"
309+
dependencies:
310+
"@babel/traverse": "npm:^7.25.9"
311+
"@babel/types": "npm:^7.25.9"
312+
checksum: 10c0/3f1bcdb88ee3883ccf86959869a867f6bbf8c4737cd44fb9f799c38e54f67474590bc66802500ae9fe18161792875b2cfb7ec15673f48ed6c8663f6d09686ca8
313+
languageName: node
314+
linkType: hard
315+
272316
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.25.7":
273317
version: 7.25.7
274318
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.7"
@@ -314,6 +358,13 @@ __metadata:
314358
languageName: node
315359
linkType: hard
316360

361+
"@babel/helper-validator-option@npm:^7.25.9":
362+
version: 7.25.9
363+
resolution: "@babel/helper-validator-option@npm:7.25.9"
364+
checksum: 10c0/27fb195d14c7dcb07f14e58fe77c44eea19a6a40a74472ec05c441478fa0bb49fa1c32b2d64be7a38870ee48ef6601bdebe98d512f0253aea0b39756c4014f3e
365+
languageName: node
366+
linkType: hard
367+
317368
"@babel/helper-wrap-function@npm:^7.25.7":
318369
version: 7.25.7
319370
resolution: "@babel/helper-wrap-function@npm:7.25.7"
@@ -325,13 +376,13 @@ __metadata:
325376
languageName: node
326377
linkType: hard
327378

328-
"@babel/helpers@npm:^7.25.7":
329-
version: 7.25.7
330-
resolution: "@babel/helpers@npm:7.25.7"
379+
"@babel/helpers@npm:^7.25.9":
380+
version: 7.25.9
381+
resolution: "@babel/helpers@npm:7.25.9"
331382
dependencies:
332-
"@babel/template": "npm:^7.25.7"
333-
"@babel/types": "npm:^7.25.7"
334-
checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228
383+
"@babel/template": "npm:^7.25.9"
384+
"@babel/types": "npm:^7.25.9"
385+
checksum: 10c0/4354fbf050291937d0f127f6f927a0c471b604524e0767516fefb91dc36427f25904dd0d2b2b3bbc66bce1894c680cc37eac9ab46970d70f24bf3e53375612de
335386
languageName: node
336387
linkType: hard
337388

@@ -359,7 +410,7 @@ __metadata:
359410
languageName: node
360411
linkType: hard
361412

362-
"@babel/parser@npm:^7.25.7, @babel/parser@npm:^7.25.8":
413+
"@babel/parser@npm:^7.25.7":
363414
version: 7.25.8
364415
resolution: "@babel/parser@npm:7.25.8"
365416
dependencies:
@@ -2724,7 +2775,7 @@ __metadata:
27242775
version: 0.0.0-use.local
27252776
resolution: "codeocean@workspace:."
27262777
dependencies:
2727-
"@babel/core": "npm:^7.25.8"
2778+
"@babel/core": "npm:^7.25.9"
27282779
"@babel/plugin-transform-runtime": "npm:^7.25.9"
27292780
"@babel/preset-env": "npm:^7.25.8"
27302781
"@babel/runtime": "npm:^7.25.9"

0 commit comments

Comments
 (0)