Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit e3f6248

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.3.2 (sequelize#14533)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 18d4cbf commit e3f6248

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"delay": "5.0.0",
7979
"esbuild": "0.14.39",
8080
"eslint": "8.16.0",
81-
"eslint-plugin-jsdoc": "39.3.0",
81+
"eslint-plugin-jsdoc": "39.3.2",
8282
"eslint-plugin-mocha": "10.0.4",
8383
"expect-type": "0.13.0",
8484
"fast-glob": "3.2.11",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@
606606
eslint-plugin-small-import "^1.0.0"
607607
eslint-plugin-unicorn "^41.0.0"
608608

609-
"@es-joy/jsdoccomment@~0.30.0":
610-
version "0.30.0"
611-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.30.0.tgz#12e3e220ee8e1a4b48c6db30c4a77fce0bd21d34"
612-
integrity sha512-U30cjaHCjdUqtbMgChJl80BP25GSRWg0/1R3UdB2ksitAo2oDYdRMrvzwuM21jcsFbEcLNAqwQGTCg+5CVbSIA==
609+
"@es-joy/jsdoccomment@~0.31.0":
610+
version "0.31.0"
611+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
612+
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
613613
dependencies:
614614
comment-parser "1.3.1"
615615
esquery "^1.4.0"
@@ -3179,12 +3179,12 @@ eslint-plugin-jest@^26.1.1:
31793179
dependencies:
31803180
"@typescript-eslint/utils" "^5.10.0"
31813181

3182-
3183-
version "39.3.0"
3184-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.0.tgz#7318ac217a44401fc42fda1a051a6b7cd010a18a"
3185-
integrity sha512-zEdkpezjIhG7gq4MbwLBKaD3cWsJkT7uTAJcIbLohQWR7OVwhPOBLPqpftBt8uzy0ZL+3jlbiaSXik4+VmN6JQ==
3182+
3183+
version "39.3.2"
3184+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz#b9c3becdbd860a75b8bd07bd04a0eaaad7c79403"
3185+
integrity sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==
31863186
dependencies:
3187-
"@es-joy/jsdoccomment" "~0.30.0"
3187+
"@es-joy/jsdoccomment" "~0.31.0"
31883188
comment-parser "1.3.1"
31893189
debug "^4.3.4"
31903190
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)