|
76 | 76 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
77 | 77 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
78 | 78 |
|
79 |
| - |
80 |
| - version "7.27.1" |
81 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
82 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 79 | + |
| 80 | + version "7.27.3" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 82 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
83 | 83 | dependencies:
|
84 | 84 | "@ampproject/remapping" "^2.2.0"
|
85 | 85 | "@babel/code-frame" "^7.27.1"
|
86 |
| - "@babel/generator" "^7.27.1" |
87 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
88 |
| - "@babel/helper-module-transforms" "^7.27.1" |
89 |
| - "@babel/helpers" "^7.27.1" |
90 |
| - "@babel/parser" "^7.27.1" |
91 |
| - "@babel/template" "^7.27.1" |
92 |
| - "@babel/traverse" "^7.27.1" |
93 |
| - "@babel/types" "^7.27.1" |
| 86 | + "@babel/generator" "^7.27.3" |
| 87 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 88 | + "@babel/helper-module-transforms" "^7.27.3" |
| 89 | + "@babel/helpers" "^7.27.3" |
| 90 | + "@babel/parser" "^7.27.3" |
| 91 | + "@babel/template" "^7.27.2" |
| 92 | + "@babel/traverse" "^7.27.3" |
| 93 | + "@babel/types" "^7.27.3" |
94 | 94 | convert-source-map "^2.0.0"
|
95 | 95 | debug "^4.1.0"
|
96 | 96 | gensync "^1.0.0-beta.2"
|
|
147 | 147 | "@jridgewell/trace-mapping" "^0.3.25"
|
148 | 148 | jsesc "^3.0.2"
|
149 | 149 |
|
| 150 | +"@babel/generator@^7.27.3": |
| 151 | + version "7.27.3" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 153 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 154 | + dependencies: |
| 155 | + "@babel/parser" "^7.27.3" |
| 156 | + "@babel/types" "^7.27.3" |
| 157 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 158 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 159 | + jsesc "^3.0.2" |
| 160 | + |
150 | 161 | "@babel/helper-annotate-as-pure@^7.12.13":
|
151 | 162 | version "7.12.13"
|
152 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
448 | 459 | "@babel/helper-validator-identifier" "^7.27.1"
|
449 | 460 | "@babel/traverse" "^7.27.1"
|
450 | 461 |
|
| 462 | +"@babel/helper-module-transforms@^7.27.3": |
| 463 | + version "7.27.3" |
| 464 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 465 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 466 | + dependencies: |
| 467 | + "@babel/helper-module-imports" "^7.27.1" |
| 468 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 469 | + "@babel/traverse" "^7.27.3" |
| 470 | + |
451 | 471 | "@babel/helper-optimise-call-expression@^7.14.5":
|
452 | 472 | version "7.14.5"
|
453 | 473 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
643 | 663 | "@babel/traverse" "^7.14.5"
|
644 | 664 | "@babel/types" "^7.14.5"
|
645 | 665 |
|
646 |
| -"@babel/helpers@^7.27.1": |
647 |
| - version "7.27.1" |
648 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
649 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 666 | +"@babel/helpers@^7.27.3": |
| 667 | + version "7.27.3" |
| 668 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 669 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
650 | 670 | dependencies:
|
651 |
| - "@babel/template" "^7.27.1" |
652 |
| - "@babel/types" "^7.27.1" |
| 671 | + "@babel/template" "^7.27.2" |
| 672 | + "@babel/types" "^7.27.3" |
653 | 673 |
|
654 | 674 | "@babel/highlight@^7.12.13":
|
655 | 675 | version "7.14.0"
|
|
700 | 720 | dependencies:
|
701 | 721 | "@babel/types" "^7.27.1"
|
702 | 722 |
|
| 723 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 724 | + version "7.27.3" |
| 725 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 726 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 727 | + dependencies: |
| 728 | + "@babel/types" "^7.27.3" |
| 729 | + |
703 | 730 | "@babel/parser@^7.3.3":
|
704 | 731 | version "7.14.7"
|
705 | 732 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
|
1963 | 1990 | "@babel/parser" "^7.27.1"
|
1964 | 1991 | "@babel/types" "^7.27.1"
|
1965 | 1992 |
|
| 1993 | +"@babel/template@^7.27.2": |
| 1994 | + version "7.27.2" |
| 1995 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1996 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1997 | + dependencies: |
| 1998 | + "@babel/code-frame" "^7.27.1" |
| 1999 | + "@babel/parser" "^7.27.2" |
| 2000 | + "@babel/types" "^7.27.1" |
| 2001 | + |
1966 | 2002 | "@babel/traverse@^7.13.0":
|
1967 | 2003 | version "7.14.0"
|
1968 | 2004 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
|
|
2005 | 2041 | debug "^4.3.1"
|
2006 | 2042 | globals "^11.1.0"
|
2007 | 2043 |
|
| 2044 | +"@babel/traverse@^7.27.3": |
| 2045 | + version "7.27.3" |
| 2046 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 2047 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 2048 | + dependencies: |
| 2049 | + "@babel/code-frame" "^7.27.1" |
| 2050 | + "@babel/generator" "^7.27.3" |
| 2051 | + "@babel/parser" "^7.27.3" |
| 2052 | + "@babel/template" "^7.27.2" |
| 2053 | + "@babel/types" "^7.27.3" |
| 2054 | + debug "^4.3.1" |
| 2055 | + globals "^11.1.0" |
| 2056 | + |
2008 | 2057 | "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
|
2009 | 2058 | version "7.14.1"
|
2010 | 2059 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
|
|
2037 | 2086 | "@babel/helper-string-parser" "^7.27.1"
|
2038 | 2087 | "@babel/helper-validator-identifier" "^7.27.1"
|
2039 | 2088 |
|
| 2089 | +"@babel/types@^7.27.3": |
| 2090 | + version "7.27.3" |
| 2091 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 2092 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 2093 | + dependencies: |
| 2094 | + "@babel/helper-string-parser" "^7.27.1" |
| 2095 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 2096 | + |
2040 | 2097 | "@bcoe/v8-coverage@^1.0.1":
|
2041 | 2098 | version "1.0.1"
|
2042 | 2099 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments