|
66 | 66 | dependencies: |
67 | 67 | "@babel/highlight" "^7.18.6" |
68 | 68 |
|
69 | | -"@babel/compat-data@^7.21.4": |
70 | | - version "7.21.4" |
71 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
72 | | - integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 69 | +"@babel/compat-data@^7.21.5": |
| 70 | + version "7.21.7" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" |
| 72 | + integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
73 | 73 |
|
74 | 74 | "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
75 | | - version "7.21.4" |
76 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
77 | | - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
| 75 | + version "7.21.5" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
| 77 | + integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
78 | 78 | dependencies: |
79 | 79 | "@ampproject/remapping" "^2.2.0" |
80 | 80 | "@babel/code-frame" "^7.21.4" |
81 | | - "@babel/generator" "^7.21.4" |
82 | | - "@babel/helper-compilation-targets" "^7.21.4" |
83 | | - "@babel/helper-module-transforms" "^7.21.2" |
84 | | - "@babel/helpers" "^7.21.0" |
85 | | - "@babel/parser" "^7.21.4" |
| 81 | + "@babel/generator" "^7.21.5" |
| 82 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 83 | + "@babel/helper-module-transforms" "^7.21.5" |
| 84 | + "@babel/helpers" "^7.21.5" |
| 85 | + "@babel/parser" "^7.21.5" |
86 | 86 | "@babel/template" "^7.20.7" |
87 | | - "@babel/traverse" "^7.21.4" |
88 | | - "@babel/types" "^7.21.4" |
| 87 | + "@babel/traverse" "^7.21.5" |
| 88 | + "@babel/types" "^7.21.5" |
89 | 89 | convert-source-map "^1.7.0" |
90 | 90 | debug "^4.1.0" |
91 | 91 | gensync "^1.0.0-beta.2" |
92 | 92 | json5 "^2.2.2" |
93 | 93 | semver "^6.3.0" |
94 | 94 |
|
95 | | -"@babel/generator@^7.21.4", "@babel/generator@^7.7.2": |
96 | | - version "7.21.4" |
97 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
98 | | - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
| 95 | +"@babel/generator@^7.21.5", "@babel/generator@^7.7.2": |
| 96 | + version "7.21.5" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
| 98 | + integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
99 | 99 | dependencies: |
100 | | - "@babel/types" "^7.21.4" |
| 100 | + "@babel/types" "^7.21.5" |
101 | 101 | "@jridgewell/gen-mapping" "^0.3.2" |
102 | 102 | "@jridgewell/trace-mapping" "^0.3.17" |
103 | 103 | jsesc "^2.5.1" |
104 | 104 |
|
105 | | -"@babel/helper-compilation-targets@^7.21.4": |
106 | | - version "7.21.4" |
107 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
108 | | - integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 105 | +"@babel/helper-compilation-targets@^7.21.5": |
| 106 | + version "7.21.5" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 108 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
109 | 109 | dependencies: |
110 | | - "@babel/compat-data" "^7.21.4" |
| 110 | + "@babel/compat-data" "^7.21.5" |
111 | 111 | "@babel/helper-validator-option" "^7.21.0" |
112 | 112 | browserslist "^4.21.3" |
113 | 113 | lru-cache "^5.1.1" |
114 | 114 | semver "^6.3.0" |
115 | 115 |
|
116 | | -"@babel/helper-environment-visitor@^7.18.9": |
117 | | - version "7.18.9" |
118 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
119 | | - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 116 | +"@babel/helper-environment-visitor@^7.21.5": |
| 117 | + version "7.21.5" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" |
| 119 | + integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== |
120 | 120 |
|
121 | 121 | "@babel/helper-function-name@^7.21.0": |
122 | 122 | version "7.21.0" |
|
133 | 133 | dependencies: |
134 | 134 | "@babel/types" "^7.18.6" |
135 | 135 |
|
136 | | -"@babel/helper-module-imports@^7.18.6": |
| 136 | +"@babel/helper-module-imports@^7.21.4": |
137 | 137 | version "7.21.4" |
138 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
139 | 139 | integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
140 | 140 | dependencies: |
141 | 141 | "@babel/types" "^7.21.4" |
142 | 142 |
|
143 | | -"@babel/helper-module-transforms@^7.21.2": |
144 | | - version "7.21.2" |
145 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
146 | | - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 143 | +"@babel/helper-module-transforms@^7.21.5": |
| 144 | + version "7.21.5" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 146 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
147 | 147 | dependencies: |
148 | | - "@babel/helper-environment-visitor" "^7.18.9" |
149 | | - "@babel/helper-module-imports" "^7.18.6" |
150 | | - "@babel/helper-simple-access" "^7.20.2" |
| 148 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 149 | + "@babel/helper-module-imports" "^7.21.4" |
| 150 | + "@babel/helper-simple-access" "^7.21.5" |
151 | 151 | "@babel/helper-split-export-declaration" "^7.18.6" |
152 | 152 | "@babel/helper-validator-identifier" "^7.19.1" |
153 | 153 | "@babel/template" "^7.20.7" |
154 | | - "@babel/traverse" "^7.21.2" |
155 | | - "@babel/types" "^7.21.2" |
| 154 | + "@babel/traverse" "^7.21.5" |
| 155 | + "@babel/types" "^7.21.5" |
156 | 156 |
|
157 | 157 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0": |
158 | | - version "7.20.2" |
159 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
160 | | - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
| 158 | + version "7.21.5" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56" |
| 160 | + integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== |
161 | 161 |
|
162 | | -"@babel/helper-simple-access@^7.20.2": |
163 | | - version "7.20.2" |
164 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
165 | | - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 162 | +"@babel/helper-simple-access@^7.21.5": |
| 163 | + version "7.21.5" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 165 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
166 | 166 | dependencies: |
167 | | - "@babel/types" "^7.20.2" |
| 167 | + "@babel/types" "^7.21.5" |
168 | 168 |
|
169 | 169 | "@babel/helper-split-export-declaration@^7.18.6": |
170 | 170 | version "7.18.6" |
|
173 | 173 | dependencies: |
174 | 174 | "@babel/types" "^7.18.6" |
175 | 175 |
|
176 | | -"@babel/helper-string-parser@^7.19.4": |
177 | | - version "7.19.4" |
178 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
179 | | - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 176 | +"@babel/helper-string-parser@^7.21.5": |
| 177 | + version "7.21.5" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
| 179 | + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
180 | 180 |
|
181 | 181 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
182 | 182 | version "7.19.1" |
|
188 | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
189 | 189 | integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
190 | 190 |
|
191 | | -"@babel/helpers@^7.21.0": |
192 | | - version "7.21.0" |
193 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
194 | | - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 191 | +"@babel/helpers@^7.21.5": |
| 192 | + version "7.21.5" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 194 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
195 | 195 | dependencies: |
196 | 196 | "@babel/template" "^7.20.7" |
197 | | - "@babel/traverse" "^7.21.0" |
198 | | - "@babel/types" "^7.21.0" |
| 197 | + "@babel/traverse" "^7.21.5" |
| 198 | + "@babel/types" "^7.21.5" |
199 | 199 |
|
200 | 200 | "@babel/highlight@^7.18.6": |
201 | 201 | version "7.18.6" |
|
206 | 206 | chalk "^2.0.0" |
207 | 207 | js-tokens "^4.0.0" |
208 | 208 |
|
209 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": |
210 | | - version "7.21.4" |
211 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
212 | | - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 209 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
| 210 | + version "7.21.5" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
| 212 | + integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
213 | 213 |
|
214 | 214 | "@babel/plugin-syntax-async-generators@^7.8.4": |
215 | 215 | version "7.8.4" |
|
318 | 318 | "@babel/parser" "^7.20.7" |
319 | 319 | "@babel/types" "^7.20.7" |
320 | 320 |
|
321 | | -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2": |
322 | | - version "7.21.4" |
323 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
324 | | - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 321 | +"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": |
| 322 | + version "7.21.5" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
| 324 | + integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
325 | 325 | dependencies: |
326 | 326 | "@babel/code-frame" "^7.21.4" |
327 | | - "@babel/generator" "^7.21.4" |
328 | | - "@babel/helper-environment-visitor" "^7.18.9" |
| 327 | + "@babel/generator" "^7.21.5" |
| 328 | + "@babel/helper-environment-visitor" "^7.21.5" |
329 | 329 | "@babel/helper-function-name" "^7.21.0" |
330 | 330 | "@babel/helper-hoist-variables" "^7.18.6" |
331 | 331 | "@babel/helper-split-export-declaration" "^7.18.6" |
332 | | - "@babel/parser" "^7.21.4" |
333 | | - "@babel/types" "^7.21.4" |
| 332 | + "@babel/parser" "^7.21.5" |
| 333 | + "@babel/types" "^7.21.5" |
334 | 334 | debug "^4.1.0" |
335 | 335 | globals "^11.1.0" |
336 | 336 |
|
337 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
338 | | - version "7.21.4" |
339 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
340 | | - integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 337 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 338 | + version "7.21.5" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
| 340 | + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== |
341 | 341 | dependencies: |
342 | | - "@babel/helper-string-parser" "^7.19.4" |
| 342 | + "@babel/helper-string-parser" "^7.21.5" |
343 | 343 | "@babel/helper-validator-identifier" "^7.19.1" |
344 | 344 | to-fast-properties "^2.0.0" |
345 | 345 |
|
|
847 | 847 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
848 | 848 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== |
849 | 849 |
|
850 | | -"@types/node@*", "@types/[email protected].2": |
851 | | - version "18.16.2" |
852 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.2.tgz#2f610ea71034b3971c312192377f8a7178eb57f1" |
853 | | - integrity sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg== |
| 850 | +"@types/node@*", "@types/[email protected].3": |
| 851 | + version "18.16.3" |
| 852 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" |
| 853 | + integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== |
854 | 854 |
|
855 | 855 | "@types/prettier@^2.1.5": |
856 | 856 | version "2.7.2" |
@@ -1414,9 +1414,9 @@ doctrine@^3.0.0: |
1414 | 1414 | esutils "^2.0.2" |
1415 | 1415 |
|
1416 | 1416 | electron-to-chromium@^1.4.284: |
1417 | | - version "1.4.376" |
1418 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.376.tgz#a771d6c4db028634df126348a4f94075e07e7f65" |
1419 | | - integrity sha512-TFeOKd98TpJzRHkr4Aorn16QkMnuCQuGAE6IZ0wYF+qkbSfMPqjplvRppR02tMUpVxZz8nyBNvVm9lIZsqrbPQ== |
| 1417 | + version "1.4.377" |
| 1418 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989" |
| 1419 | + integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw== |
1420 | 1420 |
|
1421 | 1421 | emittery@^0.13.1: |
1422 | 1422 | version "0.13.1" |
|
0 commit comments