|
680 | 680 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
|
681 | 681 | integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
|
682 | 682 |
|
683 |
| -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0": |
684 |
| - version "7.25.0" |
685 |
| - 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" |
686 |
| - integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw== |
| 683 | +"@babel/parser@^7.25.3": |
| 684 | + version "7.25.3" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 686 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 687 | + dependencies: |
| 688 | + "@babel/types" "^7.25.2" |
| 689 | + |
| 690 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
| 691 | + version "7.25.3" |
| 692 | + 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" |
| 693 | + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== |
687 | 694 | dependencies:
|
688 | 695 | "@babel/helper-plugin-utils" "^7.24.8"
|
689 |
| - "@babel/traverse" "^7.25.0" |
| 696 | + "@babel/traverse" "^7.25.3" |
690 | 697 |
|
691 | 698 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
|
692 | 699 | version "7.25.0"
|
|
1742 | 1749 | "@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
1743 | 1750 | "@babel/helper-plugin-utils" "^7.24.7"
|
1744 | 1751 |
|
1745 |
| - |
1746 |
| - version "7.25.2" |
1747 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e" |
1748 |
| - integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw== |
| 1752 | + |
| 1753 | + version "7.25.3" |
| 1754 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
| 1755 | + integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
1749 | 1756 | dependencies:
|
1750 | 1757 | "@babel/compat-data" "^7.25.2"
|
1751 | 1758 | "@babel/helper-compilation-targets" "^7.25.2"
|
1752 | 1759 | "@babel/helper-plugin-utils" "^7.24.8"
|
1753 | 1760 | "@babel/helper-validator-option" "^7.24.8"
|
1754 |
| - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0" |
| 1761 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" |
1755 | 1762 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
|
1756 | 1763 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
|
1757 | 1764 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
|
|
2060 | 2067 | debug "^4.3.1"
|
2061 | 2068 | globals "^11.1.0"
|
2062 | 2069 |
|
| 2070 | +"@babel/traverse@^7.25.3": |
| 2071 | + version "7.25.3" |
| 2072 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
| 2073 | + integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
| 2074 | + dependencies: |
| 2075 | + "@babel/code-frame" "^7.24.7" |
| 2076 | + "@babel/generator" "^7.25.0" |
| 2077 | + "@babel/parser" "^7.25.3" |
| 2078 | + "@babel/template" "^7.25.0" |
| 2079 | + "@babel/types" "^7.25.2" |
| 2080 | + debug "^4.3.1" |
| 2081 | + globals "^11.1.0" |
| 2082 | + |
2063 | 2083 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
|
2064 | 2084 | version "7.24.0"
|
2065 | 2085 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
|
|
0 commit comments