|
70 | 70 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
71 | 71 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
72 | 72 |
|
73 |
| - |
74 |
| - version "7.27.1" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
76 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 73 | + |
| 74 | + version "7.27.3" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 76 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
77 | 77 | dependencies:
|
78 | 78 | "@ampproject/remapping" "^2.2.0"
|
79 | 79 | "@babel/code-frame" "^7.27.1"
|
80 |
| - "@babel/generator" "^7.27.1" |
81 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
82 |
| - "@babel/helper-module-transforms" "^7.27.1" |
83 |
| - "@babel/helpers" "^7.27.1" |
84 |
| - "@babel/parser" "^7.27.1" |
85 |
| - "@babel/template" "^7.27.1" |
86 |
| - "@babel/traverse" "^7.27.1" |
87 |
| - "@babel/types" "^7.27.1" |
| 80 | + "@babel/generator" "^7.27.3" |
| 81 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 82 | + "@babel/helper-module-transforms" "^7.27.3" |
| 83 | + "@babel/helpers" "^7.27.3" |
| 84 | + "@babel/parser" "^7.27.3" |
| 85 | + "@babel/template" "^7.27.2" |
| 86 | + "@babel/traverse" "^7.27.3" |
| 87 | + "@babel/types" "^7.27.3" |
88 | 88 | convert-source-map "^2.0.0"
|
89 | 89 | debug "^4.1.0"
|
90 | 90 | gensync "^1.0.0-beta.2"
|
|
111 | 111 | "@jridgewell/trace-mapping" "^0.3.25"
|
112 | 112 | jsesc "^3.0.2"
|
113 | 113 |
|
| 114 | +"@babel/generator@^7.27.3": |
| 115 | + version "7.27.3" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 117 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 118 | + dependencies: |
| 119 | + "@babel/parser" "^7.27.3" |
| 120 | + "@babel/types" "^7.27.3" |
| 121 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 122 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 123 | + jsesc "^3.0.2" |
| 124 | + |
114 | 125 | "@babel/helper-annotate-as-pure@^7.18.6":
|
115 | 126 | version "7.18.6"
|
116 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
235 | 246 | "@babel/helper-validator-identifier" "^7.27.1"
|
236 | 247 | "@babel/traverse" "^7.27.1"
|
237 | 248 |
|
| 249 | +"@babel/helper-module-transforms@^7.27.3": |
| 250 | + version "7.27.3" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 252 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 253 | + dependencies: |
| 254 | + "@babel/helper-module-imports" "^7.27.1" |
| 255 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 256 | + "@babel/traverse" "^7.27.3" |
| 257 | + |
238 | 258 | "@babel/helper-optimise-call-expression@^7.27.1":
|
239 | 259 | version "7.27.1"
|
240 | 260 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
337 | 357 | "@babel/traverse" "^7.27.1"
|
338 | 358 | "@babel/types" "^7.27.1"
|
339 | 359 |
|
340 |
| -"@babel/helpers@^7.27.1": |
341 |
| - version "7.27.1" |
342 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
343 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 360 | +"@babel/helpers@^7.27.3": |
| 361 | + version "7.27.3" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 363 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
344 | 364 | dependencies:
|
345 |
| - "@babel/template" "^7.27.1" |
346 |
| - "@babel/types" "^7.27.1" |
| 365 | + "@babel/template" "^7.27.2" |
| 366 | + "@babel/types" "^7.27.3" |
347 | 367 |
|
348 | 368 | "@babel/highlight@^7.16.0":
|
349 | 369 | version "7.16.0"
|
|
375 | 395 | dependencies:
|
376 | 396 | "@babel/types" "^7.27.1"
|
377 | 397 |
|
| 398 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 399 | + version "7.27.3" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 401 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 402 | + dependencies: |
| 403 | + "@babel/types" "^7.27.3" |
| 404 | + |
378 | 405 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
379 | 406 | version "7.27.1"
|
380 | 407 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
921 | 948 | "@babel/parser" "^7.27.1"
|
922 | 949 | "@babel/types" "^7.27.1"
|
923 | 950 |
|
| 951 | +"@babel/template@^7.27.2": |
| 952 | + version "7.27.2" |
| 953 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 954 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 955 | + dependencies: |
| 956 | + "@babel/code-frame" "^7.27.1" |
| 957 | + "@babel/parser" "^7.27.2" |
| 958 | + "@babel/types" "^7.27.1" |
| 959 | + |
924 | 960 | "@babel/traverse@^7.27.1":
|
925 | 961 | version "7.27.1"
|
926 | 962 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
934 | 970 | debug "^4.3.1"
|
935 | 971 | globals "^11.1.0"
|
936 | 972 |
|
| 973 | +"@babel/traverse@^7.27.3": |
| 974 | + version "7.27.3" |
| 975 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 976 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 977 | + dependencies: |
| 978 | + "@babel/code-frame" "^7.27.1" |
| 979 | + "@babel/generator" "^7.27.3" |
| 980 | + "@babel/parser" "^7.27.3" |
| 981 | + "@babel/template" "^7.27.2" |
| 982 | + "@babel/types" "^7.27.3" |
| 983 | + debug "^4.3.1" |
| 984 | + globals "^11.1.0" |
| 985 | + |
937 | 986 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
938 | 987 | version "7.16.0"
|
939 | 988 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
958 | 1007 | "@babel/helper-string-parser" "^7.27.1"
|
959 | 1008 | "@babel/helper-validator-identifier" "^7.27.1"
|
960 | 1009 |
|
| 1010 | +"@babel/types@^7.27.3": |
| 1011 | + version "7.27.3" |
| 1012 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1013 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1014 | + dependencies: |
| 1015 | + "@babel/helper-string-parser" "^7.27.1" |
| 1016 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1017 | + |
961 | 1018 | "@bcoe/v8-coverage@^1.0.1":
|
962 | 1019 | version "1.0.1"
|
963 | 1020 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments