|
92 | 92 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98" |
93 | 93 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw== |
94 | 94 |
|
95 | | -"@babel/compat-data@^7.24.1": |
96 | | - version "7.24.1" |
97 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742" |
98 | | - integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA== |
| 95 | +"@babel/compat-data@^7.24.4": |
| 96 | + version "7.24.4" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" |
| 98 | + integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== |
99 | 99 |
|
100 | | - |
101 | | - version "7.24.3" |
102 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
103 | | - integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
| 100 | + |
| 101 | + version "7.24.4" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717" |
| 103 | + integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
104 | 104 | dependencies: |
105 | 105 | "@ampproject/remapping" "^2.2.0" |
106 | 106 | "@babel/code-frame" "^7.24.2" |
107 | | - "@babel/generator" "^7.24.1" |
| 107 | + "@babel/generator" "^7.24.4" |
108 | 108 | "@babel/helper-compilation-targets" "^7.23.6" |
109 | 109 | "@babel/helper-module-transforms" "^7.23.3" |
110 | | - "@babel/helpers" "^7.24.1" |
111 | | - "@babel/parser" "^7.24.1" |
| 110 | + "@babel/helpers" "^7.24.4" |
| 111 | + "@babel/parser" "^7.24.4" |
112 | 112 | "@babel/template" "^7.24.0" |
113 | 113 | "@babel/traverse" "^7.24.1" |
114 | 114 | "@babel/types" "^7.24.0" |
|
218 | 218 | "@jridgewell/trace-mapping" "^0.3.25" |
219 | 219 | jsesc "^2.5.1" |
220 | 220 |
|
| 221 | +"@babel/generator@^7.24.4": |
| 222 | + version "7.24.4" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 224 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 225 | + dependencies: |
| 226 | + "@babel/types" "^7.24.0" |
| 227 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 228 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 229 | + jsesc "^2.5.1" |
| 230 | + |
221 | 231 | "@babel/helper-annotate-as-pure@^7.14.5": |
222 | 232 | version "7.14.5" |
223 | 233 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz" |
|
334 | 344 | "@babel/helper-split-export-declaration" "^7.22.6" |
335 | 345 | semver "^6.3.1" |
336 | 346 |
|
| 347 | +"@babel/helper-create-class-features-plugin@^7.24.4": |
| 348 | + version "7.24.4" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3" |
| 350 | + integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ== |
| 351 | + dependencies: |
| 352 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 353 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 354 | + "@babel/helper-function-name" "^7.23.0" |
| 355 | + "@babel/helper-member-expression-to-functions" "^7.23.0" |
| 356 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 357 | + "@babel/helper-replace-supers" "^7.24.1" |
| 358 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 359 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 360 | + semver "^6.3.1" |
| 361 | + |
337 | 362 | "@babel/helper-create-regexp-features-plugin@^7.14.5": |
338 | 363 | version "7.14.5" |
339 | 364 | resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz" |
|
829 | 854 | "@babel/traverse" "^7.20.7" |
830 | 855 | "@babel/types" "^7.20.7" |
831 | 856 |
|
832 | | -"@babel/helpers@^7.24.1": |
833 | | - version "7.24.1" |
834 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
835 | | - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
| 857 | +"@babel/helpers@^7.24.4": |
| 858 | + version "7.24.4" |
| 859 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
| 860 | + integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
836 | 861 | dependencies: |
837 | 862 | "@babel/template" "^7.24.0" |
838 | 863 | "@babel/traverse" "^7.24.1" |
|
933 | 958 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" |
934 | 959 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== |
935 | 960 |
|
| 961 | +"@babel/parser@^7.24.4": |
| 962 | + version "7.24.4" |
| 963 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 964 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 965 | + |
| 966 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4": |
| 967 | + version "7.24.4" |
| 968 | + 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" |
| 969 | + integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA== |
| 970 | + dependencies: |
| 971 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 972 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 973 | + |
936 | 974 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1": |
937 | 975 | version "7.24.1" |
938 | 976 | 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.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf" |
|
1346 | 1384 | dependencies: |
1347 | 1385 | "@babel/helper-plugin-utils" "^7.14.5" |
1348 | 1386 |
|
1349 | | -"@babel/plugin-transform-block-scoping@^7.24.1": |
1350 | | - version "7.24.1" |
1351 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f" |
1352 | | - integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw== |
| 1387 | +"@babel/plugin-transform-block-scoping@^7.24.4": |
| 1388 | + version "7.24.4" |
| 1389 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012" |
| 1390 | + integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g== |
1353 | 1391 | dependencies: |
1354 | 1392 | "@babel/helper-plugin-utils" "^7.24.0" |
1355 | 1393 |
|
|
1361 | 1399 | "@babel/helper-create-class-features-plugin" "^7.24.1" |
1362 | 1400 | "@babel/helper-plugin-utils" "^7.24.0" |
1363 | 1401 |
|
1364 | | -"@babel/plugin-transform-class-static-block@^7.24.1": |
1365 | | - version "7.24.1" |
1366 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6" |
1367 | | - integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA== |
| 1402 | +"@babel/plugin-transform-class-static-block@^7.24.4": |
| 1403 | + version "7.24.4" |
| 1404 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" |
| 1405 | + integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== |
1368 | 1406 | dependencies: |
1369 | | - "@babel/helper-create-class-features-plugin" "^7.24.1" |
| 1407 | + "@babel/helper-create-class-features-plugin" "^7.24.4" |
1370 | 1408 | "@babel/helper-plugin-utils" "^7.24.0" |
1371 | 1409 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
1372 | 1410 |
|
|
1969 | 2007 | "@babel/helper-create-regexp-features-plugin" "^7.22.15" |
1970 | 2008 | "@babel/helper-plugin-utils" "^7.24.0" |
1971 | 2009 |
|
1972 | | - |
1973 | | - version "7.24.3" |
1974 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3" |
1975 | | - integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA== |
| 2010 | + |
| 2011 | + version "7.24.4" |
| 2012 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b" |
| 2013 | + integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A== |
1976 | 2014 | dependencies: |
1977 | | - "@babel/compat-data" "^7.24.1" |
| 2015 | + "@babel/compat-data" "^7.24.4" |
1978 | 2016 | "@babel/helper-compilation-targets" "^7.23.6" |
1979 | 2017 | "@babel/helper-plugin-utils" "^7.24.0" |
1980 | 2018 | "@babel/helper-validator-option" "^7.23.5" |
| 2019 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4" |
1981 | 2020 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1" |
1982 | 2021 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1" |
1983 | 2022 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1" |
|
2004 | 2043 | "@babel/plugin-transform-async-generator-functions" "^7.24.3" |
2005 | 2044 | "@babel/plugin-transform-async-to-generator" "^7.24.1" |
2006 | 2045 | "@babel/plugin-transform-block-scoped-functions" "^7.24.1" |
2007 | | - "@babel/plugin-transform-block-scoping" "^7.24.1" |
| 2046 | + "@babel/plugin-transform-block-scoping" "^7.24.4" |
2008 | 2047 | "@babel/plugin-transform-class-properties" "^7.24.1" |
2009 | | - "@babel/plugin-transform-class-static-block" "^7.24.1" |
| 2048 | + "@babel/plugin-transform-class-static-block" "^7.24.4" |
2010 | 2049 | "@babel/plugin-transform-classes" "^7.24.1" |
2011 | 2050 | "@babel/plugin-transform-computed-properties" "^7.24.1" |
2012 | 2051 | "@babel/plugin-transform-destructuring" "^7.24.1" |
@@ -11087,10 +11126,10 @@ type-fest@^3.8.0: |
11087 | 11126 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.8.0.tgz#ce80d1ca7c7d11c5540560999cbd410cb5b3a385" |
11088 | 11127 | integrity sha512-FVNSzGQz9Th+/9R6Lvv7WIAkstylfHN2/JYxkyhhmKFYh9At2DST8t6L6Lref9eYO8PXFTfG9Sg1Agg0K3vq3Q== |
11089 | 11128 |
|
11090 | | - |
11091 | | - version "5.4.3" |
11092 | | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" |
11093 | | - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== |
| 11129 | + |
| 11130 | + version "5.4.4" |
| 11131 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" |
| 11132 | + integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== |
11094 | 11133 |
|
11095 | 11134 | typescript@^4.1.3: |
11096 | 11135 | version "4.3.4" |
|
0 commit comments