|
18 | 18 | "@babel/highlight" "^7.25.9" |
19 | 19 | picocolors "^1.0.0" |
20 | 20 |
|
| 21 | +"@babel/code-frame@^7.26.2": |
| 22 | + version "7.26.2" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 24 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 25 | + dependencies: |
| 26 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 27 | + js-tokens "^4.0.0" |
| 28 | + picocolors "^1.0.0" |
| 29 | + |
21 | 30 | "@babel/compat-data@^7.25.9": |
22 | 31 | version "7.25.9" |
23 | 32 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8" |
|
164 | 173 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
165 | 174 |
|
166 | 175 | "@babel/helpers@^7.25.9": |
167 | | - version "7.25.9" |
168 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
169 | | - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 176 | + version "7.27.0" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 178 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
170 | 179 | dependencies: |
171 | | - "@babel/template" "^7.25.9" |
172 | | - "@babel/types" "^7.25.9" |
| 180 | + "@babel/template" "^7.27.0" |
| 181 | + "@babel/types" "^7.27.0" |
173 | 182 |
|
174 | 183 | "@babel/highlight@^7.25.9": |
175 | 184 | version "7.25.9" |
|
188 | 197 | dependencies: |
189 | 198 | "@babel/types" "^7.25.9" |
190 | 199 |
|
| 200 | +"@babel/parser@^7.27.0": |
| 201 | + version "7.27.0" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 203 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.27.0" |
| 206 | + |
191 | 207 | "@babel/plugin-syntax-async-generators@^7.8.4": |
192 | 208 | version "7.8.4" |
193 | 209 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
368 | 384 | "@babel/parser" "^7.25.9" |
369 | 385 | "@babel/types" "^7.25.9" |
370 | 386 |
|
| 387 | +"@babel/template@^7.27.0": |
| 388 | + version "7.27.0" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 390 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 391 | + dependencies: |
| 392 | + "@babel/code-frame" "^7.26.2" |
| 393 | + "@babel/parser" "^7.27.0" |
| 394 | + "@babel/types" "^7.27.0" |
| 395 | + |
371 | 396 | "@babel/traverse@^7.25.9": |
372 | 397 | version "7.25.9" |
373 | 398 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
|
389 | 414 | "@babel/helper-string-parser" "^7.25.9" |
390 | 415 | "@babel/helper-validator-identifier" "^7.25.9" |
391 | 416 |
|
| 417 | +"@babel/types@^7.27.0": |
| 418 | + version "7.27.0" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 420 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 421 | + dependencies: |
| 422 | + "@babel/helper-string-parser" "^7.25.9" |
| 423 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 424 | + |
392 | 425 | "@bcoe/v8-coverage@^0.2.3": |
393 | 426 | version "0.2.3" |
394 | 427 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments