Skip to content

Commit e0193f0

Browse files
fix(deps): update dependency eslint-plugin-jsdoc to v29 (#116)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 7883d2b commit e0193f0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.34",
4343
"eslint-plugin-import": "^2.22.0",
44-
"eslint-plugin-jsdoc": "^28.6.1",
44+
"eslint-plugin-jsdoc": "^29.1.2",
4545
"eslint-plugin-react": "^7.20.3",
4646
"eslint-plugin-react-hooks": "^4.0.6",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.27",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,14 +1700,14 @@ eslint-plugin-import@^2.22.0:
17001700
resolve "^1.17.0"
17011701
tsconfig-paths "^3.9.0"
17021702

1703-
eslint-plugin-jsdoc@^28.6.1:
1704-
version "28.6.1"
1705-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-28.6.1.tgz#c9e9da59d0d3cef4fb45ffb91c0acde43af4e418"
1706-
integrity sha512-Z3y7hcNPDuhL339D1KOf9SY8pMAxYxhaG4QLtu3KVn20k/hNF1u6WQv44wvuSCb6OfPJ4say37RUlSNqIjR+mw==
1703+
eslint-plugin-jsdoc@^29.1.2:
1704+
version "29.1.2"
1705+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-29.1.2.tgz#542beba99946cb8d184e5261ebc632b24673f825"
1706+
integrity sha512-s1uJcPcjZQ4Z5i98T3zWkp/gzJ9AtHGXXg0zxd0wCnFzX8RQU6awdUokUlBFMoWZJZxdCAXDtEIQBRfr/Lrsjw==
17071707
dependencies:
17081708
comment-parser "^0.7.5"
17091709
debug "^4.1.1"
1710-
jsdoctypeparser "^7.0.0"
1710+
jsdoctypeparser "^8.0.0"
17111711
lodash "^4.17.15"
17121712
regextras "^0.7.1"
17131713
semver "^7.3.2"
@@ -2715,10 +2715,10 @@ jsbn@~0.1.0:
27152715
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
27162716
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
27172717

2718-
jsdoctypeparser@^7.0.0:
2719-
version "7.0.0"
2720-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-7.0.0.tgz#957192fbcb8c574240092cca4635383a6ed706eb"
2721-
integrity sha512-6vWPn5qSy+MbgCVjXsQKVkRywhs+IxFU7Chw72DKsWoGueYp6QX8eTc55+EA0yPGYfhmglb1gfi283asXirfGQ==
2718+
jsdoctypeparser@^8.0.0:
2719+
version "8.0.0"
2720+
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-8.0.0.tgz#a04a944539d3f86e30040c1ece6f6730f865f81a"
2721+
integrity sha512-eLCs6s4JqN8TjFJfgdiLHRvogLhOAJz+5RIA2FtoMe6ZDyuvghvppnlIToqAEnVbxRqLMrfnNXpW8FpmR6IMBw==
27222722

27232723
jsesc@^2.5.1:
27242724
version "2.5.2"

0 commit comments

Comments
 (0)