|
27 | 27 | dependencies:
|
28 | 28 | "@babel/highlight" "^7.22.5"
|
29 | 29 |
|
| 30 | +"@babel/code-frame@^7.22.10": |
| 31 | + version "7.22.10" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" |
| 33 | + integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== |
| 34 | + dependencies: |
| 35 | + "@babel/highlight" "^7.22.10" |
| 36 | + chalk "^2.4.2" |
| 37 | + |
30 | 38 | "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
31 | 39 | version "7.22.9"
|
32 | 40 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
|
263 | 271 | "@babel/traverse" "^7.22.6"
|
264 | 272 | "@babel/types" "^7.22.5"
|
265 | 273 |
|
| 274 | +"@babel/highlight@^7.22.10": |
| 275 | + version "7.22.10" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" |
| 277 | + integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ== |
| 278 | + dependencies: |
| 279 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 280 | + chalk "^2.4.2" |
| 281 | + js-tokens "^4.0.0" |
| 282 | + |
266 | 283 | "@babel/highlight@^7.22.5":
|
267 | 284 | version "7.22.5"
|
268 | 285 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
2289 | 2306 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
2290 | 2307 | integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
2291 | 2308 |
|
2292 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 2309 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
2293 | 2310 | version "2.4.2"
|
2294 | 2311 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
2295 | 2312 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -4707,14 +4724,14 @@ rimraf@^3.0.2:
|
4707 | 4724 | dependencies:
|
4708 | 4725 | glob "^7.1.3"
|
4709 | 4726 |
|
4710 |
| -rollup-plugin-dts@5.3.1: |
4711 |
| - version "5.3.1" |
4712 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f" |
4713 |
| - integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg== |
| 4727 | +rollup-plugin-dts@6.0.0: |
| 4728 | + version "6.0.0" |
| 4729 | + resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.0.0.tgz#c916072c20261c079344351bb5184f41e486a7b6" |
| 4730 | + integrity sha512-A996xSZDAqnx/KfFttzC8mDEuyMjsRpiLCrlGc8effhK8KhE3AG0g1woQiITgFc5HSE8HWU7ccR9CiQ3vXgUlQ== |
4714 | 4731 | dependencies:
|
4715 | 4732 | magic-string "^0.30.2"
|
4716 | 4733 | optionalDependencies:
|
4717 |
| - "@babel/code-frame" "^7.22.5" |
| 4734 | + "@babel/code-frame" "^7.22.10" |
4718 | 4735 |
|
4719 | 4736 |
|
4720 | 4737 | version "3.28.0"
|
|
0 commit comments