|
52 | 52 | "@babel/highlight" "^7.24.2" |
53 | 53 | picocolors "^1.0.0" |
54 | 54 |
|
55 | | -"@babel/code-frame@^7.25.9": |
56 | | - version "7.25.9" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7" |
58 | | - integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ== |
| 55 | +"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 56 | + version "7.26.0" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 58 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
59 | 59 | dependencies: |
60 | | - "@babel/highlight" "^7.25.9" |
| 60 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 61 | + js-tokens "^4.0.0" |
61 | 62 | picocolors "^1.0.0" |
62 | 63 |
|
63 | 64 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.2": |
|
76 | 77 | integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== |
77 | 78 |
|
78 | 79 | "@babel/compat-data@^7.25.9": |
79 | | - version "7.25.9" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8" |
81 | | - integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw== |
| 80 | + version "7.26.0" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 82 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
82 | 83 |
|
83 | 84 | |
84 | 85 | version "7.12.9" |
|
145 | 146 | semver "^6.3.0" |
146 | 147 |
|
147 | 148 | "@babel/core@^7.20.2": |
148 | | - version "7.25.9" |
149 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
150 | | - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 149 | + version "7.26.0" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 151 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
151 | 152 | dependencies: |
152 | 153 | "@ampproject/remapping" "^2.2.0" |
153 | | - "@babel/code-frame" "^7.25.9" |
154 | | - "@babel/generator" "^7.25.9" |
| 154 | + "@babel/code-frame" "^7.26.0" |
| 155 | + "@babel/generator" "^7.26.0" |
155 | 156 | "@babel/helper-compilation-targets" "^7.25.9" |
156 | | - "@babel/helper-module-transforms" "^7.25.9" |
157 | | - "@babel/helpers" "^7.25.9" |
158 | | - "@babel/parser" "^7.25.9" |
| 157 | + "@babel/helper-module-transforms" "^7.26.0" |
| 158 | + "@babel/helpers" "^7.26.0" |
| 159 | + "@babel/parser" "^7.26.0" |
159 | 160 | "@babel/template" "^7.25.9" |
160 | 161 | "@babel/traverse" "^7.25.9" |
161 | | - "@babel/types" "^7.25.9" |
| 162 | + "@babel/types" "^7.26.0" |
162 | 163 | convert-source-map "^2.0.0" |
163 | 164 | debug "^4.1.0" |
164 | 165 | gensync "^1.0.0-beta.2" |
|
204 | 205 | "@jridgewell/trace-mapping" "^0.3.17" |
205 | 206 | jsesc "^2.5.1" |
206 | 207 |
|
207 | | -"@babel/generator@^7.25.9": |
208 | | - version "7.25.9" |
209 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0" |
210 | | - integrity sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA== |
| 208 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
| 209 | + version "7.26.0" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 211 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
211 | 212 | dependencies: |
212 | | - "@babel/types" "^7.25.9" |
| 213 | + "@babel/parser" "^7.26.0" |
| 214 | + "@babel/types" "^7.26.0" |
213 | 215 | "@jridgewell/gen-mapping" "^0.3.5" |
214 | 216 | "@jridgewell/trace-mapping" "^0.3.25" |
215 | 217 | jsesc "^3.0.2" |
|
412 | 414 | "@babel/helper-split-export-declaration" "^7.22.6" |
413 | 415 | "@babel/helper-validator-identifier" "^7.22.20" |
414 | 416 |
|
415 | | -"@babel/helper-module-transforms@^7.25.9": |
416 | | - version "7.25.9" |
417 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb" |
418 | | - integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA== |
| 417 | +"@babel/helper-module-transforms@^7.26.0": |
| 418 | + version "7.26.0" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 420 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
419 | 421 | dependencies: |
420 | 422 | "@babel/helper-module-imports" "^7.25.9" |
421 | | - "@babel/helper-simple-access" "^7.25.9" |
422 | 423 | "@babel/helper-validator-identifier" "^7.25.9" |
423 | 424 | "@babel/traverse" "^7.25.9" |
424 | 425 |
|
|
471 | 472 | dependencies: |
472 | 473 | "@babel/types" "^7.22.5" |
473 | 474 |
|
474 | | -"@babel/helper-simple-access@^7.25.9": |
475 | | - version "7.25.9" |
476 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739" |
477 | | - integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q== |
478 | | - dependencies: |
479 | | - "@babel/traverse" "^7.25.9" |
480 | | - "@babel/types" "^7.25.9" |
481 | | - |
482 | 475 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": |
483 | 476 | version "7.22.5" |
484 | 477 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" |
|
569 | 562 | "@babel/traverse" "^7.23.9" |
570 | 563 | "@babel/types" "^7.23.9" |
571 | 564 |
|
572 | | -"@babel/helpers@^7.25.9": |
573 | | - version "7.25.9" |
574 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
575 | | - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 565 | +"@babel/helpers@^7.26.0": |
| 566 | + version "7.26.0" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 568 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
576 | 569 | dependencies: |
577 | 570 | "@babel/template" "^7.25.9" |
578 | | - "@babel/types" "^7.25.9" |
| 571 | + "@babel/types" "^7.26.0" |
579 | 572 |
|
580 | 573 | "@babel/highlight@^7.22.13": |
581 | 574 | version "7.23.4" |
|
606 | 599 | js-tokens "^4.0.0" |
607 | 600 | picocolors "^1.0.0" |
608 | 601 |
|
609 | | -"@babel/highlight@^7.25.9": |
610 | | - version "7.25.9" |
611 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" |
612 | | - integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== |
613 | | - dependencies: |
614 | | - "@babel/helper-validator-identifier" "^7.25.9" |
615 | | - chalk "^2.4.2" |
616 | | - js-tokens "^4.0.0" |
617 | | - picocolors "^1.0.0" |
618 | | - |
619 | 602 | "@babel/parser@^7.1.0": |
620 | 603 | version "7.17.3" |
621 | 604 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
|
651 | 634 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" |
652 | 635 | integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== |
653 | 636 |
|
654 | | -"@babel/parser@^7.25.9": |
655 | | - version "7.25.9" |
656 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817" |
657 | | - integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg== |
| 637 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
| 638 | + version "7.26.0" |
| 639 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 640 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
658 | 641 | dependencies: |
659 | | - "@babel/types" "^7.25.9" |
| 642 | + "@babel/types" "^7.26.0" |
660 | 643 |
|
661 | 644 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": |
662 | 645 | version "7.22.15" |
|
1720 | 1703 | "@babel/helper-validator-identifier" "^7.22.20" |
1721 | 1704 | to-fast-properties "^2.0.0" |
1722 | 1705 |
|
1723 | | -"@babel/types@^7.25.9": |
1724 | | - version "7.25.9" |
1725 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee" |
1726 | | - integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ== |
| 1706 | +"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 1707 | + version "7.26.0" |
| 1708 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1709 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
1727 | 1710 | dependencies: |
1728 | 1711 | "@babel/helper-string-parser" "^7.25.9" |
1729 | 1712 | "@babel/helper-validator-identifier" "^7.25.9" |
@@ -7293,9 +7276,9 @@ electron-to-chromium@^1.4.668: |
7293 | 7276 | integrity sha512-eVGeQxpaBYbomDBa/Mehrs28MdvCXfJmEFzaMFsv8jH/MJDLIylJN81eTJ5kvx7B7p18OiPK0BkC06lydEy63A== |
7294 | 7277 |
|
7295 | 7278 | electron-to-chromium@^1.5.41: |
7296 | | - version "1.5.43" |
7297 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.43.tgz#d9e69fc709ddebd521416de9d17cdef81d2d4718" |
7298 | | - integrity sha512-NxnmFBHDl5Sachd2P46O7UJiMaMHMLSofoIWVJq3mj8NJgG0umiSeljAVP9lGzjI0UDLJJ5jjoGjcrB8RSbjLQ== |
| 7279 | + version "1.5.45" |
| 7280 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.45.tgz#fa592ce6a88b44d23acbc7453a2feab98996e6c9" |
| 7281 | + integrity sha512-vOzZS6uZwhhbkZbcRyiy99Wg+pYFV5hk+5YaECvx0+Z31NR3Tt5zS6dze2OepT6PCTzVzT0dIJItti+uAW5zmw== |
7299 | 7282 |
|
7300 | 7283 | elliptic@^6.5.3, elliptic@^6.5.4: |
7301 | 7284 | version "6.5.4" |
|
0 commit comments