Skip to content

Commit b1e79b3

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

File tree

2 files changed

+171
-3
lines changed

2 files changed

+171
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react-tooltip": "^5.28.0"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.26.0",
48+
"@babel/core": "^7.27.1",
4949
"@babel/eslint-parser": "^7.27.0",
5050
"@babel/plugin-proposal-class-properties": "^7.18.6",
5151
"@babel/preset-env": "^7.26.0",

yarn.lock

Lines changed: 170 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,32 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36+
"@babel/code-frame@npm:^7.27.1":
37+
version: 7.27.1
38+
resolution: "@babel/code-frame@npm:7.27.1"
39+
dependencies:
40+
"@babel/helper-validator-identifier": ^7.27.1
41+
js-tokens: ^4.0.0
42+
picocolors: ^1.1.1
43+
checksum: 5874edc5d37406c4a0bb14cf79c8e51ad412fb0423d176775ac14fc0259831be1bf95bdda9c2aa651126990505e09a9f0ed85deaa99893bc316d2682c5115bdc
44+
languageName: node
45+
linkType: hard
46+
3647
"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.9, @babel/compat-data@npm:^7.26.0":
3748
version: 7.26.3
3849
resolution: "@babel/compat-data@npm:7.26.3"
3950
checksum: 85c5a9fb365231688c7faeb977f1d659da1c039e17b416f8ef11733f7aebe11fe330dce20c1844cacf243766c1d643d011df1d13cac9eda36c46c6c475693d21
4051
languageName: node
4152
linkType: hard
4253

43-
"@babel/core@npm:^7.0.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.26.0":
54+
"@babel/compat-data@npm:^7.27.1":
55+
version: 7.27.1
56+
resolution: "@babel/compat-data@npm:7.27.1"
57+
checksum: e25c3265cb242da49fdf9ad0356d0bbc51fa98c78ecf4ad29a2952772c78b90fa202091f8aac99f5a3047b2ce12b0963fe1b956d5053911b5f65820126ff0948
58+
languageName: node
59+
linkType: hard
60+
61+
"@babel/core@npm:^7.0.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9":
4462
version: 7.26.0
4563
resolution: "@babel/core@npm:7.26.0"
4664
dependencies:
@@ -63,6 +81,29 @@ __metadata:
6381
languageName: node
6482
linkType: hard
6583

84+
"@babel/core@npm:^7.27.1":
85+
version: 7.27.1
86+
resolution: "@babel/core@npm:7.27.1"
87+
dependencies:
88+
"@ampproject/remapping": ^2.2.0
89+
"@babel/code-frame": ^7.27.1
90+
"@babel/generator": ^7.27.1
91+
"@babel/helper-compilation-targets": ^7.27.1
92+
"@babel/helper-module-transforms": ^7.27.1
93+
"@babel/helpers": ^7.27.1
94+
"@babel/parser": ^7.27.1
95+
"@babel/template": ^7.27.1
96+
"@babel/traverse": ^7.27.1
97+
"@babel/types": ^7.27.1
98+
convert-source-map: ^2.0.0
99+
debug: ^4.1.0
100+
gensync: ^1.0.0-beta.2
101+
json5: ^2.2.3
102+
semver: ^6.3.1
103+
checksum: fce205f9eea387ed8a9c6de64e5a8f50256359bfc8f1352c576c843b4c148a6c2ef187cfe8d729453e520fdcc997f65920aca6cb8911fb25dfd2286966b9b914
104+
languageName: node
105+
linkType: hard
106+
66107
"@babel/eslint-parser@npm:^7.27.0":
67108
version: 7.27.0
68109
resolution: "@babel/eslint-parser@npm:7.27.0"
@@ -90,6 +131,19 @@ __metadata:
90131
languageName: node
91132
linkType: hard
92133

134+
"@babel/generator@npm:^7.27.1":
135+
version: 7.27.1
136+
resolution: "@babel/generator@npm:7.27.1"
137+
dependencies:
138+
"@babel/parser": ^7.27.1
139+
"@babel/types": ^7.27.1
140+
"@jridgewell/gen-mapping": ^0.3.5
141+
"@jridgewell/trace-mapping": ^0.3.25
142+
jsesc: ^3.0.2
143+
checksum: d5e220eb20aca1d93aef85c4c716237f84c5aab7d3ed8dfeb7060dcd73d20c593a687fe74cfb6d3dc1604ef9faff2ca24e6cfdb1af18e03e3a5f9f63a04c0bdc
144+
languageName: node
145+
linkType: hard
146+
93147
"@babel/helper-annotate-as-pure@npm:^7.25.9":
94148
version: 7.25.9
95149
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
@@ -112,6 +166,19 @@ __metadata:
112166
languageName: node
113167
linkType: hard
114168

169+
"@babel/helper-compilation-targets@npm:^7.27.1":
170+
version: 7.27.1
171+
resolution: "@babel/helper-compilation-targets@npm:7.27.1"
172+
dependencies:
173+
"@babel/compat-data": ^7.27.1
174+
"@babel/helper-validator-option": ^7.27.1
175+
browserslist: ^4.24.0
176+
lru-cache: ^5.1.1
177+
semver: ^6.3.1
178+
checksum: e02093add56d4cc86b2e6b30a6f80a2f3000a97264b3cd6464db9fcb4d2c5df115030f04aa795201dc049dfcf66d39edc1ef6adb35444cdffc2e7658d590e5a2
179+
languageName: node
180+
linkType: hard
181+
115182
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.9":
116183
version: 7.25.9
117184
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.9"
@@ -177,6 +244,16 @@ __metadata:
177244
languageName: node
178245
linkType: hard
179246

247+
"@babel/helper-module-imports@npm:^7.27.1":
248+
version: 7.27.1
249+
resolution: "@babel/helper-module-imports@npm:7.27.1"
250+
dependencies:
251+
"@babel/traverse": ^7.27.1
252+
"@babel/types": ^7.27.1
253+
checksum: 92d01c71c0e4aacdc2babce418a9a1a27a8f7d770a210ffa0f3933f321befab18b655bc1241bebc40767516731de0b85639140c42e45a8210abe1e792f115b28
254+
languageName: node
255+
linkType: hard
256+
180257
"@babel/helper-module-transforms@npm:^7.25.9, @babel/helper-module-transforms@npm:^7.26.0":
181258
version: 7.26.0
182259
resolution: "@babel/helper-module-transforms@npm:7.26.0"
@@ -190,6 +267,19 @@ __metadata:
190267
languageName: node
191268
linkType: hard
192269

270+
"@babel/helper-module-transforms@npm:^7.27.1":
271+
version: 7.27.1
272+
resolution: "@babel/helper-module-transforms@npm:7.27.1"
273+
dependencies:
274+
"@babel/helper-module-imports": ^7.27.1
275+
"@babel/helper-validator-identifier": ^7.27.1
276+
"@babel/traverse": ^7.27.1
277+
peerDependencies:
278+
"@babel/core": ^7.0.0
279+
checksum: 816dd166f0a850616d01ca198715d78fef052a834dc155dd57e4405d702f288071077be3ed58e13c86ac9e63ca560e876cc6d70cf5ef0f1f62bd9321084d4c06
280+
languageName: node
281+
linkType: hard
282+
193283
"@babel/helper-optimise-call-expression@npm:^7.25.9":
194284
version: 7.25.9
195285
resolution: "@babel/helper-optimise-call-expression@npm:7.25.9"
@@ -249,20 +339,41 @@ __metadata:
249339
languageName: node
250340
linkType: hard
251341

342+
"@babel/helper-string-parser@npm:^7.27.1":
343+
version: 7.27.1
344+
resolution: "@babel/helper-string-parser@npm:7.27.1"
345+
checksum: 0a8464adc4b39b138aedcb443b09f4005d86207d7126e5e079177e05c3116107d856ec08282b365e9a79a9872f40f4092a6127f8d74c8a01c1ef789dacfc25d6
346+
languageName: node
347+
linkType: hard
348+
252349
"@babel/helper-validator-identifier@npm:^7.25.9":
253350
version: 7.25.9
254351
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
255352
checksum: 5b85918cb1a92a7f3f508ea02699e8d2422fe17ea8e82acd445006c0ef7520fbf48e3dbcdaf7b0a1d571fc3a2715a29719e5226636cb6042e15fe6ed2a590944
256353
languageName: node
257354
linkType: hard
258355

356+
"@babel/helper-validator-identifier@npm:^7.27.1":
357+
version: 7.27.1
358+
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
359+
checksum: 3c7e8391e59d6c85baeefe9afb86432f2ab821c6232b00ea9082a51d3e7e95a2f3fb083d74dc1f49ac82cf238e1d2295dafcb001f7b0fab479f3f56af5eaaa47
360+
languageName: node
361+
linkType: hard
362+
259363
"@babel/helper-validator-option@npm:^7.25.9":
260364
version: 7.25.9
261365
resolution: "@babel/helper-validator-option@npm:7.25.9"
262366
checksum: 9491b2755948ebbdd68f87da907283698e663b5af2d2b1b02a2765761974b1120d5d8d49e9175b167f16f72748ffceec8c9cf62acfbee73f4904507b246e2b3d
263367
languageName: node
264368
linkType: hard
265369

370+
"@babel/helper-validator-option@npm:^7.27.1":
371+
version: 7.27.1
372+
resolution: "@babel/helper-validator-option@npm:7.27.1"
373+
checksum: db73e6a308092531c629ee5de7f0d04390835b21a263be2644276cb27da2384b64676cab9f22cd8d8dbd854c92b1d7d56fc8517cf0070c35d1c14a8c828b0903
374+
languageName: node
375+
linkType: hard
376+
266377
"@babel/helper-wrap-function@npm:^7.25.9":
267378
version: 7.25.9
268379
resolution: "@babel/helper-wrap-function@npm:7.25.9"
@@ -284,6 +395,16 @@ __metadata:
284395
languageName: node
285396
linkType: hard
286397

398+
"@babel/helpers@npm:^7.27.1":
399+
version: 7.27.1
400+
resolution: "@babel/helpers@npm:7.27.1"
401+
dependencies:
402+
"@babel/template": ^7.27.1
403+
"@babel/types": ^7.27.1
404+
checksum: 19ede1e996cbd295fb3a881ff70bc0f91c5133ebac256441e9ecd69dfba89456e75cf7ecf06cd276c638a4de7bd6eff21151961c78038d0b23d94b4d23415ee4
405+
languageName: node
406+
linkType: hard
407+
287408
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.3":
288409
version: 7.26.3
289410
resolution: "@babel/parser@npm:7.26.3"
@@ -295,6 +416,17 @@ __metadata:
295416
languageName: node
296417
linkType: hard
297418

419+
"@babel/parser@npm:^7.27.1":
420+
version: 7.27.1
421+
resolution: "@babel/parser@npm:7.27.1"
422+
dependencies:
423+
"@babel/types": ^7.27.1
424+
bin:
425+
parser: ./bin/babel-parser.js
426+
checksum: 36042c744c4648a8cebf5579a0f8dc6c056648a5b017c1f1c896ce99468764dad91dfc3dd215684e0e4e648a28b62cdd2e6537b34f4a83dda01cb97a846166b0
427+
languageName: node
428+
linkType: hard
429+
298430
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
299431
version: 7.25.9
300432
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
@@ -1327,6 +1459,17 @@ __metadata:
13271459
languageName: node
13281460
linkType: hard
13291461

1462+
"@babel/template@npm:^7.27.1":
1463+
version: 7.27.1
1464+
resolution: "@babel/template@npm:7.27.1"
1465+
dependencies:
1466+
"@babel/code-frame": ^7.27.1
1467+
"@babel/parser": ^7.27.1
1468+
"@babel/types": ^7.27.1
1469+
checksum: bd5cb4d128aac0ab8f170389953c13300a6f8f359a86b75b878c0ecc7be7f17213889fc53b3547eba2fe1bc28003875df77d4c1e7f4be22dac8faabdf99301ad
1470+
languageName: node
1471+
linkType: hard
1472+
13301473
"@babel/traverse@npm:^7.25.9":
13311474
version: 7.26.4
13321475
resolution: "@babel/traverse@npm:7.26.4"
@@ -1342,6 +1485,21 @@ __metadata:
13421485
languageName: node
13431486
linkType: hard
13441487

1488+
"@babel/traverse@npm:^7.27.1":
1489+
version: 7.27.1
1490+
resolution: "@babel/traverse@npm:7.27.1"
1491+
dependencies:
1492+
"@babel/code-frame": ^7.27.1
1493+
"@babel/generator": ^7.27.1
1494+
"@babel/parser": ^7.27.1
1495+
"@babel/template": ^7.27.1
1496+
"@babel/types": ^7.27.1
1497+
debug: ^4.3.1
1498+
globals: ^11.1.0
1499+
checksum: 7ea3ec36a65e734f2921f5dba6f417f5dd0c90eb44a60f6addbacbbedb44e8c82eba415a74feb7d6df58e351519b81b11b6ca3c0c7c41a3f73ebeaf6895a826c
1500+
languageName: node
1501+
linkType: hard
1502+
13451503
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.26.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
13461504
version: 7.26.3
13471505
resolution: "@babel/types@npm:7.26.3"
@@ -1352,6 +1510,16 @@ __metadata:
13521510
languageName: node
13531511
linkType: hard
13541512

1513+
"@babel/types@npm:^7.27.1":
1514+
version: 7.27.1
1515+
resolution: "@babel/types@npm:7.27.1"
1516+
dependencies:
1517+
"@babel/helper-string-parser": ^7.27.1
1518+
"@babel/helper-validator-identifier": ^7.27.1
1519+
checksum: 357c13f37aaa2f2e2cfcdb63f986d5f7abc9f38df20182b620ace34387d2460620415770fe5856eb54d70c9f0ba2f71230d29465e789188635a948476b830ae4
1520+
languageName: node
1521+
linkType: hard
1522+
13551523
"@bcoe/v8-coverage@npm:^0.2.3":
13561524
version: 0.2.3
13571525
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -4123,7 +4291,7 @@ __metadata:
41234291
version: 0.0.0-use.local
41244292
resolution: "courseography@workspace:."
41254293
dependencies:
4126-
"@babel/core": ^7.26.0
4294+
"@babel/core": ^7.27.1
41274295
"@babel/eslint-parser": ^7.27.0
41284296
"@babel/plugin-proposal-class-properties": ^7.18.6
41294297
"@babel/preset-env": ^7.26.0

0 commit comments

Comments
 (0)