|
83 | 83 | dependencies: |
84 | 84 | "@cspotcode/source-map-consumer" "0.8.0" |
85 | 85 |
|
86 | | -"@es-joy/jsdoccomment@0.10.8": |
87 | | - version "0.10.8" |
88 | | - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz#b3152887e25246410ed4ea569a55926ec13b2b05" |
89 | | - integrity sha512-3P1JiGL4xaR9PoTKUHa2N/LKwa2/eUdRqGwijMWWgBqbFEqJUVpmaOi2TcjcemrsRMgFLBzQCK4ToPhrSVDiFQ== |
| 86 | +"@es-joy/jsdoccomment@~0.17.0": |
| 87 | + version "0.17.0" |
| 88 | + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.17.0.tgz#e6dcfeefdd070b317d572ec38e791b9602f506f2" |
| 89 | + integrity sha512-B8DIIWE194KyQFPojUs+THa2XX+1vulwTBjirw6GqcxjtNE60Rreex26svBnV9SNLTuz92ctZx5XQE1H7yOxgA== |
90 | 90 | dependencies: |
91 | | - comment-parser "1.2.4" |
| 91 | + comment-parser "1.3.0" |
92 | 92 | esquery "^1.4.0" |
93 | | - jsdoc-type-pratt-parser "1.1.1" |
| 93 | + jsdoc-type-pratt-parser "~2.2.1" |
94 | 94 |
|
95 | 95 | "@eslint/eslintrc@^1.0.5": |
96 | 96 | version "1.0.5" |
|
480 | 480 | lodash "^4.17.4" |
481 | 481 | read-pkg-up "^7.0.0" |
482 | 482 |
|
483 | | -"@softwareventures/eslint-config@4.3.4": |
484 | | - version "4.3.4" |
485 | | - resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-4.3.4.tgz#d41efe548b198c7afcde689e8ab51a99f6115a1e" |
486 | | - integrity sha512-73EoEQoqZCzgXRhvh6MLpuLnmaGL1Urs1JyzS/FWHPn1kY8MuIhmxwCli5BXNFJSdlCn1QhI8zukbfBKArEPgA== |
| 483 | +"@softwareventures/eslint-config@4.3.5": |
| 484 | + version "4.3.5" |
| 485 | + resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-4.3.5.tgz#d56055664f4fddde1f01455728c1555b3e8da3fd" |
| 486 | + integrity sha512-Y23N8bhiVgzWXSvafHOfqVXTOPb9Y61K0nIjbhsu7RuGYQuQW69L3r2ryOhGDyGngd+MKh4PAi0grAVph9LaJA== |
487 | 487 | dependencies: |
488 | 488 | "@typescript-eslint/eslint-plugin" "^4.21.0 || ^5.0.0" |
489 | 489 | "@typescript-eslint/parser" "^4.0.0 || ^5.0.0" |
490 | 490 | eslint-config-prettier "^8.3.0" |
491 | 491 | eslint-plugin-import "^2.20.2" |
492 | | - eslint-plugin-jsdoc "^36.0.0" |
| 492 | + eslint-plugin-jsdoc "^36.0.0 || ^37.0.0" |
493 | 493 | eslint-plugin-prefer-arrow "^1.2.1" |
494 | 494 | eslint-plugin-sonarjs "^0.10.0 || ^0.11.0" |
495 | 495 | tslib "^2.0.0" |
@@ -1542,10 +1542,10 @@ commander@^2.20.0: |
1542 | 1542 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" |
1543 | 1543 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== |
1544 | 1544 |
|
1545 | | -comment-parser@1.2.4: |
1546 | | - version "1.2.4" |
1547 | | - resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.4.tgz#489f3ee55dfd184a6e4bffb31baba284453cb760" |
1548 | | - integrity sha512-pm0b+qv+CkWNriSTMsfnjChF9kH0kxz55y44Wo5le9qLxMj5xDQAaEd9ZN1ovSuk9CsrncWaFwgpOMg7ClJwkw== |
| 1545 | +comment-parser@1.3.0: |
| 1546 | + version "1.3.0" |
| 1547 | + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.0.tgz#68beb7dbe0849295309b376406730cd16c719c44" |
| 1548 | + integrity sha512-hRpmWIKgzd81vn0ydoWoyPoALEOnF4wt8yKD35Ib1D6XC2siLiYaiqfGkYrunuKdsXGwpBpHU3+9r+RVw2NZfA== |
1549 | 1549 |
|
1550 | 1550 | commitizen@^4.0.3: |
1551 | 1551 | version "4.2.4" |
@@ -2109,17 +2109,16 @@ eslint-plugin-import@^2.20.2: |
2109 | 2109 | resolve "^1.20.0" |
2110 | 2110 | tsconfig-paths "^3.12.0" |
2111 | 2111 |
|
2112 | | -eslint-plugin-jsdoc@^36.0.0: |
2113 | | - version "36.1.1" |
2114 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.1.1.tgz#124cd0e53a5d07f01ebde916a96dd1a6009625d6" |
2115 | | - integrity sha512-nuLDvH1EJaKx0PCa9oeQIxH6pACIhZd1gkalTUxZbaxxwokjs7TplqY0Q8Ew3CoZaf5aowm0g/Z3JGHCatt+gQ== |
| 2112 | +"eslint-plugin-jsdoc@^36.0.0 || ^37.0.0": |
| 2113 | + version "37.6.3" |
| 2114 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.6.3.tgz#d80e831af3de928274df913c5c9e5a3d7b0889d1" |
| 2115 | + integrity sha512-Ysd1ZK4kL7DjjRJtWzb6Z7YANu7ndalu5PQBhOn07SlpKQ/+8JXvdtQ6yyADOO8w9xW5ZEEzuGY3KWhtk4CRYA== |
2116 | 2116 | dependencies: |
2117 | | - "@es-joy/jsdoccomment" "0.10.8" |
2118 | | - comment-parser "1.2.4" |
2119 | | - debug "^4.3.2" |
| 2117 | + "@es-joy/jsdoccomment" "~0.17.0" |
| 2118 | + comment-parser "1.3.0" |
| 2119 | + debug "^4.3.3" |
| 2120 | + escape-string-regexp "^4.0.0" |
2120 | 2121 | esquery "^1.4.0" |
2121 | | - jsdoc-type-pratt-parser "^1.1.1" |
2122 | | - lodash "^4.17.21" |
2123 | 2122 | regextras "^0.8.0" |
2124 | 2123 | semver "^7.3.5" |
2125 | 2124 | spdx-expression-parse "^3.0.1" |
@@ -3274,15 +3273,10 @@ jsbn@~0.1.0: |
3274 | 3273 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" |
3275 | 3274 | integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= |
3276 | 3275 |
|
3277 | | -jsdoc-type-pratt-parser@1.1.1: |
3278 | | - version "1.1.1" |
3279 | | - resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz#10fe5e409ba38de22a48b555598955a26ff0160f" |
3280 | | - integrity sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g== |
3281 | | - |
3282 | | -jsdoc-type-pratt-parser@^1.1.1: |
3283 | | - version "1.2.0" |
3284 | | - resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.2.0.tgz#3482a3833b74a88c95a6ba7253f0c0de3b77b9f5" |
3285 | | - integrity sha512-4STjeF14jp4bqha44nKMY1OUI6d2/g6uclHWUCZ7B4DoLzaB5bmpTkQrpqU+vSVzMD0LsKAOskcnI3I3VfIpmg== |
| 3276 | +jsdoc-type-pratt-parser@~2.2.1: |
| 3277 | + version "2.2.2" |
| 3278 | + resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.2.tgz#a85e407ac502b444dc23333aa4d6d0dc83f76187" |
| 3279 | + integrity sha512-zRokSWcPLSWkoNzsWn9pq7YYSwDhKyEe+cJYT2qaPqLOOJb5sFSi46BPj81vP+e8chvCNdQL9RG86Bi9EI6MDw== |
3286 | 3280 |
|
3287 | 3281 | json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: |
3288 | 3282 | version "1.0.2" |
|
0 commit comments