|
50 | 50 | "@babel/highlight" "^7.24.7"
|
51 | 51 | picocolors "^1.0.0"
|
52 | 52 |
|
53 |
| -"@babel/code-frame@^7.25.9": |
54 |
| - version "7.26.2" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
56 |
| - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
57 |
| - dependencies: |
58 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
59 |
| - js-tokens "^4.0.0" |
60 |
| - picocolors "^1.0.0" |
61 |
| - |
62 | 53 | "@babel/code-frame@^7.27.1":
|
63 | 54 | version "7.27.1"
|
64 | 55 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
|
|
192 | 183 | "@jridgewell/trace-mapping" "^0.3.25"
|
193 | 184 | jsesc "^2.5.1"
|
194 | 185 |
|
195 |
| -"@babel/generator@^7.25.9": |
196 |
| - version "7.26.2" |
197 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
198 |
| - integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
199 |
| - dependencies: |
200 |
| - "@babel/parser" "^7.26.2" |
201 |
| - "@babel/types" "^7.26.0" |
202 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
203 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
204 |
| - jsesc "^3.0.2" |
205 |
| - |
206 | 186 | "@babel/generator@^7.27.1", "@babel/generator@^7.9.0":
|
207 | 187 | version "7.27.1"
|
208 | 188 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
|
|
360 | 340 | lodash.debounce "^4.0.8"
|
361 | 341 | resolve "^1.14.2"
|
362 | 342 |
|
| 343 | +"@babel/helper-define-polyfill-provider@^0.6.3": |
| 344 | + version "0.6.4" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz#15e8746368bfa671785f5926ff74b3064c291fab" |
| 346 | + integrity sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw== |
| 347 | + dependencies: |
| 348 | + "@babel/helper-compilation-targets" "^7.22.6" |
| 349 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 350 | + debug "^4.1.1" |
| 351 | + lodash.debounce "^4.0.8" |
| 352 | + resolve "^1.14.2" |
| 353 | + |
363 | 354 | "@babel/helper-environment-visitor@^7.18.9", "@babel/helper-environment-visitor@^7.24.7":
|
364 | 355 | version "7.24.7"
|
365 | 356 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
|
|
433 | 424 | "@babel/traverse" "^7.27.1"
|
434 | 425 | "@babel/types" "^7.27.1"
|
435 | 426 |
|
436 |
| -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.7", "@babel/helper-module-imports@^7.8.3": |
437 |
| - version "7.24.7" |
438 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
439 |
| - integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== |
440 |
| - dependencies: |
441 |
| - "@babel/traverse" "^7.24.7" |
442 |
| - "@babel/types" "^7.24.7" |
443 |
| - |
444 |
| -"@babel/helper-module-imports@^7.25.9": |
445 |
| - version "7.25.9" |
446 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
447 |
| - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
448 |
| - dependencies: |
449 |
| - "@babel/traverse" "^7.25.9" |
450 |
| - "@babel/types" "^7.25.9" |
451 |
| - |
452 |
| -"@babel/helper-module-imports@^7.27.1": |
| 427 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.7", "@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1", "@babel/helper-module-imports@^7.8.3": |
453 | 428 | version "7.27.1"
|
454 | 429 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
455 | 430 | integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
|
|
530 | 505 | dependencies:
|
531 | 506 | "@babel/types" "^7.27.1"
|
532 | 507 |
|
533 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
534 |
| - version "7.25.9" |
535 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46" |
536 |
| - integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw== |
537 |
| - |
538 |
| -"@babel/helper-plugin-utils@^7.27.1": |
| 508 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
539 | 509 | version "7.27.1"
|
540 | 510 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
|
541 | 511 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
|
|
785 | 755 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
|
786 | 756 | integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
|
787 | 757 |
|
788 |
| -"@babel/parser@^7.25.9", "@babel/parser@^7.26.2": |
789 |
| - version "7.26.2" |
790 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
791 |
| - integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
792 |
| - dependencies: |
793 |
| - "@babel/types" "^7.26.0" |
794 |
| - |
795 | 758 | "@babel/parser@^7.27.1", "@babel/parser@^7.27.2", "@babel/parser@^7.9.0":
|
796 | 759 | version "7.27.2"
|
797 | 760 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
|
|
1767 | 1730 | dependencies:
|
1768 | 1731 | "@babel/helper-plugin-utils" "^7.27.1"
|
1769 | 1732 |
|
| 1733 | + |
| 1734 | + version "7.27.1" |
| 1735 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.1.tgz#f9fbf71949a209eb26b3e60375b1d956937b8be9" |
| 1736 | + integrity sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw== |
| 1737 | + dependencies: |
| 1738 | + "@babel/helper-module-imports" "^7.27.1" |
| 1739 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 1740 | + babel-plugin-polyfill-corejs2 "^0.4.10" |
| 1741 | + babel-plugin-polyfill-corejs3 "^0.11.0" |
| 1742 | + babel-plugin-polyfill-regenerator "^0.6.1" |
| 1743 | + semver "^6.3.1" |
| 1744 | + |
1770 | 1745 |
|
1771 | 1746 | version "7.9.0"
|
1772 | 1747 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.0.tgz#45468c0ae74cc13204e1d3b1f4ce6ee83258af0b"
|
|
1777 | 1752 | resolve "^1.8.1"
|
1778 | 1753 | semver "^5.5.1"
|
1779 | 1754 |
|
1780 |
| - |
1781 |
| - version "7.9.6" |
1782 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd" |
1783 |
| - integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w== |
1784 |
| - dependencies: |
1785 |
| - "@babel/helper-module-imports" "^7.8.3" |
1786 |
| - "@babel/helper-plugin-utils" "^7.8.3" |
1787 |
| - resolve "^1.8.1" |
1788 |
| - semver "^5.5.1" |
1789 |
| - |
1790 | 1755 | "@babel/plugin-transform-shorthand-properties@^7.24.7":
|
1791 | 1756 | version "7.24.7"
|
1792 | 1757 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73"
|
|
2170 | 2135 | "@babel/parser" "^7.25.0"
|
2171 | 2136 | "@babel/types" "^7.25.0"
|
2172 | 2137 |
|
2173 |
| -"@babel/template@^7.25.9": |
2174 |
| - version "7.25.9" |
2175 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" |
2176 |
| - integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== |
2177 |
| - dependencies: |
2178 |
| - "@babel/code-frame" "^7.25.9" |
2179 |
| - "@babel/parser" "^7.25.9" |
2180 |
| - "@babel/types" "^7.25.9" |
2181 |
| - |
2182 | 2138 | "@babel/template@^7.27.1":
|
2183 | 2139 | version "7.27.2"
|
2184 | 2140 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
|
|
2249 | 2205 | debug "^4.3.1"
|
2250 | 2206 | globals "^11.1.0"
|
2251 | 2207 |
|
2252 |
| -"@babel/traverse@^7.25.9": |
2253 |
| - version "7.25.9" |
2254 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
2255 |
| - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
2256 |
| - dependencies: |
2257 |
| - "@babel/code-frame" "^7.25.9" |
2258 |
| - "@babel/generator" "^7.25.9" |
2259 |
| - "@babel/parser" "^7.25.9" |
2260 |
| - "@babel/template" "^7.25.9" |
2261 |
| - "@babel/types" "^7.25.9" |
2262 |
| - debug "^4.3.1" |
2263 |
| - globals "^11.1.0" |
2264 |
| - |
2265 | 2208 | "@babel/traverse@^7.27.1", "@babel/traverse@^7.9.0":
|
2266 | 2209 | version "7.27.1"
|
2267 | 2210 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
2284 | 2227 | "@babel/helper-validator-identifier" "^7.24.7"
|
2285 | 2228 | to-fast-properties "^2.0.0"
|
2286 | 2229 |
|
2287 |
| -"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 2230 | +"@babel/types@^7.25.9": |
2288 | 2231 | version "7.26.0"
|
2289 | 2232 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
|
2290 | 2233 | integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
|
@@ -8270,6 +8213,14 @@ babel-plugin-polyfill-corejs3@^0.10.4:
|
8270 | 8213 | "@babel/helper-define-polyfill-provider" "^0.6.1"
|
8271 | 8214 | core-js-compat "^3.36.1"
|
8272 | 8215 |
|
| 8216 | +babel-plugin-polyfill-corejs3@^0.11.0: |
| 8217 | + version "0.11.1" |
| 8218 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6" |
| 8219 | + integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ== |
| 8220 | + dependencies: |
| 8221 | + "@babel/helper-define-polyfill-provider" "^0.6.3" |
| 8222 | + core-js-compat "^3.40.0" |
| 8223 | + |
8273 | 8224 | babel-plugin-polyfill-regenerator@^0.6.1:
|
8274 | 8225 | version "0.6.1"
|
8275 | 8226 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz#4f08ef4c62c7a7f66a35ed4c0d75e30506acc6be"
|
@@ -9935,7 +9886,7 @@ core-js-compat@^3.36.1, core-js-compat@^3.37.1:
|
9935 | 9886 | dependencies:
|
9936 | 9887 | browserslist "^4.23.0"
|
9937 | 9888 |
|
9938 |
| -core-js-compat@^3.6.2: |
| 9889 | +core-js-compat@^3.40.0, core-js-compat@^3.6.2: |
9939 | 9890 | version "3.42.0"
|
9940 | 9891 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.42.0.tgz#ce19c29706ee5806e26d3cb3c542d4cfc0ed51bb"
|
9941 | 9892 | integrity sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==
|
|
0 commit comments