Skip to content

Commit bac1bd4

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 2e8b6c5 commit bac1bd4

12 files changed

+342
-190
lines changed

.pnp.cjs

+238-166
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

+1-1
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.26.10",
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

+103-23
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __metadata:
3232
languageName: node
3333
linkType: hard
3434

35-
"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0, @babel/code-frame@npm:^7.26.2":
35+
"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.2":
3636
version: 7.26.2
3737
resolution: "@babel/code-frame@npm:7.26.2"
3838
dependencies:
@@ -57,6 +57,13 @@ __metadata:
5757
languageName: node
5858
linkType: hard
5959

60+
"@babel/compat-data@npm:^7.26.8":
61+
version: 7.26.8
62+
resolution: "@babel/compat-data@npm:7.26.8"
63+
checksum: 1bb04c6860c8c9555b933cb9c3caf5ef1dac331a37a351efb67956fc679f695d487aea76e792dd43823702c1300f7906f2a298e50b4a8d7ec199ada9c340c365
64+
languageName: node
65+
linkType: hard
66+
6067
"@babel/core@npm:^7.0.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9":
6168
version: 7.24.6
6269
resolution: "@babel/core@npm:7.24.6"
@@ -80,26 +87,26 @@ __metadata:
8087
languageName: node
8188
linkType: hard
8289

83-
"@babel/core@npm:^7.26.0":
84-
version: 7.26.0
85-
resolution: "@babel/core@npm:7.26.0"
90+
"@babel/core@npm:^7.26.10":
91+
version: 7.26.10
92+
resolution: "@babel/core@npm:7.26.10"
8693
dependencies:
8794
"@ampproject/remapping": ^2.2.0
88-
"@babel/code-frame": ^7.26.0
89-
"@babel/generator": ^7.26.0
90-
"@babel/helper-compilation-targets": ^7.25.9
95+
"@babel/code-frame": ^7.26.2
96+
"@babel/generator": ^7.26.10
97+
"@babel/helper-compilation-targets": ^7.26.5
9198
"@babel/helper-module-transforms": ^7.26.0
92-
"@babel/helpers": ^7.26.0
93-
"@babel/parser": ^7.26.0
94-
"@babel/template": ^7.25.9
95-
"@babel/traverse": ^7.25.9
96-
"@babel/types": ^7.26.0
99+
"@babel/helpers": ^7.26.10
100+
"@babel/parser": ^7.26.10
101+
"@babel/template": ^7.26.9
102+
"@babel/traverse": ^7.26.10
103+
"@babel/types": ^7.26.10
97104
convert-source-map: ^2.0.0
98105
debug: ^4.1.0
99106
gensync: ^1.0.0-beta.2
100107
json5: ^2.2.3
101108
semver: ^6.3.1
102-
checksum: b296084cfd818bed8079526af93b5dfa0ba70282532d2132caf71d4060ab190ba26d3184832a45accd82c3c54016985a4109ab9118674347a7e5e9bc464894e6
109+
checksum: 0217325bd46fb9c828331c14dbe3f015ee13d9aecec423ef5acc0ce8b51a3d2a2d55f2ede252b99d0ab9b2f1a06e2881694a890f92006aeac9ebe5be2914c089
103110
languageName: node
104111
linkType: hard
105112

@@ -129,7 +136,20 @@ __metadata:
129136
languageName: node
130137
linkType: hard
131138

132-
"@babel/generator@npm:^7.26.0, @babel/generator@npm:^7.26.3":
139+
"@babel/generator@npm:^7.26.10, @babel/generator@npm:^7.27.0":
140+
version: 7.27.0
141+
resolution: "@babel/generator@npm:7.27.0"
142+
dependencies:
143+
"@babel/parser": ^7.27.0
144+
"@babel/types": ^7.27.0
145+
"@jridgewell/gen-mapping": ^0.3.5
146+
"@jridgewell/trace-mapping": ^0.3.25
147+
jsesc: ^3.0.2
148+
checksum: cdb6e3e8441241321192275f7a1265b6d610b44d57ae3bbb6047cb142849fd2ace1e15d5ee0685337e152f5d8760babd3ab898b6e5065e4b344006d2f0da759f
149+
languageName: node
150+
linkType: hard
151+
152+
"@babel/generator@npm:^7.26.3":
133153
version: 7.26.3
134154
resolution: "@babel/generator@npm:7.26.3"
135155
dependencies:
@@ -186,6 +206,19 @@ __metadata:
186206
languageName: node
187207
linkType: hard
188208

209+
"@babel/helper-compilation-targets@npm:^7.26.5":
210+
version: 7.27.0
211+
resolution: "@babel/helper-compilation-targets@npm:7.27.0"
212+
dependencies:
213+
"@babel/compat-data": ^7.26.8
214+
"@babel/helper-validator-option": ^7.25.9
215+
browserslist: ^4.24.0
216+
lru-cache: ^5.1.1
217+
semver: ^6.3.1
218+
checksum: ad8b2351cde8d2e5c417f02f0d88af61ba080439e74f6d6ac578af5d63f8e35d0f36619cf18620ab627e9360c5c4b8a23784eecbef32d97944acb4ad2a57223f
219+
languageName: node
220+
linkType: hard
221+
189222
"@babel/helper-create-class-features-plugin@npm:^7.18.6":
190223
version: 7.25.4
191224
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4"
@@ -492,13 +525,13 @@ __metadata:
492525
languageName: node
493526
linkType: hard
494527

495-
"@babel/helpers@npm:^7.26.0":
496-
version: 7.26.0
497-
resolution: "@babel/helpers@npm:7.26.0"
528+
"@babel/helpers@npm:^7.26.10":
529+
version: 7.27.0
530+
resolution: "@babel/helpers@npm:7.27.0"
498531
dependencies:
499-
"@babel/template": ^7.25.9
500-
"@babel/types": ^7.26.0
501-
checksum: d77fe8d45033d6007eadfa440355c1355eed57902d5a302f450827ad3d530343430a21210584d32eef2f216ae463d4591184c6fc60cf205bbf3a884561469200
532+
"@babel/template": ^7.27.0
533+
"@babel/types": ^7.27.0
534+
checksum: d11bb8ada0c5c298d2dbd478d69b16a79216b812010e78855143e321807df4e34f60ab65e56332e72315ccfe52a22057f0cf1dcc06e518dcfa3e3141bb8576cd
502535
languageName: node
503536
linkType: hard
504537

@@ -525,7 +558,7 @@ __metadata:
525558
languageName: node
526559
linkType: hard
527560

528-
"@babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.3":
561+
"@babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.3":
529562
version: 7.26.3
530563
resolution: "@babel/parser@npm:7.26.3"
531564
dependencies:
@@ -536,6 +569,17 @@ __metadata:
536569
languageName: node
537570
linkType: hard
538571

572+
"@babel/parser@npm:^7.26.10, @babel/parser@npm:^7.27.0":
573+
version: 7.27.0
574+
resolution: "@babel/parser@npm:7.27.0"
575+
dependencies:
576+
"@babel/types": ^7.27.0
577+
bin:
578+
parser: ./bin/babel-parser.js
579+
checksum: 062a4e6d51553603253990c84e051ed48671a55b9d4e9caf2eff9dc888465070a0cfd288a467dbf0d99507781ea4a835b5606e32ddc0319f1b9273f913676829
580+
languageName: node
581+
linkType: hard
582+
539583
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
540584
version: 7.25.9
541585
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
@@ -1606,6 +1650,17 @@ __metadata:
16061650
languageName: node
16071651
linkType: hard
16081652

1653+
"@babel/template@npm:^7.26.9, @babel/template@npm:^7.27.0":
1654+
version: 7.27.0
1655+
resolution: "@babel/template@npm:7.27.0"
1656+
dependencies:
1657+
"@babel/code-frame": ^7.26.2
1658+
"@babel/parser": ^7.27.0
1659+
"@babel/types": ^7.27.0
1660+
checksum: 46d6db4c204a092f11ad6c3bfb6ec3dc1422e32121186d68ab1b3e633313aa5b7e21f26ca801dbd7da21f256225305a76454429fc500e52dabadb30af35df961
1661+
languageName: node
1662+
linkType: hard
1663+
16091664
"@babel/traverse@npm:^7.24.6, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.4":
16101665
version: 7.25.6
16111666
resolution: "@babel/traverse@npm:7.25.6"
@@ -1636,6 +1691,21 @@ __metadata:
16361691
languageName: node
16371692
linkType: hard
16381693

1694+
"@babel/traverse@npm:^7.26.10":
1695+
version: 7.27.0
1696+
resolution: "@babel/traverse@npm:7.27.0"
1697+
dependencies:
1698+
"@babel/code-frame": ^7.26.2
1699+
"@babel/generator": ^7.27.0
1700+
"@babel/parser": ^7.27.0
1701+
"@babel/template": ^7.27.0
1702+
"@babel/types": ^7.27.0
1703+
debug: ^4.3.1
1704+
globals: ^11.1.0
1705+
checksum: 922d22aa91200e1880cfa782802100aa5b236fab89a44b9c40cfea94163246efd010626f7dc2b9d7769851c1fa2d8e8f8a1e0168ff4a7094e9b737c32760baa1
1706+
languageName: node
1707+
linkType: hard
1708+
16391709
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.6, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
16401710
version: 7.25.6
16411711
resolution: "@babel/types@npm:7.25.6"
@@ -1647,7 +1717,7 @@ __metadata:
16471717
languageName: node
16481718
linkType: hard
16491719

1650-
"@babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.26.3":
1720+
"@babel/types@npm:^7.25.9, @babel/types@npm:^7.26.3":
16511721
version: 7.26.3
16521722
resolution: "@babel/types@npm:7.26.3"
16531723
dependencies:
@@ -1657,6 +1727,16 @@ __metadata:
16571727
languageName: node
16581728
linkType: hard
16591729

1730+
"@babel/types@npm:^7.26.10, @babel/types@npm:^7.27.0":
1731+
version: 7.27.0
1732+
resolution: "@babel/types@npm:7.27.0"
1733+
dependencies:
1734+
"@babel/helper-string-parser": ^7.25.9
1735+
"@babel/helper-validator-identifier": ^7.25.9
1736+
checksum: 59582019eb8a693d4277015d4dec0233874d884b9019dcd09550332db7f0f2ac9e30eca685bb0ada4bab5a4dc8bbc2a6bcaadb151c69b7e6aa94b5eaf8fc8c51
1737+
languageName: node
1738+
linkType: hard
1739+
16601740
"@bcoe/v8-coverage@npm:^0.2.3":
16611741
version: 0.2.3
16621742
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -4458,7 +4538,7 @@ __metadata:
44584538
version: 0.0.0-use.local
44594539
resolution: "courseography@workspace:."
44604540
dependencies:
4461-
"@babel/core": ^7.26.0
4541+
"@babel/core": ^7.26.10
44624542
"@babel/eslint-parser": ^7.27.0
44634543
"@babel/plugin-proposal-class-properties": ^7.18.6
44644544
"@babel/preset-env": ^7.26.0

0 commit comments

Comments
 (0)