|
76 | 76 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0"
|
77 | 77 | integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==
|
78 | 78 |
|
79 |
| -"@babel/compat-data@^7.25.0": |
80 |
| - version "7.25.0" |
81 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95" |
82 |
| - integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg== |
| 79 | +"@babel/compat-data@^7.25.2": |
| 80 | + version "7.25.2" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
| 82 | + integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
83 | 83 |
|
84 |
| -"@babel/core@7.24.9": |
85 |
| - version "7.24.9" |
86 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
87 |
| - integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 84 | +"@babel/core@7.25.2": |
| 85 | + version "7.25.2" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 87 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
88 | 88 | dependencies:
|
89 | 89 | "@ampproject/remapping" "^2.2.0"
|
90 | 90 | "@babel/code-frame" "^7.24.7"
|
91 |
| - "@babel/generator" "^7.24.9" |
92 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
93 |
| - "@babel/helper-module-transforms" "^7.24.9" |
94 |
| - "@babel/helpers" "^7.24.8" |
95 |
| - "@babel/parser" "^7.24.8" |
96 |
| - "@babel/template" "^7.24.7" |
97 |
| - "@babel/traverse" "^7.24.8" |
98 |
| - "@babel/types" "^7.24.9" |
| 91 | + "@babel/generator" "^7.25.0" |
| 92 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 93 | + "@babel/helper-module-transforms" "^7.25.2" |
| 94 | + "@babel/helpers" "^7.25.0" |
| 95 | + "@babel/parser" "^7.25.0" |
| 96 | + "@babel/template" "^7.25.0" |
| 97 | + "@babel/traverse" "^7.25.2" |
| 98 | + "@babel/types" "^7.25.2" |
99 | 99 | convert-source-map "^2.0.0"
|
100 | 100 | debug "^4.1.0"
|
101 | 101 | gensync "^1.0.0-beta.2"
|
|
160 | 160 | "@jridgewell/trace-mapping" "^0.3.25"
|
161 | 161 | jsesc "^2.5.1"
|
162 | 162 |
|
163 |
| -"@babel/generator@^7.24.8", "@babel/generator@^7.24.9": |
| 163 | +"@babel/generator@^7.24.8": |
164 | 164 | version "7.24.10"
|
165 | 165 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
|
166 | 166 | integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
|
|
263 | 263 | lru-cache "^5.1.1"
|
264 | 264 | semver "^6.3.1"
|
265 | 265 |
|
| 266 | +"@babel/helper-compilation-targets@^7.25.2": |
| 267 | + version "7.25.2" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 269 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
| 270 | + dependencies: |
| 271 | + "@babel/compat-data" "^7.25.2" |
| 272 | + "@babel/helper-validator-option" "^7.24.8" |
| 273 | + browserslist "^4.23.1" |
| 274 | + lru-cache "^5.1.1" |
| 275 | + semver "^6.3.1" |
| 276 | + |
266 | 277 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.18.6":
|
267 | 278 | version "7.18.6"
|
268 | 279 | resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz"
|
|
480 | 491 | "@babel/helper-split-export-declaration" "^7.24.7"
|
481 | 492 | "@babel/helper-validator-identifier" "^7.24.7"
|
482 | 493 |
|
483 |
| -"@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9": |
| 494 | +"@babel/helper-module-transforms@^7.24.8": |
484 | 495 | version "7.24.9"
|
485 | 496 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
|
486 | 497 | integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
|
|
501 | 512 | "@babel/helper-validator-identifier" "^7.24.7"
|
502 | 513 | "@babel/traverse" "^7.25.0"
|
503 | 514 |
|
| 515 | +"@babel/helper-module-transforms@^7.25.2": |
| 516 | + version "7.25.2" |
| 517 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
| 518 | + integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
| 519 | + dependencies: |
| 520 | + "@babel/helper-module-imports" "^7.24.7" |
| 521 | + "@babel/helper-simple-access" "^7.24.7" |
| 522 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 523 | + "@babel/traverse" "^7.25.2" |
| 524 | + |
504 | 525 | "@babel/helper-optimise-call-expression@^7.18.6":
|
505 | 526 | version "7.18.6"
|
506 | 527 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz"
|
|
754 | 775 | "@babel/traverse" "^7.20.1"
|
755 | 776 | "@babel/types" "^7.20.0"
|
756 | 777 |
|
757 |
| -"@babel/helpers@^7.24.8": |
758 |
| - version "7.24.8" |
759 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
760 |
| - integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 778 | +"@babel/helpers@^7.25.0": |
| 779 | + version "7.25.0" |
| 780 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
| 781 | + integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
761 | 782 | dependencies:
|
762 |
| - "@babel/template" "^7.24.7" |
763 |
| - "@babel/types" "^7.24.8" |
| 783 | + "@babel/template" "^7.25.0" |
| 784 | + "@babel/types" "^7.25.0" |
764 | 785 |
|
765 | 786 | "@babel/highlight@^7.18.6":
|
766 | 787 | version "7.18.6"
|
|
820 | 841 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
|
821 | 842 | integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
|
822 | 843 |
|
823 |
| -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0": |
824 |
| - version "7.25.0" |
825 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz#328275f22d809b962978d998c6eba22a233ac8aa" |
826 |
| - integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw== |
| 844 | +"@babel/parser@^7.25.3": |
| 845 | + version "7.25.3" |
| 846 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 847 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 848 | + dependencies: |
| 849 | + "@babel/types" "^7.25.2" |
| 850 | + |
| 851 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
| 852 | + version "7.25.3" |
| 853 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
| 854 | + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== |
827 | 855 | dependencies:
|
828 | 856 | "@babel/helper-plugin-utils" "^7.24.8"
|
829 |
| - "@babel/traverse" "^7.25.0" |
| 857 | + "@babel/traverse" "^7.25.3" |
830 | 858 |
|
831 | 859 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
|
832 | 860 | version "7.25.0"
|
|
1438 | 1466 | "@babel/helper-function-name" "^7.18.9"
|
1439 | 1467 | "@babel/helper-plugin-utils" "^7.18.9"
|
1440 | 1468 |
|
1441 |
| -"@babel/plugin-transform-function-name@^7.25.0": |
| 1469 | +"@babel/plugin-transform-function-name@^7.25.1": |
1442 | 1470 | version "7.25.1"
|
1443 | 1471 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
|
1444 | 1472 | integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
|
|
1462 | 1490 | dependencies:
|
1463 | 1491 | "@babel/helper-plugin-utils" "^7.18.9"
|
1464 | 1492 |
|
1465 |
| -"@babel/plugin-transform-literals@^7.24.7": |
1466 |
| - version "7.24.7" |
1467 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c" |
1468 |
| - integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ== |
| 1493 | +"@babel/plugin-transform-literals@^7.25.2": |
| 1494 | + version "7.25.2" |
| 1495 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3" |
| 1496 | + integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw== |
1469 | 1497 | dependencies:
|
1470 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 1498 | + "@babel/helper-plugin-utils" "^7.24.8" |
1471 | 1499 |
|
1472 | 1500 | "@babel/plugin-transform-logical-assignment-operators@^7.24.7":
|
1473 | 1501 | version "7.24.7"
|
|
1905 | 1933 | "@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
1906 | 1934 | "@babel/helper-plugin-utils" "^7.24.7"
|
1907 | 1935 |
|
1908 |
| - |
1909 |
| - version "7.25.0" |
1910 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479" |
1911 |
| - integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw== |
| 1936 | + |
| 1937 | + version "7.25.3" |
| 1938 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
| 1939 | + integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
1912 | 1940 | dependencies:
|
1913 |
| - "@babel/compat-data" "^7.25.0" |
1914 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
| 1941 | + "@babel/compat-data" "^7.25.2" |
| 1942 | + "@babel/helper-compilation-targets" "^7.25.2" |
1915 | 1943 | "@babel/helper-plugin-utils" "^7.24.8"
|
1916 | 1944 | "@babel/helper-validator-option" "^7.24.8"
|
1917 |
| - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0" |
| 1945 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" |
1918 | 1946 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
|
1919 | 1947 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
|
1920 | 1948 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
|
|
1955 | 1983 | "@babel/plugin-transform-exponentiation-operator" "^7.24.7"
|
1956 | 1984 | "@babel/plugin-transform-export-namespace-from" "^7.24.7"
|
1957 | 1985 | "@babel/plugin-transform-for-of" "^7.24.7"
|
1958 |
| - "@babel/plugin-transform-function-name" "^7.25.0" |
| 1986 | + "@babel/plugin-transform-function-name" "^7.25.1" |
1959 | 1987 | "@babel/plugin-transform-json-strings" "^7.24.7"
|
1960 |
| - "@babel/plugin-transform-literals" "^7.24.7" |
| 1988 | + "@babel/plugin-transform-literals" "^7.25.2" |
1961 | 1989 | "@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
|
1962 | 1990 | "@babel/plugin-transform-member-expression-literals" "^7.24.7"
|
1963 | 1991 | "@babel/plugin-transform-modules-amd" "^7.24.7"
|
|
2259 | 2287 | debug "^4.3.1"
|
2260 | 2288 | globals "^11.1.0"
|
2261 | 2289 |
|
| 2290 | +"@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
| 2291 | + version "7.25.3" |
| 2292 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
| 2293 | + integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
| 2294 | + dependencies: |
| 2295 | + "@babel/code-frame" "^7.24.7" |
| 2296 | + "@babel/generator" "^7.25.0" |
| 2297 | + "@babel/parser" "^7.25.3" |
| 2298 | + "@babel/template" "^7.25.0" |
| 2299 | + "@babel/types" "^7.25.2" |
| 2300 | + debug "^4.3.1" |
| 2301 | + globals "^11.1.0" |
| 2302 | + |
2262 | 2303 | "@babel/types@^7.0.0", "@babel/types@^7.17.12", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
2263 | 2304 | version "7.19.4"
|
2264 | 2305 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.4.tgz"
|
|
2304 | 2345 | "@babel/helper-validator-identifier" "^7.24.7"
|
2305 | 2346 | to-fast-properties "^2.0.0"
|
2306 | 2347 |
|
| 2348 | +"@babel/types@^7.25.2": |
| 2349 | + version "7.25.2" |
| 2350 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
| 2351 | + integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
| 2352 | + dependencies: |
| 2353 | + "@babel/helper-string-parser" "^7.24.8" |
| 2354 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 2355 | + to-fast-properties "^2.0.0" |
| 2356 | + |
2307 | 2357 | "@bcoe/v8-coverage@^0.2.3":
|
2308 | 2358 | version "0.2.3"
|
2309 | 2359 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
|
0 commit comments