Skip to content

Commit 8312734

Browse files
fix(deps): update dependency eslint-plugin-jsdoc to v30 (#132)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9143949 commit 8312734

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.36",
4343
"eslint-plugin-import": "^2.22.0",
44-
"eslint-plugin-jsdoc": "^29.2.0",
44+
"eslint-plugin-jsdoc": "^30.2.1",
4545
"eslint-plugin-react": "^7.20.5",
4646
"eslint-plugin-react-hooks": "^4.0.8",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.28",

yarn.lock

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

1703-
eslint-plugin-jsdoc@^29.2.0:
1704-
version "29.2.0"
1705-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-29.2.0.tgz#40b1da463847750fe5aafea7182145c4108e0ab7"
1706-
integrity sha512-B1a8LWPkkxyxIp4y3pnRQR18j03Wp+V9gDE7IjQG/MvWAzp5gqXM0q71gXRAZMvWUjujAsNg8B9v1csl+/zkvw==
1703+
eslint-plugin-jsdoc@^30.2.1:
1704+
version "30.2.1"
1705+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.2.1.tgz#6cac1a70ec239b4672888193d8a4e084a7e2d7bf"
1706+
integrity sha512-9Nx+BKMBoCTDRIbVpMV4MYfw+lvfnfsWTWYX9vwRRZrkXBpZkKtE3dsFcG6MhF7N/vW1cwpjEnoAIAtn0+a6gw==
17071707
dependencies:
17081708
comment-parser "^0.7.5"
17091709
debug "^4.1.1"
1710-
jsdoctypeparser "^8.0.0"
1711-
lodash "^4.17.15"
1710+
jsdoctypeparser "^9.0.0"
1711+
lodash "^4.17.19"
17121712
regextras "^0.7.1"
17131713
semver "^7.3.2"
17141714
spdx-expression-parse "^3.0.1"
@@ -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@^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==
2718+
jsdoctypeparser@^9.0.0:
2719+
version "9.0.0"
2720+
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz#8c97e2fb69315eb274b0f01377eaa5c940bd7b26"
2721+
integrity sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==
27222722

27232723
jsesc@^2.5.1:
27242724
version "2.5.2"
@@ -3106,10 +3106,10 @@ lodash.zip@^4.2.0:
31063106
resolved "https://registry.npmjs.org/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
31073107
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
31083108

3109-
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1:
3110-
version "4.17.15"
3111-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3112-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
3109+
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.2.1:
3110+
version "4.17.19"
3111+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
3112+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
31133113

31143114
loose-envify@^1.4.0:
31153115
version "1.4.0"

0 commit comments

Comments
 (0)