|
318 | 318 | dependencies: |
319 | 319 | "@jridgewell/trace-mapping" "0.3.9" |
320 | 320 |
|
321 | | -"@es-joy/jsdoccomment@~0.36.1": |
322 | | - version "0.36.1" |
323 | | - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f" |
324 | | - integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg== |
| 321 | +"@es-joy/jsdoccomment@~0.37.0": |
| 322 | + version "0.37.0" |
| 323 | + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.37.0.tgz#aaafb4bb6c88288aa7899aef0f3b1b851c36f908" |
| 324 | + integrity sha512-hjK0wnsPCYLlF+HHB4R/RbUjOWeLW2SlarB67+Do5WsKILOkmIZvvPJFbtWSmbypxcjpoECLAMzoao0D4Bg5ZQ== |
325 | 325 | dependencies: |
326 | 326 | comment-parser "1.3.1" |
327 | 327 | esquery "^1.4.0" |
328 | | - jsdoc-type-pratt-parser "~3.1.0" |
| 328 | + jsdoc-type-pratt-parser "~4.0.0" |
329 | 329 |
|
330 | 330 | "@eslint-community/eslint-utils@^4.2.0": |
331 | 331 | version "4.2.0" |
@@ -2556,16 +2556,16 @@ eslint-plugin-jest@26.9.0: |
2556 | 2556 | dependencies: |
2557 | 2557 | "@typescript-eslint/utils" "^5.10.0" |
2558 | 2558 |
|
2559 | | -eslint-plugin-jsdoc@39.9.1: |
2560 | | - version "39.9.1" |
2561 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2" |
2562 | | - integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw== |
| 2559 | +eslint-plugin-jsdoc@40.0.3: |
| 2560 | + version "40.0.3" |
| 2561 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.3.tgz#b4d88db43d7b038cad7eee5a78d2b46c5f5d5958" |
| 2562 | + integrity sha512-4QXkuo4yVFJWsZIvdgFMBs6ZWVGDBZGO06kcgM060/96G8+6Fr7JZWy+Wg0I1C0+qxxfpB+aIepdE29vYxX2kA== |
2563 | 2563 | dependencies: |
2564 | | - "@es-joy/jsdoccomment" "~0.36.1" |
| 2564 | + "@es-joy/jsdoccomment" "~0.37.0" |
2565 | 2565 | comment-parser "1.3.1" |
2566 | 2566 | debug "^4.3.4" |
2567 | 2567 | escape-string-regexp "^4.0.0" |
2568 | | - esquery "^1.4.0" |
| 2568 | + esquery "^1.5.0" |
2569 | 2569 | semver "^7.3.8" |
2570 | 2570 | spdx-expression-parse "^3.0.1" |
2571 | 2571 |
|
@@ -2688,6 +2688,13 @@ esquery@^1.4.2: |
2688 | 2688 | dependencies: |
2689 | 2689 | estraverse "^5.1.0" |
2690 | 2690 |
|
| 2691 | +esquery@^1.5.0: |
| 2692 | + version "1.5.0" |
| 2693 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
| 2694 | + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2695 | + dependencies: |
| 2696 | + estraverse "^5.1.0" |
| 2697 | + |
2691 | 2698 | esrecurse@^4.3.0: |
2692 | 2699 | version "4.3.0" |
2693 | 2700 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" |
@@ -3986,10 +3993,10 @@ js-yaml@^4.1.0: |
3986 | 3993 | dependencies: |
3987 | 3994 | argparse "^2.0.1" |
3988 | 3995 |
|
3989 | | -jsdoc-type-pratt-parser@~3.1.0: |
3990 | | - version "3.1.0" |
3991 | | - resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e" |
3992 | | - integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw== |
| 3996 | +jsdoc-type-pratt-parser@~4.0.0: |
| 3997 | + version "4.0.0" |
| 3998 | + resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114" |
| 3999 | + integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ== |
3993 | 4000 |
|
3994 | 4001 | jsdom@^16.6.0: |
3995 | 4002 | version "16.7.0" |
|
0 commit comments