Skip to content

Commit cb9244b

Browse files
Update dependency eslint-plugin-jsdoc to v39.3.25
1 parent 3c142d6 commit cb9244b

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-next": "12.1.6",
3333
"eslint-config-standard": "17.0.0",
3434
"eslint-import-resolver-typescript": "2.7.1",
35-
"eslint-plugin-jsdoc": "39.3.3",
35+
"eslint-plugin-jsdoc": "39.3.25",
3636
"eslint-plugin-n": "^15.2.5",
3737
"eslint-plugin-node": "11.1.0",
3838
"eslint-plugin-promise": "6.0.0",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@
207207
"@babel/helper-validator-identifier" "^7.16.7"
208208
to-fast-properties "^2.0.0"
209209

210-
"@es-joy/jsdoccomment@~0.31.0":
211-
version "0.31.0"
212-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
213-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
210+
"@es-joy/jsdoccomment@~0.33.4":
211+
version "0.33.4"
212+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz#391cdee831fda273b01f74a50ac7ec71bc0d082a"
213+
integrity sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw==
214214
dependencies:
215215
comment-parser "1.3.1"
216216
esquery "^1.4.0"
@@ -1237,17 +1237,17 @@ eslint-plugin-import@^2.26.0:
12371237
resolve "^1.22.0"
12381238
tsconfig-paths "^3.14.1"
12391239

1240-
1241-
version "39.3.3"
1242-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236"
1243-
integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==
1240+
1241+
version "39.3.25"
1242+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz#a9527ca743c907c5d78bd947a2c2eb8260c2a9cf"
1243+
integrity sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==
12441244
dependencies:
1245-
"@es-joy/jsdoccomment" "~0.31.0"
1245+
"@es-joy/jsdoccomment" "~0.33.4"
12461246
comment-parser "1.3.1"
12471247
debug "^4.3.4"
12481248
escape-string-regexp "^4.0.0"
12491249
esquery "^1.4.0"
1250-
semver "^7.3.7"
1250+
semver "^7.3.8"
12511251
spdx-expression-parse "^3.0.1"
12521252

12531253
eslint-plugin-jsx-a11y@^6.5.1:
@@ -2468,6 +2468,13 @@ semver@^7.3.5:
24682468
dependencies:
24692469
lru-cache "^6.0.0"
24702470

2471+
semver@^7.3.8:
2472+
version "7.3.8"
2473+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
2474+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
2475+
dependencies:
2476+
lru-cache "^6.0.0"
2477+
24712478
shebang-command@^2.0.0:
24722479
version "2.0.0"
24732480
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)