Skip to content

Commit 7170e0e

Browse files
fix(deps): update dependency eslint-plugin-jsdoc to v28 (#113)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5d1804b commit 7170e0e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-ban": "^1.4.0",
4242
"eslint-plugin-etc": "^0.0.1-beta.25",
4343
"eslint-plugin-import": "^2.21.2",
44-
"eslint-plugin-jsdoc": "^26.0.1",
44+
"eslint-plugin-jsdoc": "^28.6.1",
4545
"eslint-plugin-react": "^7.20.0",
4646
"eslint-plugin-react-hooks": "^4.0.4",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.24",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ commander@~2.20.3:
10251025
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
10261026
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
10271027

1028-
comment-parser@^0.7.4:
1028+
comment-parser@^0.7.5:
10291029
version "0.7.5"
10301030
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.5.tgz#06db157a3b34addf8502393743e41897e2c73059"
10311031
integrity sha512-iH9YA35ccw94nx5244GVkpyC9eVTsL71jZz6iz5w6RIf79JLF2AsXHXq9p6Oaohyl3sx5qSMnGsWUDFIAfWL4w==
@@ -1611,17 +1611,17 @@ eslint-plugin-import@^2.21.2:
16111611
resolve "^1.17.0"
16121612
tsconfig-paths "^3.9.0"
16131613

1614-
eslint-plugin-jsdoc@^26.0.1:
1615-
version "26.0.1"
1616-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-26.0.1.tgz#738246f989f3e8ec15b70ac395087e6c115d2001"
1617-
integrity sha512-LUPDxvASHY89zBfzswuL5GGb0KsUf25O+p5muqPYCguHPEhFI7JMeXfwdtcusMF6DmwKHAYn3CVRmC2y6gc/TA==
1614+
eslint-plugin-jsdoc@^28.6.1:
1615+
version "28.6.1"
1616+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-28.6.1.tgz#c9e9da59d0d3cef4fb45ffb91c0acde43af4e418"
1617+
integrity sha512-Z3y7hcNPDuhL339D1KOf9SY8pMAxYxhaG4QLtu3KVn20k/hNF1u6WQv44wvuSCb6OfPJ4say37RUlSNqIjR+mw==
16181618
dependencies:
1619-
comment-parser "^0.7.4"
1619+
comment-parser "^0.7.5"
16201620
debug "^4.1.1"
1621-
jsdoctypeparser "^6.1.0"
1621+
jsdoctypeparser "^7.0.0"
16221622
lodash "^4.17.15"
16231623
regextras "^0.7.1"
1624-
semver "^6.3.0"
1624+
semver "^7.3.2"
16251625
spdx-expression-parse "^3.0.1"
16261626

16271627
eslint-plugin-react-hooks@^4.0.4:
@@ -2619,10 +2619,10 @@ jsbn@~0.1.0:
26192619
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
26202620
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
26212621

2622-
jsdoctypeparser@^6.1.0:
2623-
version "6.1.0"
2624-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-6.1.0.tgz#acfb936c26300d98f1405cb03e20b06748e512a8"
2625-
integrity sha512-UCQBZ3xCUBv/PLfwKAJhp6jmGOSLFNKzrotXGNgbKhWvz27wPsCsVeP7gIcHPElQw2agBmynAitXqhxR58XAmA==
2622+
jsdoctypeparser@^7.0.0:
2623+
version "7.0.0"
2624+
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-7.0.0.tgz#957192fbcb8c574240092cca4635383a6ed706eb"
2625+
integrity sha512-6vWPn5qSy+MbgCVjXsQKVkRywhs+IxFU7Chw72DKsWoGueYp6QX8eTc55+EA0yPGYfhmglb1gfi283asXirfGQ==
26262626

26272627
json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
26282628
version "1.0.2"

0 commit comments

Comments
 (0)