|
34 | 34 | "@babel/highlight" "^7.24.7"
|
35 | 35 | picocolors "^1.0.0"
|
36 | 36 |
|
37 |
| -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8", "@babel/compat-data@^7.25.0": |
| 37 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8": |
38 | 38 | version "7.25.0"
|
39 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
|
40 | 40 | integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
|
41 | 41 |
|
| 42 | +"@babel/compat-data@^7.25.2": |
| 43 | + version "7.25.2" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
| 45 | + integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
| 46 | + |
42 | 47 | "@babel/core@7.24.9":
|
43 | 48 | version "7.24.9"
|
44 | 49 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
|
|
96 | 101 | lru-cache "^5.1.1"
|
97 | 102 | semver "^6.3.1"
|
98 | 103 |
|
| 104 | +"@babel/helper-compilation-targets@^7.25.2": |
| 105 | + version "7.25.2" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 107 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
| 108 | + dependencies: |
| 109 | + "@babel/compat-data" "^7.25.2" |
| 110 | + "@babel/helper-validator-option" "^7.24.8" |
| 111 | + browserslist "^4.23.1" |
| 112 | + lru-cache "^5.1.1" |
| 113 | + semver "^6.3.1" |
| 114 | + |
99 | 115 | "@babel/helper-create-class-features-plugin@^7.24.7":
|
100 | 116 | version "7.25.0"
|
101 | 117 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253"
|
|
558 | 574 | "@babel/helper-plugin-utils" "^7.24.7"
|
559 | 575 | "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
560 | 576 |
|
561 |
| -"@babel/plugin-transform-function-name@^7.25.0": |
| 577 | +"@babel/plugin-transform-function-name@^7.25.1": |
562 | 578 | version "7.25.1"
|
563 | 579 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
|
564 | 580 | integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
|
|
575 | 591 | "@babel/helper-plugin-utils" "^7.24.7"
|
576 | 592 | "@babel/plugin-syntax-json-strings" "^7.8.3"
|
577 | 593 |
|
578 |
| -"@babel/plugin-transform-literals@^7.24.7": |
579 |
| - version "7.24.7" |
580 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c" |
581 |
| - integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ== |
| 594 | +"@babel/plugin-transform-literals@^7.25.2": |
| 595 | + version "7.25.2" |
| 596 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3" |
| 597 | + integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw== |
582 | 598 | dependencies:
|
583 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 599 | + "@babel/helper-plugin-utils" "^7.24.8" |
584 | 600 |
|
585 | 601 | "@babel/plugin-transform-logical-assignment-operators@^7.24.7":
|
586 | 602 | version "7.24.7"
|
|
812 | 828 | "@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
813 | 829 | "@babel/helper-plugin-utils" "^7.24.7"
|
814 | 830 |
|
815 |
| -"@babel/preset-env@7.25.0": |
816 |
| - version "7.25.0" |
817 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479" |
818 |
| - integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw== |
| 831 | +"@babel/preset-env@7.25.2": |
| 832 | + version "7.25.2" |
| 833 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e" |
| 834 | + integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw== |
819 | 835 | dependencies:
|
820 |
| - "@babel/compat-data" "^7.25.0" |
821 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
| 836 | + "@babel/compat-data" "^7.25.2" |
| 837 | + "@babel/helper-compilation-targets" "^7.25.2" |
822 | 838 | "@babel/helper-plugin-utils" "^7.24.8"
|
823 | 839 | "@babel/helper-validator-option" "^7.24.8"
|
824 | 840 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
|
|
862 | 878 | "@babel/plugin-transform-exponentiation-operator" "^7.24.7"
|
863 | 879 | "@babel/plugin-transform-export-namespace-from" "^7.24.7"
|
864 | 880 | "@babel/plugin-transform-for-of" "^7.24.7"
|
865 |
| - "@babel/plugin-transform-function-name" "^7.25.0" |
| 881 | + "@babel/plugin-transform-function-name" "^7.25.1" |
866 | 882 | "@babel/plugin-transform-json-strings" "^7.24.7"
|
867 |
| - "@babel/plugin-transform-literals" "^7.24.7" |
| 883 | + "@babel/plugin-transform-literals" "^7.25.2" |
868 | 884 | "@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
|
869 | 885 | "@babel/plugin-transform-member-expression-literals" "^7.24.7"
|
870 | 886 | "@babel/plugin-transform-modules-amd" "^7.24.7"
|
|
0 commit comments