|
32 | 32 | dependencies: |
33 | 33 | "@babel/highlight" "^7.10.4" |
34 | 34 |
|
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": |
36 | 36 | version "7.22.10" |
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" |
38 | 38 | integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== |
39 | 39 | dependencies: |
40 | 40 | "@babel/highlight" "^7.22.10" |
41 | 41 | chalk "^2.4.2" |
42 | 42 |
|
| 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 | + |
43 | 51 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
44 | 52 | version "7.22.9" |
45 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
46 | 54 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
47 | 55 |
|
48 | 56 | "@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.15" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz#15d4fd03f478a459015a4b94cfbb3bd42c48d2f4" |
| 59 | + integrity sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA== |
52 | 60 | dependencies: |
53 | 61 | "@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.15" |
| 66 | + "@babel/helpers" "^7.22.15" |
| 67 | + "@babel/parser" "^7.22.15" |
| 68 | + "@babel/template" "^7.22.15" |
| 69 | + "@babel/traverse" "^7.22.15" |
| 70 | + "@babel/types" "^7.22.15" |
63 | 71 | convert-source-map "^1.7.0" |
64 | 72 | debug "^4.1.0" |
65 | 73 | gensync "^1.0.0-beta.2" |
66 | | - json5 "^2.2.2" |
| 74 | + json5 "^2.2.3" |
67 | 75 | semver "^6.3.1" |
68 | 76 |
|
69 | 77 | "@babel/generator@^7.20.0", "@babel/generator@^7.22.10", "@babel/generator@^7.22.5": |
|
76 | 84 | "@jridgewell/trace-mapping" "^0.3.17" |
77 | 85 | jsesc "^2.5.1" |
78 | 86 |
|
| 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 | + |
79 | 97 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": |
80 | 98 | version "7.22.5" |
81 | 99 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
101 | 119 | lru-cache "^5.1.1" |
102 | 120 | semver "^6.3.1" |
103 | 121 |
|
| 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 | + |
104 | 133 | "@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": |
105 | 134 | version "7.22.10" |
106 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3" |
|
184 | 213 | dependencies: |
185 | 214 | "@babel/types" "^7.22.5" |
186 | 215 |
|
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.15": |
| 224 | + version "7.22.15" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz#40ad2f6950f143900e9c1c72363c0b431a606082" |
| 226 | + integrity sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ== |
| 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": |
188 | 235 | version "7.22.9" |
189 | 236 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
190 | 237 | integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
|
251 | 298 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
252 | 299 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
253 | 300 |
|
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== |
258 | 310 |
|
259 | 311 | "@babel/helper-validator-option@^7.22.5": |
260 | 312 | version "7.22.5" |
|
270 | 322 | "@babel/template" "^7.22.5" |
271 | 323 | "@babel/types" "^7.22.10" |
272 | 324 |
|
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== |
277 | 329 | 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" |
281 | 333 |
|
282 | | -"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10": |
| 334 | +"@babel/highlight@^7.10.4": |
283 | 335 | version "7.22.10" |
284 | 336 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" |
285 | 337 | integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ== |
|
288 | 340 | chalk "^2.4.2" |
289 | 341 | js-tokens "^4.0.0" |
290 | 342 |
|
| 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 | + |
291 | 352 | "@babel/parser@7.22.5": |
292 | 353 | version "7.22.5" |
293 | 354 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" |
294 | 355 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== |
295 | 356 |
|
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": |
297 | 358 | version "7.22.10" |
298 | 359 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55" |
299 | 360 | integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ== |
300 | 361 |
|
| 362 | +"@babel/parser@^7.22.15", "@babel/parser@^7.22.5": |
| 363 | + version "7.22.15" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.15.tgz#d34592bfe288a32e741aa0663dbc4829fcd55160" |
| 365 | + integrity sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA== |
| 366 | + |
301 | 367 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": |
302 | 368 | version "7.22.5" |
303 | 369 | 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 | 1269 | dependencies: |
1204 | 1270 | regenerator-runtime "^0.14.0" |
1205 | 1271 |
|
1206 | | -"@babel/template@^7.0.0", "@babel/template@^7.22.5": |
| 1272 | +"@babel/template@^7.0.0": |
1207 | 1273 | version "7.22.5" |
1208 | 1274 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" |
1209 | 1275 | integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== |
|
1212 | 1278 | "@babel/parser" "^7.22.5" |
1213 | 1279 | "@babel/types" "^7.22.5" |
1214 | 1280 |
|
| 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 | + |
1215 | 1290 | "@babel/traverse@7.22.5": |
1216 | 1291 | version "7.22.5" |
1217 | 1292 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
|
1228 | 1303 | debug "^4.1.0" |
1229 | 1304 | globals "^11.1.0" |
1230 | 1305 |
|
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": |
1232 | 1307 | version "7.22.10" |
1233 | 1308 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" |
1234 | 1309 | integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== |
|
1244 | 1319 | debug "^4.1.0" |
1245 | 1320 | globals "^11.1.0" |
1246 | 1321 |
|
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": |
| 1323 | + version "7.22.15" |
| 1324 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz#75be4d2d6e216e880e93017f4e2389aeb77ef2d9" |
| 1325 | + integrity sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ== |
| 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.15" |
| 1334 | + "@babel/types" "^7.22.15" |
| 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": |
1248 | 1339 | version "7.22.10" |
1249 | 1340 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03" |
1250 | 1341 | integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg== |
|
1253 | 1344 | "@babel/helper-validator-identifier" "^7.22.5" |
1254 | 1345 | to-fast-properties "^2.0.0" |
1255 | 1346 |
|
| 1347 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5": |
| 1348 | + version "7.22.15" |
| 1349 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.15.tgz#266cb21d2c5fd0b3931e7a91b6dd72d2f617d282" |
| 1350 | + integrity sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA== |
| 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 | + |
1256 | 1356 | "@effect/data@^0.4.1", "@effect/data@~0.4.1": |
1257 | 1357 | version "0.4.1" |
1258 | 1358 | resolved "https://registry.yarnpkg.com/@effect/data/-/data-0.4.1.tgz#9933b65c63ed0e8610596c595ea52997aba35277" |
@@ -4134,9 +4234,9 @@ camelcase@^6.2.0: |
4134 | 4234 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
4135 | 4235 |
|
4136 | 4236 | 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.30001525" |
| 4238 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001525.tgz#d2e8fdec6116ffa36284ca2c33ef6d53612fe1c8" |
| 4239 | + integrity sha512-/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q== |
4140 | 4240 |
|
4141 | 4241 | chalk@5.3.0, chalk@^5.0.0: |
4142 | 4242 | version "5.3.0" |
@@ -5037,9 +5137,9 @@ ejs@^3.1.5: |
5037 | 5137 | jake "^10.8.5" |
5038 | 5138 |
|
5039 | 5139 | 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.508" |
| 5141 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.508.tgz#5641ff2f5ba11df4bd960fe6a2f9f70aa8b9af96" |
| 5142 | + integrity sha512-FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg== |
5043 | 5143 |
|
5044 | 5144 | elliptic@^6.5.3: |
5045 | 5145 | version "6.5.4" |
|
0 commit comments