|
557 | 557 | dependencies: |
558 | 558 | "@jridgewell/trace-mapping" "0.3.9" |
559 | 559 |
|
560 | | -"@es-joy/jsdoccomment@~0.42.0": |
561 | | - version "0.42.0" |
562 | | - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.42.0.tgz#59e878708336aaee88c2b34c894f73dbf77ae2b0" |
563 | | - integrity sha512-R1w57YlVA6+YE01wch3GPYn6bCsrOV3YW/5oGGE2tmX6JcL9Nr+b5IikrjMPF+v9CV3ay+obImEdsDhovhJrzw== |
| 560 | +"@es-joy/jsdoccomment@~0.43.0": |
| 561 | + version "0.43.0" |
| 562 | + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.43.0.tgz#35c295cadd0a939d1a3a6cd1548f66ec76d38870" |
| 563 | + integrity sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ== |
564 | 564 | dependencies: |
| 565 | + "@types/eslint" "^8.56.5" |
| 566 | + "@types/estree" "^1.0.5" |
| 567 | + "@typescript-eslint/types" "^7.2.0" |
565 | 568 | comment-parser "1.4.1" |
566 | 569 | esquery "^1.5.0" |
567 | 570 | jsdoc-type-pratt-parser "~4.0.0" |
|
1829 | 1832 | "@types/eslint" "*" |
1830 | 1833 | "@types/estree" "*" |
1831 | 1834 |
|
1832 | | -"@types/eslint@*": |
| 1835 | +"@types/eslint@*", "@types/eslint@^8.56.5": |
1833 | 1836 | version "8.56.10" |
1834 | 1837 | resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d" |
1835 | 1838 | integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ== |
|
2169 | 2172 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d" |
2170 | 2173 | integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw== |
2171 | 2174 |
|
| 2175 | +"@typescript-eslint/types@^7.2.0": |
| 2176 | + version "7.9.0" |
| 2177 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec" |
| 2178 | + integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w== |
| 2179 | + |
2172 | 2180 | "@typescript-eslint/typescript-estree@7.2.0": |
2173 | 2181 | version "7.2.0" |
2174 | 2182 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556" |
@@ -4433,12 +4441,12 @@ eslint-plugin-import@^2.28.1, eslint-plugin-import@^2.29.1: |
4433 | 4441 | semver "^6.3.1" |
4434 | 4442 | tsconfig-paths "^3.15.0" |
4435 | 4443 |
|
4436 | | -eslint-plugin-jsdoc@^48.2.3: |
4437 | | - version "48.2.3" |
4438 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz#0188d17c7a4aa7185416556589e71a954b343ecd" |
4439 | | - integrity sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA== |
| 4444 | +eslint-plugin-jsdoc@^48.2.4: |
| 4445 | + version "48.2.4" |
| 4446 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.4.tgz#0b6972faa9e5de89a08f1b0bcdc30e70a9cad736" |
| 4447 | + integrity sha512-3ebvVgCJFy06gpmuS2ynz13uh9iFSzZ1C1dDkgcSAqVVg82zlORKMk2fvjq708pAO6bwfs5YLttknFEbaoDiGw== |
4440 | 4448 | dependencies: |
4441 | | - "@es-joy/jsdoccomment" "~0.42.0" |
| 4449 | + "@es-joy/jsdoccomment" "~0.43.0" |
4442 | 4450 | are-docs-informative "^0.0.2" |
4443 | 4451 | comment-parser "1.4.1" |
4444 | 4452 | debug "^4.3.4" |
|
0 commit comments