Skip to content

Commit e94c218

Browse files
Bump @babel/core from 7.25.2 to 7.25.7 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.2 to 7.25.7 - [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.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f871133 commit e94c218

File tree

2 files changed

+141
-90
lines changed

2 files changed

+141
-90
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"yarn": "^1.15.2"
88
},
99
"dependencies": {
10-
"@babel/core": "^7.25.2",
10+
"@babel/core": "^7.25.7",
1111
"@babel/plugin-proposal-private-methods": "^7.18.6",
1212
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
1313
"@fortawesome/fontawesome-svg-core": "^6.6.0",

yarn.lock

Lines changed: 140 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,54 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.24.7":
14-
version "7.24.7"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
16-
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
13+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.25.7":
14+
version "7.25.7"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
16+
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
1717
dependencies:
18-
"@babel/highlight" "^7.24.7"
18+
"@babel/highlight" "^7.25.7"
1919
picocolors "^1.0.0"
2020

2121
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
2222
version "7.25.2"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
2424
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
2525

26-
"@babel/core@^7.15.0", "@babel/core@^7.25.2":
27-
version "7.25.2"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
29-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
26+
"@babel/compat-data@^7.25.7":
27+
version "7.25.7"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
29+
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
30+
31+
"@babel/core@^7.15.0", "@babel/core@^7.25.7":
32+
version "7.25.7"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
34+
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
3035
dependencies:
3136
"@ampproject/remapping" "^2.2.0"
32-
"@babel/code-frame" "^7.24.7"
33-
"@babel/generator" "^7.25.0"
34-
"@babel/helper-compilation-targets" "^7.25.2"
35-
"@babel/helper-module-transforms" "^7.25.2"
36-
"@babel/helpers" "^7.25.0"
37-
"@babel/parser" "^7.25.0"
38-
"@babel/template" "^7.25.0"
39-
"@babel/traverse" "^7.25.2"
40-
"@babel/types" "^7.25.2"
37+
"@babel/code-frame" "^7.25.7"
38+
"@babel/generator" "^7.25.7"
39+
"@babel/helper-compilation-targets" "^7.25.7"
40+
"@babel/helper-module-transforms" "^7.25.7"
41+
"@babel/helpers" "^7.25.7"
42+
"@babel/parser" "^7.25.7"
43+
"@babel/template" "^7.25.7"
44+
"@babel/traverse" "^7.25.7"
45+
"@babel/types" "^7.25.7"
4146
convert-source-map "^2.0.0"
4247
debug "^4.1.0"
4348
gensync "^1.0.0-beta.2"
4449
json5 "^2.2.3"
4550
semver "^6.3.1"
4651

47-
"@babel/generator@^7.25.0":
48-
version "7.25.0"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
50-
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
52+
"@babel/generator@^7.25.7":
53+
version "7.25.7"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
55+
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
5156
dependencies:
52-
"@babel/types" "^7.25.0"
57+
"@babel/types" "^7.25.7"
5358
"@jridgewell/gen-mapping" "^0.3.5"
5459
"@jridgewell/trace-mapping" "^0.3.25"
55-
jsesc "^2.5.1"
60+
jsesc "^3.0.2"
5661

5762
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.7":
5863
version "7.24.7"
@@ -69,14 +74,14 @@
6974
"@babel/traverse" "^7.24.7"
7075
"@babel/types" "^7.24.7"
7176

72-
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
73-
version "7.25.2"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
75-
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
77+
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.7":
78+
version "7.25.7"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4"
80+
integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==
7681
dependencies:
77-
"@babel/compat-data" "^7.25.2"
78-
"@babel/helper-validator-option" "^7.24.8"
79-
browserslist "^4.23.1"
82+
"@babel/compat-data" "^7.25.7"
83+
"@babel/helper-validator-option" "^7.25.7"
84+
browserslist "^4.24.0"
8085
lru-cache "^5.1.1"
8186
semver "^6.3.1"
8287

@@ -129,15 +134,23 @@
129134
"@babel/traverse" "^7.24.7"
130135
"@babel/types" "^7.24.7"
131136

132-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
133-
version "7.25.2"
134-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
135-
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
137+
"@babel/helper-module-imports@^7.25.7":
138+
version "7.25.7"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
140+
integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==
136141
dependencies:
137-
"@babel/helper-module-imports" "^7.24.7"
138-
"@babel/helper-simple-access" "^7.24.7"
139-
"@babel/helper-validator-identifier" "^7.24.7"
140-
"@babel/traverse" "^7.25.2"
142+
"@babel/traverse" "^7.25.7"
143+
"@babel/types" "^7.25.7"
144+
145+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.7":
146+
version "7.25.7"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
148+
integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
149+
dependencies:
150+
"@babel/helper-module-imports" "^7.25.7"
151+
"@babel/helper-simple-access" "^7.25.7"
152+
"@babel/helper-validator-identifier" "^7.25.7"
153+
"@babel/traverse" "^7.25.7"
141154

142155
"@babel/helper-optimise-call-expression@^7.24.7":
143156
version "7.24.7"
@@ -177,6 +190,14 @@
177190
"@babel/traverse" "^7.24.7"
178191
"@babel/types" "^7.24.7"
179192

193+
"@babel/helper-simple-access@^7.25.7":
194+
version "7.25.7"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
196+
integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
197+
dependencies:
198+
"@babel/traverse" "^7.25.7"
199+
"@babel/types" "^7.25.7"
200+
180201
"@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
181202
version "7.24.7"
182203
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9"
@@ -185,21 +206,31 @@
185206
"@babel/traverse" "^7.24.7"
186207
"@babel/types" "^7.24.7"
187208

188-
"@babel/helper-string-parser@^7.24.8":
189-
version "7.24.8"
190-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
191-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
209+
"@babel/helper-string-parser@^7.25.7":
210+
version "7.25.7"
211+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
212+
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
192213

193214
"@babel/helper-validator-identifier@^7.24.7":
194215
version "7.24.7"
195216
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
196217
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
197218

219+
"@babel/helper-validator-identifier@^7.25.7":
220+
version "7.25.7"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
222+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
223+
198224
"@babel/helper-validator-option@^7.24.8":
199225
version "7.24.8"
200226
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
201227
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
202228

229+
"@babel/helper-validator-option@^7.25.7":
230+
version "7.25.7"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
232+
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
233+
203234
"@babel/helper-wrap-function@^7.25.0":
204235
version "7.25.0"
205236
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz#dab12f0f593d6ca48c0062c28bcfb14ebe812f81"
@@ -209,30 +240,30 @@
209240
"@babel/traverse" "^7.25.0"
210241
"@babel/types" "^7.25.0"
211242

212-
"@babel/helpers@^7.25.0":
213-
version "7.25.0"
214-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
215-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
243+
"@babel/helpers@^7.25.7":
244+
version "7.25.7"
245+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
246+
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
216247
dependencies:
217-
"@babel/template" "^7.25.0"
218-
"@babel/types" "^7.25.0"
248+
"@babel/template" "^7.25.7"
249+
"@babel/types" "^7.25.7"
219250

220-
"@babel/highlight@^7.24.7":
221-
version "7.24.7"
222-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
223-
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
251+
"@babel/highlight@^7.25.7":
252+
version "7.25.7"
253+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
254+
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
224255
dependencies:
225-
"@babel/helper-validator-identifier" "^7.24.7"
256+
"@babel/helper-validator-identifier" "^7.25.7"
226257
chalk "^2.4.2"
227258
js-tokens "^4.0.0"
228259
picocolors "^1.0.0"
229260

230-
"@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
231-
version "7.25.3"
232-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
233-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
261+
"@babel/parser@^7.25.7":
262+
version "7.25.7"
263+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
264+
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
234265
dependencies:
235-
"@babel/types" "^7.25.2"
266+
"@babel/types" "^7.25.7"
236267

237268
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
238269
version "7.25.3"
@@ -957,35 +988,35 @@
957988
dependencies:
958989
regenerator-runtime "^0.14.0"
959990

960-
"@babel/template@^7.24.7", "@babel/template@^7.25.0":
961-
version "7.25.0"
962-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
963-
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
964-
dependencies:
965-
"@babel/code-frame" "^7.24.7"
966-
"@babel/parser" "^7.25.0"
967-
"@babel/types" "^7.25.0"
968-
969-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3":
970-
version "7.25.3"
971-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
972-
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
973-
dependencies:
974-
"@babel/code-frame" "^7.24.7"
975-
"@babel/generator" "^7.25.0"
976-
"@babel/parser" "^7.25.3"
977-
"@babel/template" "^7.25.0"
978-
"@babel/types" "^7.25.2"
991+
"@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.25.7":
992+
version "7.25.7"
993+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
994+
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
995+
dependencies:
996+
"@babel/code-frame" "^7.25.7"
997+
"@babel/parser" "^7.25.7"
998+
"@babel/types" "^7.25.7"
999+
1000+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.7":
1001+
version "7.25.7"
1002+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
1003+
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
1004+
dependencies:
1005+
"@babel/code-frame" "^7.25.7"
1006+
"@babel/generator" "^7.25.7"
1007+
"@babel/parser" "^7.25.7"
1008+
"@babel/template" "^7.25.7"
1009+
"@babel/types" "^7.25.7"
9791010
debug "^4.3.1"
9801011
globals "^11.1.0"
9811012

982-
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.4.4":
983-
version "7.25.2"
984-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
985-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1013+
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.7", "@babel/types@^7.4.4":
1014+
version "7.25.7"
1015+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
1016+
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
9861017
dependencies:
987-
"@babel/helper-string-parser" "^7.24.8"
988-
"@babel/helper-validator-identifier" "^7.24.7"
1018+
"@babel/helper-string-parser" "^7.25.7"
1019+
"@babel/helper-validator-identifier" "^7.25.7"
9891020
to-fast-properties "^2.0.0"
9901021

9911022
"@csstools/convert-colors@^1.4.0":
@@ -2010,7 +2041,7 @@ browserify-zlib@^0.2.0:
20102041
dependencies:
20112042
pako "~1.0.5"
20122043

2013-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.23.1, browserslist@^4.23.3, browserslist@^4.6.4:
2044+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.23.3, browserslist@^4.6.4:
20142045
version "4.23.3"
20152046
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
20162047
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
@@ -2020,6 +2051,16 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.23.1, browserslist@^4
20202051
node-releases "^2.0.18"
20212052
update-browserslist-db "^1.1.0"
20222053

2054+
browserslist@^4.24.0:
2055+
version "4.24.0"
2056+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
2057+
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
2058+
dependencies:
2059+
caniuse-lite "^1.0.30001663"
2060+
electron-to-chromium "^1.5.28"
2061+
node-releases "^2.0.18"
2062+
update-browserslist-db "^1.1.0"
2063+
20232064
buffer-from@^1.0.0:
20242065
version "1.1.2"
20252066
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -2189,6 +2230,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, can
21892230
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
21902231
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
21912232

2233+
caniuse-lite@^1.0.30001663:
2234+
version "1.0.30001667"
2235+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz#99fc5ea0d9c6e96897a104a8352604378377f949"
2236+
integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
2237+
21922238
case-sensitive-paths-webpack-plugin@^2.4.0:
21932239
version "2.4.0"
21942240
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
@@ -3088,6 +3134,11 @@ ee-first@1.1.1:
30883134
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
30893135
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
30903136

3137+
electron-to-chromium@^1.5.28:
3138+
version "1.5.32"
3139+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
3140+
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
3141+
30913142
electron-to-chromium@^1.5.4:
30923143
version "1.5.11"
30933144
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.11.tgz#258077f1077a1c72f2925cd5b326c470a7f5adef"
@@ -4889,10 +4940,10 @@ js-yaml@^4.1.0:
48894940
dependencies:
48904941
argparse "^2.0.1"
48914942

4892-
jsesc@^2.5.1:
4893-
version "2.5.2"
4894-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
4895-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
4943+
jsesc@^3.0.2:
4944+
version "3.0.2"
4945+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
4946+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
48964947

48974948
jsesc@~0.5.0:
48984949
version "0.5.0"

0 commit comments

Comments
 (0)