|
166 | 166 | dependencies: |
167 | 167 | "@babel/highlight" "^7.22.5" |
168 | 168 |
|
| 169 | +"@babel/code-frame@^7.22.10": |
| 170 | + version "7.22.10" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" |
| 172 | + integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== |
| 173 | + dependencies: |
| 174 | + "@babel/highlight" "^7.22.10" |
| 175 | + chalk "^2.4.2" |
| 176 | + |
169 | 177 | "@babel/compat-data@^7.22.6": |
170 | 178 | version "7.22.6" |
171 | 179 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
|
352 | 360 | "@babel/traverse" "^7.22.6" |
353 | 361 | "@babel/types" "^7.22.5" |
354 | 362 |
|
| 363 | +"@babel/highlight@^7.22.10": |
| 364 | + version "7.22.10" |
| 365 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" |
| 366 | + integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ== |
| 367 | + dependencies: |
| 368 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 369 | + chalk "^2.4.2" |
| 370 | + js-tokens "^4.0.0" |
| 371 | + |
355 | 372 | "@babel/highlight@^7.22.5": |
356 | 373 | version "7.22.5" |
357 | 374 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031" |
@@ -2379,7 +2396,7 @@ ccount@^2.0.0: |
2379 | 2396 | resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5" |
2380 | 2397 | integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg== |
2381 | 2398 |
|
2382 | | -chalk@^2.0.0, chalk@^2.4.1: |
| 2399 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
2383 | 2400 | version "2.4.2" |
2384 | 2401 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
2385 | 2402 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
@@ -6065,14 +6082,14 @@ rimraf@^3.0.2: |
6065 | 6082 | dependencies: |
6066 | 6083 | glob "^7.1.3" |
6067 | 6084 |
|
6068 | | -rollup-plugin-dts@5.3.1: |
6069 | | - version "5.3.1" |
6070 | | - resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f" |
6071 | | - integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg== |
| 6085 | +rollup-plugin-dts@6.0.0: |
| 6086 | + version "6.0.0" |
| 6087 | + resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.0.0.tgz#c916072c20261c079344351bb5184f41e486a7b6" |
| 6088 | + integrity sha512-A996xSZDAqnx/KfFttzC8mDEuyMjsRpiLCrlGc8effhK8KhE3AG0g1woQiITgFc5HSE8HWU7ccR9CiQ3vXgUlQ== |
6072 | 6089 | dependencies: |
6073 | 6090 | magic-string "^0.30.2" |
6074 | 6091 | optionalDependencies: |
6075 | | - "@babel/code-frame" "^7.22.5" |
| 6092 | + "@babel/code-frame" "^7.22.10" |
6076 | 6093 |
|
6077 | 6094 | |
6078 | 6095 | version "3.28.0" |
|
0 commit comments