|
68 | 68 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
69 | 69 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
70 | 70 |
|
71 |
| -"@babel/compat-data@^7.24.1": |
72 |
| - version "7.24.1" |
73 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742" |
74 |
| - integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA== |
| 71 | +"@babel/compat-data@^7.24.4": |
| 72 | + version "7.24.4" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" |
| 74 | + integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== |
75 | 75 |
|
76 |
| - |
77 |
| - version "7.24.3" |
78 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
79 |
| - integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
| 76 | + |
| 77 | + version "7.24.4" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717" |
| 79 | + integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
80 | 80 | dependencies:
|
81 | 81 | "@ampproject/remapping" "^2.2.0"
|
82 | 82 | "@babel/code-frame" "^7.24.2"
|
83 |
| - "@babel/generator" "^7.24.1" |
| 83 | + "@babel/generator" "^7.24.4" |
84 | 84 | "@babel/helper-compilation-targets" "^7.23.6"
|
85 | 85 | "@babel/helper-module-transforms" "^7.23.3"
|
86 |
| - "@babel/helpers" "^7.24.1" |
87 |
| - "@babel/parser" "^7.24.1" |
| 86 | + "@babel/helpers" "^7.24.4" |
| 87 | + "@babel/parser" "^7.24.4" |
88 | 88 | "@babel/template" "^7.24.0"
|
89 | 89 | "@babel/traverse" "^7.24.1"
|
90 | 90 | "@babel/types" "^7.24.0"
|
|
134 | 134 | "@jridgewell/trace-mapping" "^0.3.25"
|
135 | 135 | jsesc "^2.5.1"
|
136 | 136 |
|
| 137 | +"@babel/generator@^7.24.4": |
| 138 | + version "7.24.4" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 140 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 141 | + dependencies: |
| 142 | + "@babel/types" "^7.24.0" |
| 143 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 144 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 145 | + jsesc "^2.5.1" |
| 146 | + |
137 | 147 | "@babel/helper-annotate-as-pure@^7.16.0":
|
138 | 148 | version "7.16.0"
|
139 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
230 | 240 | "@babel/helper-split-export-declaration" "^7.22.6"
|
231 | 241 | semver "^6.3.1"
|
232 | 242 |
|
| 243 | +"@babel/helper-create-class-features-plugin@^7.24.4": |
| 244 | + version "7.24.4" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3" |
| 246 | + integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ== |
| 247 | + dependencies: |
| 248 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 249 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 250 | + "@babel/helper-function-name" "^7.23.0" |
| 251 | + "@babel/helper-member-expression-to-functions" "^7.23.0" |
| 252 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 253 | + "@babel/helper-replace-supers" "^7.24.1" |
| 254 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 255 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 256 | + semver "^6.3.1" |
| 257 | + |
233 | 258 | "@babel/helper-create-regexp-features-plugin@^7.16.0":
|
234 | 259 | version "7.16.0"
|
235 | 260 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
|
|
606 | 631 | "@babel/traverse" "^7.16.5"
|
607 | 632 | "@babel/types" "^7.16.0"
|
608 | 633 |
|
609 |
| -"@babel/helpers@^7.24.1": |
610 |
| - version "7.24.1" |
611 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
612 |
| - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
| 634 | +"@babel/helpers@^7.24.4": |
| 635 | + version "7.24.4" |
| 636 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
| 637 | + integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
613 | 638 | dependencies:
|
614 | 639 | "@babel/template" "^7.24.0"
|
615 | 640 | "@babel/traverse" "^7.24.1"
|
|
686 | 711 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
687 | 712 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
688 | 713 |
|
| 714 | +"@babel/parser@^7.24.4": |
| 715 | + version "7.24.4" |
| 716 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 717 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 718 | + |
| 719 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4": |
| 720 | + version "7.24.4" |
| 721 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1" |
| 722 | + integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA== |
| 723 | + dependencies: |
| 724 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 725 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 726 | + |
689 | 727 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
|
690 | 728 | version "7.16.2"
|
691 | 729 | 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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
|
1071 | 1109 | dependencies:
|
1072 | 1110 | "@babel/helper-plugin-utils" "^7.16.5"
|
1073 | 1111 |
|
1074 |
| -"@babel/plugin-transform-block-scoping@^7.24.1": |
1075 |
| - version "7.24.1" |
1076 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f" |
1077 |
| - integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw== |
| 1112 | +"@babel/plugin-transform-block-scoping@^7.24.4": |
| 1113 | + version "7.24.4" |
| 1114 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012" |
| 1115 | + integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g== |
1078 | 1116 | dependencies:
|
1079 | 1117 | "@babel/helper-plugin-utils" "^7.24.0"
|
1080 | 1118 |
|
|
1086 | 1124 | "@babel/helper-create-class-features-plugin" "^7.24.1"
|
1087 | 1125 | "@babel/helper-plugin-utils" "^7.24.0"
|
1088 | 1126 |
|
1089 |
| -"@babel/plugin-transform-class-static-block@^7.24.1": |
1090 |
| - version "7.24.1" |
1091 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6" |
1092 |
| - integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA== |
| 1127 | +"@babel/plugin-transform-class-static-block@^7.24.4": |
| 1128 | + version "7.24.4" |
| 1129 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" |
| 1130 | + integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== |
1093 | 1131 | dependencies:
|
1094 |
| - "@babel/helper-create-class-features-plugin" "^7.24.1" |
| 1132 | + "@babel/helper-create-class-features-plugin" "^7.24.4" |
1095 | 1133 | "@babel/helper-plugin-utils" "^7.24.0"
|
1096 | 1134 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1097 | 1135 |
|
|
1685 | 1723 | "@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1686 | 1724 | "@babel/helper-plugin-utils" "^7.24.0"
|
1687 | 1725 |
|
1688 |
| - |
1689 |
| - version "7.24.3" |
1690 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3" |
1691 |
| - integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA== |
| 1726 | + |
| 1727 | + version "7.24.4" |
| 1728 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b" |
| 1729 | + integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A== |
1692 | 1730 | dependencies:
|
1693 |
| - "@babel/compat-data" "^7.24.1" |
| 1731 | + "@babel/compat-data" "^7.24.4" |
1694 | 1732 | "@babel/helper-compilation-targets" "^7.23.6"
|
1695 | 1733 | "@babel/helper-plugin-utils" "^7.24.0"
|
1696 | 1734 | "@babel/helper-validator-option" "^7.23.5"
|
| 1735 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4" |
1697 | 1736 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
|
1698 | 1737 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
|
1699 | 1738 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
|
|
1720 | 1759 | "@babel/plugin-transform-async-generator-functions" "^7.24.3"
|
1721 | 1760 | "@babel/plugin-transform-async-to-generator" "^7.24.1"
|
1722 | 1761 | "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
|
1723 |
| - "@babel/plugin-transform-block-scoping" "^7.24.1" |
| 1762 | + "@babel/plugin-transform-block-scoping" "^7.24.4" |
1724 | 1763 | "@babel/plugin-transform-class-properties" "^7.24.1"
|
1725 |
| - "@babel/plugin-transform-class-static-block" "^7.24.1" |
| 1764 | + "@babel/plugin-transform-class-static-block" "^7.24.4" |
1726 | 1765 | "@babel/plugin-transform-classes" "^7.24.1"
|
1727 | 1766 | "@babel/plugin-transform-computed-properties" "^7.24.1"
|
1728 | 1767 | "@babel/plugin-transform-destructuring" "^7.24.1"
|
|
0 commit comments