Skip to content

Commit 32bc36e

Browse files
chore(deps): update dependency @babel/core to v7.22.17
1 parent 5d27710 commit 32bc36e

1 file changed

Lines changed: 137 additions & 37 deletions

File tree

yarn.lock

Lines changed: 137 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -32,38 +32,46 @@
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/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+
4351
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
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

4856
"@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==
57+
version "7.22.17"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
59+
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
5260
dependencies:
5361
"@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"
62+
"@babel/code-frame" "^7.22.13"
63+
"@babel/generator" "^7.22.15"
64+
"@babel/helper-compilation-targets" "^7.22.15"
65+
"@babel/helper-module-transforms" "^7.22.17"
66+
"@babel/helpers" "^7.22.15"
67+
"@babel/parser" "^7.22.16"
68+
"@babel/template" "^7.22.15"
69+
"@babel/traverse" "^7.22.17"
70+
"@babel/types" "^7.22.17"
6371
convert-source-map "^1.7.0"
6472
debug "^4.1.0"
6573
gensync "^1.0.0-beta.2"
66-
json5 "^2.2.2"
74+
json5 "^2.2.3"
6775
semver "^6.3.1"
6876

6977
"@babel/generator@^7.20.0", "@babel/generator@^7.22.10", "@babel/generator@^7.22.5":
@@ -76,6 +84,16 @@
7684
"@jridgewell/trace-mapping" "^0.3.17"
7785
jsesc "^2.5.1"
7886

87+
"@babel/generator@^7.22.15":
88+
version "7.22.15"
89+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
90+
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
91+
dependencies:
92+
"@babel/types" "^7.22.15"
93+
"@jridgewell/gen-mapping" "^0.3.2"
94+
"@jridgewell/trace-mapping" "^0.3.17"
95+
jsesc "^2.5.1"
96+
7997
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
8098
version "7.22.5"
8199
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -101,6 +119,17 @@
101119
lru-cache "^5.1.1"
102120
semver "^6.3.1"
103121

122+
"@babel/helper-compilation-targets@^7.22.15":
123+
version "7.22.15"
124+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
125+
integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
126+
dependencies:
127+
"@babel/compat-data" "^7.22.9"
128+
"@babel/helper-validator-option" "^7.22.15"
129+
browserslist "^4.21.9"
130+
lru-cache "^5.1.1"
131+
semver "^6.3.1"
132+
104133
"@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":
105134
version "7.22.10"
106135
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3"
@@ -184,7 +213,25 @@
184213
dependencies:
185214
"@babel/types" "^7.22.5"
186215

187-
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
216+
"@babel/helper-module-imports@^7.22.15":
217+
version "7.22.15"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
219+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
220+
dependencies:
221+
"@babel/types" "^7.22.15"
222+
223+
"@babel/helper-module-transforms@^7.22.17":
224+
version "7.22.17"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
226+
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
227+
dependencies:
228+
"@babel/helper-environment-visitor" "^7.22.5"
229+
"@babel/helper-module-imports" "^7.22.15"
230+
"@babel/helper-simple-access" "^7.22.5"
231+
"@babel/helper-split-export-declaration" "^7.22.6"
232+
"@babel/helper-validator-identifier" "^7.22.15"
233+
234+
"@babel/helper-module-transforms@^7.22.5":
188235
version "7.22.9"
189236
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
190237
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
@@ -251,10 +298,15 @@
251298
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
252299
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
253300

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==
301+
"@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.5":
302+
version "7.22.15"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
304+
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
305+
306+
"@babel/helper-validator-option@^7.22.15":
307+
version "7.22.15"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
309+
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
258310

259311
"@babel/helper-validator-option@^7.22.5":
260312
version "7.22.5"
@@ -270,16 +322,16 @@
270322
"@babel/template" "^7.22.5"
271323
"@babel/types" "^7.22.10"
272324

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==
325+
"@babel/helpers@^7.22.15":
326+
version "7.22.15"
327+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
328+
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
277329
dependencies:
278-
"@babel/template" "^7.22.5"
279-
"@babel/traverse" "^7.22.10"
280-
"@babel/types" "^7.22.10"
330+
"@babel/template" "^7.22.15"
331+
"@babel/traverse" "^7.22.15"
332+
"@babel/types" "^7.22.15"
281333

282-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10":
334+
"@babel/highlight@^7.10.4":
283335
version "7.22.10"
284336
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7"
285337
integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
@@ -288,16 +340,30 @@
288340
chalk "^2.4.2"
289341
js-tokens "^4.0.0"
290342

343+
"@babel/highlight@^7.22.10", "@babel/highlight@^7.22.13":
344+
version "7.22.13"
345+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16"
346+
integrity sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==
347+
dependencies:
348+
"@babel/helper-validator-identifier" "^7.22.5"
349+
chalk "^2.4.2"
350+
js-tokens "^4.0.0"
351+
291352
"@babel/parser@7.22.5":
292353
version "7.22.5"
293354
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
294355
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
295356

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":
357+
"@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":
297358
version "7.22.10"
298359
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
299360
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
300361

362+
"@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.22.5":
363+
version "7.22.16"
364+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
365+
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
366+
301367
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
302368
version "7.22.5"
303369
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 +1269,7 @@
12031269
dependencies:
12041270
regenerator-runtime "^0.14.0"
12051271

1206-
"@babel/template@^7.0.0", "@babel/template@^7.22.5":
1272+
"@babel/template@^7.0.0":
12071273
version "7.22.5"
12081274
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
12091275
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
@@ -1212,6 +1278,15 @@
12121278
"@babel/parser" "^7.22.5"
12131279
"@babel/types" "^7.22.5"
12141280

1281+
"@babel/template@^7.22.15", "@babel/template@^7.22.5":
1282+
version "7.22.15"
1283+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1284+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1285+
dependencies:
1286+
"@babel/code-frame" "^7.22.13"
1287+
"@babel/parser" "^7.22.15"
1288+
"@babel/types" "^7.22.15"
1289+
12151290
"@babel/traverse@7.22.5":
12161291
version "7.22.5"
12171292
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -1228,7 +1303,7 @@
12281303
debug "^4.1.0"
12291304
globals "^11.1.0"
12301305

1231-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.10":
1306+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0":
12321307
version "7.22.10"
12331308
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
12341309
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
@@ -1244,7 +1319,23 @@
12441319
debug "^4.1.0"
12451320
globals "^11.1.0"
12461321

1247-
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1322+
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
1323+
version "7.22.17"
1324+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
1325+
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
1326+
dependencies:
1327+
"@babel/code-frame" "^7.22.13"
1328+
"@babel/generator" "^7.22.15"
1329+
"@babel/helper-environment-visitor" "^7.22.5"
1330+
"@babel/helper-function-name" "^7.22.5"
1331+
"@babel/helper-hoist-variables" "^7.22.5"
1332+
"@babel/helper-split-export-declaration" "^7.22.6"
1333+
"@babel/parser" "^7.22.16"
1334+
"@babel/types" "^7.22.17"
1335+
debug "^4.1.0"
1336+
globals "^11.1.0"
1337+
1338+
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.4.4":
12481339
version "7.22.10"
12491340
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
12501341
integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
@@ -1253,6 +1344,15 @@
12531344
"@babel/helper-validator-identifier" "^7.22.5"
12541345
to-fast-properties "^2.0.0"
12551346

1347+
"@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.5":
1348+
version "7.22.17"
1349+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
1350+
integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
1351+
dependencies:
1352+
"@babel/helper-string-parser" "^7.22.5"
1353+
"@babel/helper-validator-identifier" "^7.22.15"
1354+
to-fast-properties "^2.0.0"
1355+
12561356
"@effect/data@^0.4.1", "@effect/data@~0.4.1":
12571357
version "0.4.1"
12581358
resolved "https://registry.yarnpkg.com/@effect/data/-/data-0.4.1.tgz#9933b65c63ed0e8610596c595ea52997aba35277"
@@ -4134,9 +4234,9 @@ camelcase@^6.2.0:
41344234
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
41354235

41364236
caniuse-lite@^1.0.30001517:
4137-
version "1.0.30001522"
4138-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz#44b87a406c901269adcdb834713e23582dd71856"
4139-
integrity sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==
4237+
version "1.0.30001529"
4238+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001529.tgz#c1f2a411e85fdaace4b1560e1bad078b00ac3181"
4239+
integrity sha512-n2pUQYGAkrLG4QYj2desAh+NqsJpHbNmVZz87imptDdxLAtjxary7Df/psdfyDGmskJK/9Dt9cPnx5RZ3CU4Og==
41404240

41414241
chalk@5.3.0, chalk@^5.0.0:
41424242
version "5.3.0"
@@ -5037,9 +5137,9 @@ ejs@^3.1.5:
50375137
jake "^10.8.5"
50385138

50395139
electron-to-chromium@^1.4.477:
5040-
version "1.4.499"
5041-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz#dc36b67f4c8e273524e8d2080c5203a6a76987b6"
5042-
integrity sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==
5140+
version "1.4.512"
5141+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.512.tgz#f6c14d4d2ddacf064f1de36dbd3f6a469821a7ee"
5142+
integrity sha512-1W8wRbYlQE4ph7eoj3TJ+uqwO6+xvAE/L+KGU7WTQQvX3tnSIGZAb90MTsMoJqzntamiwJhBAj4WZmygXhsOUg==
50435143

50445144
elliptic@^6.5.3:
50455145
version "6.5.4"

0 commit comments

Comments
 (0)