Skip to content

Commit 0e5ed44

Browse files
chore(deps): update dependency @babel/core to v7.22.20
1 parent a8f2332 commit 0e5ed44

1 file changed

Lines changed: 148 additions & 38 deletions

File tree

yarn.lock

Lines changed: 148 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -32,38 +32,51 @@
3232
dependencies:
3333
"@babel/highlight" "^7.10.4"
3434

35-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5", "@babel/code-frame@^7.8.3":
35+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.8.3":
3636
version "7.22.10"
3737
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
3838
integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
3939
dependencies:
4040
"@babel/highlight" "^7.22.10"
4141
chalk "^2.4.2"
4242

43-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
43+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.22.5":
44+
version "7.22.13"
45+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
46+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
47+
dependencies:
48+
"@babel/highlight" "^7.22.13"
49+
chalk "^2.4.2"
50+
51+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6":
4452
version "7.22.9"
4553
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
4654
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
4755

56+
"@babel/compat-data@^7.22.9":
57+
version "7.22.20"
58+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
59+
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
60+
4861
"@babel/core@^7.12.10", "@babel/core@^7.13.16", "@babel/core@^7.20.0":
49-
version "7.22.10"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35"
51-
integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
62+
version "7.22.20"
63+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
64+
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
5265
dependencies:
5366
"@ampproject/remapping" "^2.2.0"
54-
"@babel/code-frame" "^7.22.10"
55-
"@babel/generator" "^7.22.10"
56-
"@babel/helper-compilation-targets" "^7.22.10"
57-
"@babel/helper-module-transforms" "^7.22.9"
58-
"@babel/helpers" "^7.22.10"
59-
"@babel/parser" "^7.22.10"
60-
"@babel/template" "^7.22.5"
61-
"@babel/traverse" "^7.22.10"
62-
"@babel/types" "^7.22.10"
67+
"@babel/code-frame" "^7.22.13"
68+
"@babel/generator" "^7.22.15"
69+
"@babel/helper-compilation-targets" "^7.22.15"
70+
"@babel/helper-module-transforms" "^7.22.20"
71+
"@babel/helpers" "^7.22.15"
72+
"@babel/parser" "^7.22.16"
73+
"@babel/template" "^7.22.15"
74+
"@babel/traverse" "^7.22.20"
75+
"@babel/types" "^7.22.19"
6376
convert-source-map "^1.7.0"
6477
debug "^4.1.0"
6578
gensync "^1.0.0-beta.2"
66-
json5 "^2.2.2"
79+
json5 "^2.2.3"
6780
semver "^6.3.1"
6881

6982
"@babel/generator@^7.20.0", "@babel/generator@^7.22.10", "@babel/generator@^7.22.5":
@@ -76,6 +89,16 @@
7689
"@jridgewell/trace-mapping" "^0.3.17"
7790
jsesc "^2.5.1"
7891

92+
"@babel/generator@^7.22.15":
93+
version "7.22.15"
94+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
95+
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
96+
dependencies:
97+
"@babel/types" "^7.22.15"
98+
"@jridgewell/gen-mapping" "^0.3.2"
99+
"@jridgewell/trace-mapping" "^0.3.17"
100+
jsesc "^2.5.1"
101+
79102
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
80103
version "7.22.5"
81104
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -101,6 +124,17 @@
101124
lru-cache "^5.1.1"
102125
semver "^6.3.1"
103126

127+
"@babel/helper-compilation-targets@^7.22.15":
128+
version "7.22.15"
129+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
130+
integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
131+
dependencies:
132+
"@babel/compat-data" "^7.22.9"
133+
"@babel/helper-validator-option" "^7.22.15"
134+
browserslist "^4.21.9"
135+
lru-cache "^5.1.1"
136+
semver "^6.3.1"
137+
104138
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.10", "@babel/helper-create-class-features-plugin@^7.22.5":
105139
version "7.22.10"
106140
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3"
@@ -155,6 +189,11 @@
155189
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
156190
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
157191

192+
"@babel/helper-environment-visitor@^7.22.20":
193+
version "7.22.20"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
195+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
196+
158197
"@babel/helper-function-name@^7.22.5":
159198
version "7.22.5"
160199
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -184,7 +223,25 @@
184223
dependencies:
185224
"@babel/types" "^7.22.5"
186225

187-
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
226+
"@babel/helper-module-imports@^7.22.15":
227+
version "7.22.15"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
229+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
230+
dependencies:
231+
"@babel/types" "^7.22.15"
232+
233+
"@babel/helper-module-transforms@^7.22.20":
234+
version "7.22.20"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
236+
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
237+
dependencies:
238+
"@babel/helper-environment-visitor" "^7.22.20"
239+
"@babel/helper-module-imports" "^7.22.15"
240+
"@babel/helper-simple-access" "^7.22.5"
241+
"@babel/helper-split-export-declaration" "^7.22.6"
242+
"@babel/helper-validator-identifier" "^7.22.20"
243+
244+
"@babel/helper-module-transforms@^7.22.5":
188245
version "7.22.9"
189246
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
190247
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
@@ -251,10 +308,15 @@
251308
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
252309
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
253310

254-
"@babel/helper-validator-identifier@^7.22.5":
255-
version "7.22.5"
256-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
257-
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
311+
"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
312+
version "7.22.20"
313+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
314+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
315+
316+
"@babel/helper-validator-option@^7.22.15":
317+
version "7.22.15"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
319+
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
258320

259321
"@babel/helper-validator-option@^7.22.5":
260322
version "7.22.5"
@@ -270,16 +332,16 @@
270332
"@babel/template" "^7.22.5"
271333
"@babel/types" "^7.22.10"
272334

273-
"@babel/helpers@^7.22.10":
274-
version "7.22.10"
275-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
276-
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
335+
"@babel/helpers@^7.22.15":
336+
version "7.22.15"
337+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
338+
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
277339
dependencies:
278-
"@babel/template" "^7.22.5"
279-
"@babel/traverse" "^7.22.10"
280-
"@babel/types" "^7.22.10"
340+
"@babel/template" "^7.22.15"
341+
"@babel/traverse" "^7.22.15"
342+
"@babel/types" "^7.22.15"
281343

282-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10":
344+
"@babel/highlight@^7.10.4":
283345
version "7.22.10"
284346
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7"
285347
integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
@@ -288,16 +350,30 @@
288350
chalk "^2.4.2"
289351
js-tokens "^4.0.0"
290352

353+
"@babel/highlight@^7.22.10", "@babel/highlight@^7.22.13":
354+
version "7.22.20"
355+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
356+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
357+
dependencies:
358+
"@babel/helper-validator-identifier" "^7.22.20"
359+
chalk "^2.4.2"
360+
js-tokens "^4.0.0"
361+
291362
"@babel/parser@7.22.5":
292363
version "7.22.5"
293364
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
294365
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
295366

296-
"@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.20.15", "@babel/parser@^7.21.3", "@babel/parser@^7.22.10", "@babel/parser@^7.22.5":
367+
"@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.20.15", "@babel/parser@^7.21.3", "@babel/parser@^7.22.10":
297368
version "7.22.10"
298369
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
299370
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
300371

372+
"@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.22.5":
373+
version "7.22.16"
374+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
375+
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
376+
301377
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
302378
version "7.22.5"
303379
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -1203,7 +1279,7 @@
12031279
dependencies:
12041280
regenerator-runtime "^0.14.0"
12051281

1206-
"@babel/template@^7.0.0", "@babel/template@^7.22.5":
1282+
"@babel/template@^7.0.0":
12071283
version "7.22.5"
12081284
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
12091285
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
@@ -1212,6 +1288,15 @@
12121288
"@babel/parser" "^7.22.5"
12131289
"@babel/types" "^7.22.5"
12141290

1291+
"@babel/template@^7.22.15", "@babel/template@^7.22.5":
1292+
version "7.22.15"
1293+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1294+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1295+
dependencies:
1296+
"@babel/code-frame" "^7.22.13"
1297+
"@babel/parser" "^7.22.15"
1298+
"@babel/types" "^7.22.15"
1299+
12151300
"@babel/traverse@7.22.5":
12161301
version "7.22.5"
12171302
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -1228,7 +1313,7 @@
12281313
debug "^4.1.0"
12291314
globals "^11.1.0"
12301315

1231-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.10":
1316+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0":
12321317
version "7.22.10"
12331318
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
12341319
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
@@ -1244,7 +1329,23 @@
12441329
debug "^4.1.0"
12451330
globals "^11.1.0"
12461331

1247-
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1332+
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
1333+
version "7.22.20"
1334+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1335+
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
1336+
dependencies:
1337+
"@babel/code-frame" "^7.22.13"
1338+
"@babel/generator" "^7.22.15"
1339+
"@babel/helper-environment-visitor" "^7.22.20"
1340+
"@babel/helper-function-name" "^7.22.5"
1341+
"@babel/helper-hoist-variables" "^7.22.5"
1342+
"@babel/helper-split-export-declaration" "^7.22.6"
1343+
"@babel/parser" "^7.22.16"
1344+
"@babel/types" "^7.22.19"
1345+
debug "^4.1.0"
1346+
globals "^11.1.0"
1347+
1348+
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.4.4":
12481349
version "7.22.10"
12491350
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
12501351
integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
@@ -1253,6 +1354,15 @@
12531354
"@babel/helper-validator-identifier" "^7.22.5"
12541355
to-fast-properties "^2.0.0"
12551356

1357+
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5":
1358+
version "7.22.19"
1359+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1360+
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
1361+
dependencies:
1362+
"@babel/helper-string-parser" "^7.22.5"
1363+
"@babel/helper-validator-identifier" "^7.22.19"
1364+
to-fast-properties "^2.0.0"
1365+
12561366
"@commitlint/cli@^17.7.1":
12571367
version "17.7.1"
12581368
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.7.1.tgz#f3ab35bd38d82fcd4ab03ec5a1e9db26d57fe1b0"
@@ -4392,9 +4502,9 @@ camelcase@^6.2.0:
43924502
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
43934503

43944504
caniuse-lite@^1.0.30001517:
4395-
version "1.0.30001522"
4396-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz#44b87a406c901269adcdb834713e23582dd71856"
4397-
integrity sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==
4505+
version "1.0.30001534"
4506+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz#f24a9b2a6d39630bac5c132b5dff89b39a12e7dd"
4507+
integrity sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==
43984508

43994509
chalk@5.3.0, chalk@^5.0.0:
44004510
version "5.3.0"
@@ -5372,9 +5482,9 @@ ejs@^3.1.5:
53725482
jake "^10.8.5"
53735483

53745484
electron-to-chromium@^1.4.477:
5375-
version "1.4.499"
5376-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz#dc36b67f4c8e273524e8d2080c5203a6a76987b6"
5377-
integrity sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==
5485+
version "1.4.523"
5486+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.523.tgz#f82f99243c827df05c26776d49712cb284972df6"
5487+
integrity sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg==
53785488

53795489
elliptic@^6.5.3:
53805490
version "6.5.4"

0 commit comments

Comments
 (0)