Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit 53ffbe0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-jsdoc to v33.1.0
1 parent 0445904 commit 53ffbe0

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint": "7.25.0",
5757
"eslint-config-prettier": "7.2.0",
5858
"eslint-plugin-import": "2.22.1",
59-
"eslint-plugin-jsdoc": "33.0.0",
59+
"eslint-plugin-jsdoc": "33.1.0",
6060
"eslint-plugin-prefer-arrow": "1.2.3",
6161
"eslint-plugin-prettier": "3.4.0",
6262
"jest": "26.6.3",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,14 @@
286286
exec-sh "^0.3.2"
287287
minimist "^1.2.0"
288288

289-
"@es-joy/jsdoccomment@^0.1.1":
290-
version "0.1.1"
291-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.1.1.tgz#23c54b8803cd10a2455385a5b2d7c27d6b55c36d"
292-
integrity sha512-6lIx5Pjc50D7VJU9lfRZ1twfIrIwQk+aeT9Ink2C07IUu/y9pxkIpDqmhY/VN3jAW42dA5z6ioOdyhOZZU1isw==
289+
"@es-joy/jsdoccomment@^0.4.3":
290+
version "0.4.3"
291+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.4.3.tgz#c66b42aa66d2e0718f77fccc8d9061cf0b1092ac"
292+
integrity sha512-t0JWZfQiG+Qkr6+tl05dlGcgE/MMPqs7QfNlFkTsbpcCu2Zfukcan/fIiHKTc0iOs4Yh3cnfklMayJnlmKaOwQ==
293+
dependencies:
294+
comment-parser "^1.1.5"
295+
esquery "^1.4.0"
296+
jsdoctypeparser "^9.0.0"
293297

294298
"@eslint/eslintrc@^0.4.0":
295299
version "0.4.0"
@@ -1204,7 +1208,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
12041208
dependencies:
12051209
delayed-stream "~1.0.0"
12061210

1207-
comment-parser@1.1.5:
1211+
comment-parser@1.1.5, comment-parser@^1.1.5:
12081212
version "1.1.5"
12091213
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.5.tgz#453627ef8f67dbcec44e79a9bd5baa37f0bce9b2"
12101214
integrity sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==
@@ -1534,14 +1538,15 @@ eslint-plugin-import@2.22.1:
15341538
resolve "^1.17.0"
15351539
tsconfig-paths "^3.9.0"
15361540

1537-
eslint-plugin-jsdoc@33.0.0:
1538-
version "33.0.0"
1539-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.0.0.tgz#0aefe92706176b8c02c5a8ae721bf3b4705936a5"
1540-
integrity sha512-bkopnnuDdT04abKWPfDdD6XcAp2yX6UDpDViyvIdYmxbZYbpHXCRzQzLqCTo+SzWSTS0KFWz/V3shmmMr+x4EA==
1541+
eslint-plugin-jsdoc@33.1.0:
1542+
version "33.1.0"
1543+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.1.0.tgz#9aa52d0eb0126ea42528aa352265007dce320565"
1544+
integrity sha512-nyH1qAj5f4uDnDpg4aiAS65wJSfxfBDf0lIgNfxtew31z3VRaM8WsVmpe4UhI2u27oOD/ChRuye6KAzzuHn6Jw==
15411545
dependencies:
1542-
"@es-joy/jsdoccomment" "^0.1.1"
1546+
"@es-joy/jsdoccomment" "^0.4.3"
15431547
comment-parser "1.1.5"
15441548
debug "^4.3.1"
1549+
esquery "^1.4.0"
15451550
jsdoctypeparser "^9.0.0"
15461551
lodash "^4.17.21"
15471552
regextras "^0.7.1"

0 commit comments

Comments
 (0)