Skip to content

Commit 686d4e3

Browse files
committed
Update dependency eslint-plugin-jsdoc to v39.3.2
1 parent 4868dfd commit 686d4e3

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
@@ -30,7 +30,7 @@
3030
"eslint-config-next": "12.1.6",
3131
"eslint-config-standard": "16.0.3",
3232
"eslint-import-resolver-typescript": "2.7.1",
33-
"eslint-plugin-jsdoc": "39.2.3",
33+
"eslint-plugin-jsdoc": "39.3.2",
3434
"eslint-plugin-node": "11.1.0",
3535
"eslint-plugin-promise": "6.0.0",
3636
"eslint-plugin-simple-import-sort": "7.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,14 @@
292292
"@babel/helper-validator-identifier" "^7.16.7"
293293
to-fast-properties "^2.0.0"
294294

295-
"@es-joy/jsdoccomment@~0.25.0":
296-
version "0.25.0"
297-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz#c4535dc31880302cb3564eb6bb147c077b386177"
298-
integrity sha512-qK+cS+ikkF1D86uUGDDprgmBAd7cjr6xftCXsA+0WbT+nlrzo5sAqnkL15GuIaJtZ57O/oDXLSem+wcmFEyxug==
295+
"@es-joy/jsdoccomment@~0.31.0":
296+
version "0.31.0"
297+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
298+
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
299299
dependencies:
300300
comment-parser "1.3.1"
301301
esquery "^1.4.0"
302-
jsdoc-type-pratt-parser "~2.2.5"
302+
jsdoc-type-pratt-parser "~3.1.0"
303303

304304
"@eslint/eslintrc@^1.2.1":
305305
version "1.2.1"
@@ -1137,12 +1137,12 @@ eslint-plugin-import@^2.26.0:
11371137
resolve "^1.22.0"
11381138
tsconfig-paths "^3.14.1"
11391139

1140-
eslint-plugin-jsdoc@39.2.3:
1141-
version "39.2.3"
1142-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.3.tgz#9b2ccc379f78209241bf5989b4e693c17b81bb69"
1143-
integrity sha512-kYB0Sxq51cfZGVkKoI9wjhR/01/z/IUwhfHd7DzP3dKT/GGk2heBGwYyxE8kaptTDXQRpS99H/h4SW3Rj8faCA==
1140+
eslint-plugin-jsdoc@39.3.2:
1141+
version "39.3.2"
1142+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz#b9c3becdbd860a75b8bd07bd04a0eaaad7c79403"
1143+
integrity sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==
11441144
dependencies:
1145-
"@es-joy/jsdoccomment" "~0.25.0"
1145+
"@es-joy/jsdoccomment" "~0.31.0"
11461146
comment-parser "1.3.1"
11471147
debug "^4.3.4"
11481148
escape-string-regexp "^4.0.0"
@@ -1727,10 +1727,10 @@ js-yaml@^4.1.0:
17271727
dependencies:
17281728
argparse "^2.0.1"
17291729

1730-
jsdoc-type-pratt-parser@~2.2.5:
1731-
version "2.2.5"
1732-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.5.tgz#c9f93afac7ee4b5ed4432fe3f09f7d36b05ed0ff"
1733-
integrity sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw==
1730+
jsdoc-type-pratt-parser@~3.1.0:
1731+
version "3.1.0"
1732+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e"
1733+
integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==
17341734

17351735
jsesc@^2.5.1:
17361736
version "2.5.2"

0 commit comments

Comments
 (0)