Skip to content

Commit 0be3584

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.6.4 (#368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5687ee6 commit 0be3584

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
@@ -57,7 +57,7 @@
5757
"eslint-plugin-eslint-comments": "3.2.0",
5858
"eslint-plugin-import": "2.26.0",
5959
"eslint-plugin-jest": "26.9.0",
60-
"eslint-plugin-jsdoc": "39.6.2",
60+
"eslint-plugin-jsdoc": "39.6.4",
6161
"eslint-plugin-prettier": "4.2.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.7.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@
318318
dependencies:
319319
"@jridgewell/trace-mapping" "0.3.9"
320320

321-
"@es-joy/jsdoccomment@~0.36.0":
322-
version "0.36.0"
323-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.0.tgz#e3898aad334281a10ceb3c0ec406297a79f2b043"
324-
integrity sha512-u0XZyvUF6Urb2cSivSXA8qXIpT/CxkHcdtZKoWusAzgzmsTWpg0F2FpWXsolHmMUyVY3dLWaoy+0ccJ5uf2QjA==
321+
"@es-joy/jsdoccomment@~0.36.1":
322+
version "0.36.1"
323+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
324+
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
325325
dependencies:
326326
comment-parser "1.3.1"
327327
esquery "^1.4.0"
@@ -2544,12 +2544,12 @@ [email protected]:
25442544
dependencies:
25452545
"@typescript-eslint/utils" "^5.10.0"
25462546

2547-
2548-
version "39.6.2"
2549-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.2.tgz#dcc86cec7cce47aa1a646e38debd5bdf76f63742"
2550-
integrity sha512-dvgY/W7eUFoAIIiaWHERIMI61ZWqcz9YFjEeyTzdPlrZc3TY/3aZm5aB91NUoTLWYZmO/vFlYSuQi15tF7uE5A==
2547+
2548+
version "39.6.4"
2549+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz#b940aebd3eea26884a0d341785d2dc3aba6a38a7"
2550+
integrity sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==
25512551
dependencies:
2552-
"@es-joy/jsdoccomment" "~0.36.0"
2552+
"@es-joy/jsdoccomment" "~0.36.1"
25532553
comment-parser "1.3.1"
25542554
debug "^4.3.4"
25552555
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)