|
561 | 561 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
|
562 | 562 | integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
|
563 | 563 |
|
564 |
| -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0": |
565 |
| - version "7.25.0" |
566 |
| - 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" |
567 |
| - integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw== |
| 564 | +"@babel/parser@^7.25.3": |
| 565 | + version "7.25.3" |
| 566 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 567 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 568 | + dependencies: |
| 569 | + "@babel/types" "^7.25.2" |
| 570 | + |
| 571 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
| 572 | + version "7.25.3" |
| 573 | + 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" |
| 574 | + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== |
568 | 575 | dependencies:
|
569 | 576 | "@babel/helper-plugin-utils" "^7.24.8"
|
570 |
| - "@babel/traverse" "^7.25.0" |
| 577 | + "@babel/traverse" "^7.25.3" |
571 | 578 |
|
572 | 579 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
|
573 | 580 | version "7.25.0"
|
|
1155 | 1162 | "@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
1156 | 1163 | "@babel/helper-plugin-utils" "^7.24.7"
|
1157 | 1164 |
|
1158 |
| - |
1159 |
| - version "7.25.2" |
1160 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e" |
1161 |
| - integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw== |
| 1165 | + |
| 1166 | + version "7.25.3" |
| 1167 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
| 1168 | + integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
1162 | 1169 | dependencies:
|
1163 | 1170 | "@babel/compat-data" "^7.25.2"
|
1164 | 1171 | "@babel/helper-compilation-targets" "^7.25.2"
|
1165 | 1172 | "@babel/helper-plugin-utils" "^7.24.8"
|
1166 | 1173 | "@babel/helper-validator-option" "^7.24.8"
|
1167 |
| - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0" |
| 1174 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" |
1168 | 1175 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
|
1169 | 1176 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
|
1170 | 1177 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
|
|
1350 | 1357 | debug "^4.3.1"
|
1351 | 1358 | globals "^11.1.0"
|
1352 | 1359 |
|
| 1360 | +"@babel/traverse@^7.25.3": |
| 1361 | + version "7.25.3" |
| 1362 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
| 1363 | + integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
| 1364 | + dependencies: |
| 1365 | + "@babel/code-frame" "^7.24.7" |
| 1366 | + "@babel/generator" "^7.25.0" |
| 1367 | + "@babel/parser" "^7.25.3" |
| 1368 | + "@babel/template" "^7.25.0" |
| 1369 | + "@babel/types" "^7.25.2" |
| 1370 | + debug "^4.3.1" |
| 1371 | + globals "^11.1.0" |
| 1372 | + |
1353 | 1373 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1354 | 1374 | version "7.22.5"
|
1355 | 1375 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
|
0 commit comments