|
80 | 80 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
81 | 81 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
82 | 82 |
|
83 |
| -"@babel/compat-data@^7.24.1": |
84 |
| - version "7.24.1" |
85 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742" |
86 |
| - integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA== |
| 83 | +"@babel/compat-data@^7.24.4": |
| 84 | + version "7.24.4" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" |
| 86 | + integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== |
87 | 87 |
|
88 |
| - |
89 |
| - version "7.24.3" |
90 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
91 |
| - integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
| 88 | + |
| 89 | + version "7.24.4" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717" |
| 91 | + integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
92 | 92 | dependencies:
|
93 | 93 | "@ampproject/remapping" "^2.2.0"
|
94 | 94 | "@babel/code-frame" "^7.24.2"
|
95 |
| - "@babel/generator" "^7.24.1" |
| 95 | + "@babel/generator" "^7.24.4" |
96 | 96 | "@babel/helper-compilation-targets" "^7.23.6"
|
97 | 97 | "@babel/helper-module-transforms" "^7.23.3"
|
98 |
| - "@babel/helpers" "^7.24.1" |
99 |
| - "@babel/parser" "^7.24.1" |
| 98 | + "@babel/helpers" "^7.24.4" |
| 99 | + "@babel/parser" "^7.24.4" |
100 | 100 | "@babel/template" "^7.24.0"
|
101 | 101 | "@babel/traverse" "^7.24.1"
|
102 | 102 | "@babel/types" "^7.24.0"
|
|
146 | 146 | "@jridgewell/trace-mapping" "^0.3.25"
|
147 | 147 | jsesc "^2.5.1"
|
148 | 148 |
|
| 149 | +"@babel/generator@^7.24.4": |
| 150 | + version "7.24.4" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 152 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 153 | + dependencies: |
| 154 | + "@babel/types" "^7.24.0" |
| 155 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 156 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 157 | + jsesc "^2.5.1" |
| 158 | + |
149 | 159 | "@babel/helper-annotate-as-pure@^7.16.7":
|
150 | 160 | version "7.16.7"
|
151 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
242 | 252 | "@babel/helper-split-export-declaration" "^7.22.6"
|
243 | 253 | semver "^6.3.1"
|
244 | 254 |
|
| 255 | +"@babel/helper-create-class-features-plugin@^7.24.4": |
| 256 | + version "7.24.4" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3" |
| 258 | + integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ== |
| 259 | + dependencies: |
| 260 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 261 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 262 | + "@babel/helper-function-name" "^7.23.0" |
| 263 | + "@babel/helper-member-expression-to-functions" "^7.23.0" |
| 264 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 265 | + "@babel/helper-replace-supers" "^7.24.1" |
| 266 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 267 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 268 | + semver "^6.3.1" |
| 269 | + |
245 | 270 | "@babel/helper-create-regexp-features-plugin@^7.16.7":
|
246 | 271 | version "7.17.0"
|
247 | 272 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
|
|
623 | 648 | "@babel/traverse" "^7.17.0"
|
624 | 649 | "@babel/types" "^7.17.0"
|
625 | 650 |
|
626 |
| -"@babel/helpers@^7.24.1": |
627 |
| - version "7.24.1" |
628 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
629 |
| - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
| 651 | +"@babel/helpers@^7.24.4": |
| 652 | + version "7.24.4" |
| 653 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
| 654 | + integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
630 | 655 | dependencies:
|
631 | 656 | "@babel/template" "^7.24.0"
|
632 | 657 | "@babel/traverse" "^7.24.1"
|
|
703 | 728 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
704 | 729 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
705 | 730 |
|
| 731 | +"@babel/parser@^7.24.4": |
| 732 | + version "7.24.4" |
| 733 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 734 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 735 | + |
| 736 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4": |
| 737 | + version "7.24.4" |
| 738 | + 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" |
| 739 | + integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA== |
| 740 | + dependencies: |
| 741 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 742 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 743 | + |
706 | 744 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
707 | 745 | version "7.16.7"
|
708 | 746 | 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.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1088 | 1126 | dependencies:
|
1089 | 1127 | "@babel/helper-plugin-utils" "^7.16.7"
|
1090 | 1128 |
|
1091 |
| -"@babel/plugin-transform-block-scoping@^7.24.1": |
1092 |
| - version "7.24.1" |
1093 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f" |
1094 |
| - integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw== |
| 1129 | +"@babel/plugin-transform-block-scoping@^7.24.4": |
| 1130 | + version "7.24.4" |
| 1131 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012" |
| 1132 | + integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g== |
1095 | 1133 | dependencies:
|
1096 | 1134 | "@babel/helper-plugin-utils" "^7.24.0"
|
1097 | 1135 |
|
|
1103 | 1141 | "@babel/helper-create-class-features-plugin" "^7.24.1"
|
1104 | 1142 | "@babel/helper-plugin-utils" "^7.24.0"
|
1105 | 1143 |
|
1106 |
| -"@babel/plugin-transform-class-static-block@^7.24.1": |
1107 |
| - version "7.24.1" |
1108 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6" |
1109 |
| - integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA== |
| 1144 | +"@babel/plugin-transform-class-static-block@^7.24.4": |
| 1145 | + version "7.24.4" |
| 1146 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" |
| 1147 | + integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== |
1110 | 1148 | dependencies:
|
1111 |
| - "@babel/helper-create-class-features-plugin" "^7.24.1" |
| 1149 | + "@babel/helper-create-class-features-plugin" "^7.24.4" |
1112 | 1150 | "@babel/helper-plugin-utils" "^7.24.0"
|
1113 | 1151 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1114 | 1152 |
|
|
1703 | 1741 | "@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1704 | 1742 | "@babel/helper-plugin-utils" "^7.24.0"
|
1705 | 1743 |
|
1706 |
| - |
1707 |
| - version "7.24.3" |
1708 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3" |
1709 |
| - integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA== |
| 1744 | + |
| 1745 | + version "7.24.4" |
| 1746 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b" |
| 1747 | + integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A== |
1710 | 1748 | dependencies:
|
1711 |
| - "@babel/compat-data" "^7.24.1" |
| 1749 | + "@babel/compat-data" "^7.24.4" |
1712 | 1750 | "@babel/helper-compilation-targets" "^7.23.6"
|
1713 | 1751 | "@babel/helper-plugin-utils" "^7.24.0"
|
1714 | 1752 | "@babel/helper-validator-option" "^7.23.5"
|
| 1753 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4" |
1715 | 1754 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
|
1716 | 1755 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
|
1717 | 1756 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
|
|
1738 | 1777 | "@babel/plugin-transform-async-generator-functions" "^7.24.3"
|
1739 | 1778 | "@babel/plugin-transform-async-to-generator" "^7.24.1"
|
1740 | 1779 | "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
|
1741 |
| - "@babel/plugin-transform-block-scoping" "^7.24.1" |
| 1780 | + "@babel/plugin-transform-block-scoping" "^7.24.4" |
1742 | 1781 | "@babel/plugin-transform-class-properties" "^7.24.1"
|
1743 |
| - "@babel/plugin-transform-class-static-block" "^7.24.1" |
| 1782 | + "@babel/plugin-transform-class-static-block" "^7.24.4" |
1744 | 1783 | "@babel/plugin-transform-classes" "^7.24.1"
|
1745 | 1784 | "@babel/plugin-transform-computed-properties" "^7.24.1"
|
1746 | 1785 | "@babel/plugin-transform-destructuring" "^7.24.1"
|
|
0 commit comments