|
775 | 775 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" |
776 | 776 | integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== |
777 | 777 |
|
778 | | -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0": |
779 | | - version "7.25.0" |
780 | | - 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" |
781 | | - integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw== |
| 778 | +"@babel/parser@^7.25.3": |
| 779 | + version "7.25.3" |
| 780 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 781 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 782 | + dependencies: |
| 783 | + "@babel/types" "^7.25.2" |
| 784 | + |
| 785 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
| 786 | + version "7.25.3" |
| 787 | + 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" |
| 788 | + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== |
782 | 789 | dependencies: |
783 | 790 | "@babel/helper-plugin-utils" "^7.24.8" |
784 | | - "@babel/traverse" "^7.25.0" |
| 791 | + "@babel/traverse" "^7.25.3" |
785 | 792 |
|
786 | 793 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0": |
787 | 794 | version "7.25.0" |
|
1804 | 1811 | "@babel/helper-create-regexp-features-plugin" "^7.24.7" |
1805 | 1812 | "@babel/helper-plugin-utils" "^7.24.7" |
1806 | 1813 |
|
1807 | | -"@babel/preset-env@7.25.2": |
1808 | | - version "7.25.2" |
1809 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e" |
1810 | | - integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw== |
| 1814 | +"@babel/preset-env@7.25.3": |
| 1815 | + version "7.25.3" |
| 1816 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
| 1817 | + integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
1811 | 1818 | dependencies: |
1812 | 1819 | "@babel/compat-data" "^7.25.2" |
1813 | 1820 | "@babel/helper-compilation-targets" "^7.25.2" |
1814 | 1821 | "@babel/helper-plugin-utils" "^7.24.8" |
1815 | 1822 | "@babel/helper-validator-option" "^7.24.8" |
1816 | | - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0" |
| 1823 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" |
1817 | 1824 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0" |
1818 | 1825 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0" |
1819 | 1826 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7" |
|
2127 | 2134 | debug "^4.3.1" |
2128 | 2135 | globals "^11.1.0" |
2129 | 2136 |
|
| 2137 | +"@babel/traverse@^7.25.3": |
| 2138 | + version "7.25.3" |
| 2139 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
| 2140 | + integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
| 2141 | + dependencies: |
| 2142 | + "@babel/code-frame" "^7.24.7" |
| 2143 | + "@babel/generator" "^7.25.0" |
| 2144 | + "@babel/parser" "^7.25.3" |
| 2145 | + "@babel/template" "^7.25.0" |
| 2146 | + "@babel/types" "^7.25.2" |
| 2147 | + debug "^4.3.1" |
| 2148 | + globals "^11.1.0" |
| 2149 | + |
2130 | 2150 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
2131 | 2151 | version "7.16.0" |
2132 | 2152 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
0 commit comments