|
24 | 24 | js-tokens "^4.0.0"
|
25 | 25 | picocolors "^1.1.1"
|
26 | 26 |
|
27 |
| -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1": |
28 |
| - version "7.27.1" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6" |
30 |
| - integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A== |
| 27 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1", "@babel/compat-data@^7.27.2": |
| 28 | + version "7.27.3" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111" |
| 30 | + integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw== |
31 | 31 |
|
32 |
| -"@babel/core@7.27.1": |
33 |
| - version "7.27.1" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
35 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 32 | +"@babel/core@7.27.3": |
| 33 | + version "7.27.3" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 35 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
36 | 36 | dependencies:
|
37 | 37 | "@ampproject/remapping" "^2.2.0"
|
38 | 38 | "@babel/code-frame" "^7.27.1"
|
39 |
| - "@babel/generator" "^7.27.1" |
40 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
41 |
| - "@babel/helper-module-transforms" "^7.27.1" |
42 |
| - "@babel/helpers" "^7.27.1" |
43 |
| - "@babel/parser" "^7.27.1" |
44 |
| - "@babel/template" "^7.27.1" |
45 |
| - "@babel/traverse" "^7.27.1" |
46 |
| - "@babel/types" "^7.27.1" |
| 39 | + "@babel/generator" "^7.27.3" |
| 40 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 41 | + "@babel/helper-module-transforms" "^7.27.3" |
| 42 | + "@babel/helpers" "^7.27.3" |
| 43 | + "@babel/parser" "^7.27.3" |
| 44 | + "@babel/template" "^7.27.2" |
| 45 | + "@babel/traverse" "^7.27.3" |
| 46 | + "@babel/types" "^7.27.3" |
47 | 47 | convert-source-map "^2.0.0"
|
48 | 48 | debug "^4.1.0"
|
49 | 49 | gensync "^1.0.0-beta.2"
|
|
59 | 59 | eslint-visitor-keys "^2.1.0"
|
60 | 60 | semver "^6.3.1"
|
61 | 61 |
|
62 |
| -"@babel/generator@^7.27.1": |
63 |
| - version "7.27.1" |
64 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
65 |
| - integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
| 62 | +"@babel/generator@^7.27.3": |
| 63 | + version "7.27.3" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 65 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
66 | 66 | dependencies:
|
67 |
| - "@babel/parser" "^7.27.1" |
68 |
| - "@babel/types" "^7.27.1" |
| 67 | + "@babel/parser" "^7.27.3" |
| 68 | + "@babel/types" "^7.27.3" |
69 | 69 | "@jridgewell/gen-mapping" "^0.3.5"
|
70 | 70 | "@jridgewell/trace-mapping" "^0.3.25"
|
71 | 71 | jsesc "^3.0.2"
|
|
77 | 77 | dependencies:
|
78 | 78 | "@babel/types" "^7.27.1"
|
79 | 79 |
|
80 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1": |
81 |
| - version "7.27.1" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a" |
83 |
| - integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g== |
| 80 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": |
| 81 | + version "7.27.2" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 83 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
84 | 84 | dependencies:
|
85 |
| - "@babel/compat-data" "^7.27.1" |
| 85 | + "@babel/compat-data" "^7.27.2" |
86 | 86 | "@babel/helper-validator-option" "^7.27.1"
|
87 | 87 | browserslist "^4.24.0"
|
88 | 88 | lru-cache "^5.1.1"
|
|
137 | 137 | "@babel/traverse" "^7.27.1"
|
138 | 138 | "@babel/types" "^7.27.1"
|
139 | 139 |
|
140 |
| -"@babel/helper-module-transforms@^7.27.1": |
141 |
| - version "7.27.1" |
142 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
143 |
| - integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== |
| 140 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
| 141 | + version "7.27.3" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 143 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
144 | 144 | dependencies:
|
145 | 145 | "@babel/helper-module-imports" "^7.27.1"
|
146 | 146 | "@babel/helper-validator-identifier" "^7.27.1"
|
147 |
| - "@babel/traverse" "^7.27.1" |
| 147 | + "@babel/traverse" "^7.27.3" |
148 | 148 |
|
149 | 149 | "@babel/helper-optimise-call-expression@^7.27.1":
|
150 | 150 | version "7.27.1"
|
|
208 | 208 | "@babel/traverse" "^7.27.1"
|
209 | 209 | "@babel/types" "^7.27.1"
|
210 | 210 |
|
211 |
| -"@babel/helpers@^7.27.1": |
212 |
| - version "7.27.1" |
213 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
214 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 211 | +"@babel/helpers@^7.27.3": |
| 212 | + version "7.27.3" |
| 213 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 214 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
215 | 215 | dependencies:
|
216 |
| - "@babel/template" "^7.27.1" |
217 |
| - "@babel/types" "^7.27.1" |
| 216 | + "@babel/template" "^7.27.2" |
| 217 | + "@babel/types" "^7.27.3" |
218 | 218 |
|
219 |
| -"@babel/parser@^7.27.1": |
220 |
| - version "7.27.1" |
221 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
222 |
| - integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
| 219 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 220 | + version "7.27.3" |
| 221 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 222 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
223 | 223 | dependencies:
|
224 |
| - "@babel/types" "^7.27.1" |
| 224 | + "@babel/types" "^7.27.3" |
225 | 225 |
|
226 | 226 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
227 | 227 | version "7.27.1"
|
|
822 | 822 | pirates "^4.0.6"
|
823 | 823 | source-map-support "^0.5.16"
|
824 | 824 |
|
825 |
| -"@babel/template@^7.27.1": |
826 |
| - version "7.27.1" |
827 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
828 |
| - integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
| 825 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
| 826 | + version "7.27.2" |
| 827 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 828 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
829 | 829 | dependencies:
|
830 | 830 | "@babel/code-frame" "^7.27.1"
|
831 |
| - "@babel/parser" "^7.27.1" |
| 831 | + "@babel/parser" "^7.27.2" |
832 | 832 | "@babel/types" "^7.27.1"
|
833 | 833 |
|
834 |
| -"@babel/traverse@^7.27.1": |
835 |
| - version "7.27.1" |
836 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
837 |
| - integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== |
| 834 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3": |
| 835 | + version "7.27.3" |
| 836 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 837 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
838 | 838 | dependencies:
|
839 | 839 | "@babel/code-frame" "^7.27.1"
|
840 |
| - "@babel/generator" "^7.27.1" |
841 |
| - "@babel/parser" "^7.27.1" |
842 |
| - "@babel/template" "^7.27.1" |
843 |
| - "@babel/types" "^7.27.1" |
| 840 | + "@babel/generator" "^7.27.3" |
| 841 | + "@babel/parser" "^7.27.3" |
| 842 | + "@babel/template" "^7.27.2" |
| 843 | + "@babel/types" "^7.27.3" |
844 | 844 | debug "^4.3.1"
|
845 | 845 | globals "^11.1.0"
|
846 | 846 |
|
847 |
| -"@babel/types@^7.27.1", "@babel/types@^7.4.4": |
848 |
| - version "7.27.1" |
849 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
850 |
| - integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 847 | +"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.4.4": |
| 848 | + version "7.27.3" |
| 849 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 850 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
851 | 851 | dependencies:
|
852 | 852 | "@babel/helper-string-parser" "^7.27.1"
|
853 | 853 | "@babel/helper-validator-identifier" "^7.27.1"
|
|
0 commit comments