Skip to content

Commit ca3bae0

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

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.6.2",
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.36.0":
211+
version "0.36.0"
212+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.0.tgz#e3898aad334281a10ceb3c0ec406297a79f2b043"
213+
integrity sha512-u0XZyvUF6Urb2cSivSXA8qXIpT/CxkHcdtZKoWusAzgzmsTWpg0F2FpWXsolHmMUyVY3dLWaoy+0ccJ5uf2QjA==
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-
eslint-plugin-jsdoc@39.3.3:
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+
eslint-plugin-jsdoc@39.6.2:
1241+
version "39.6.2"
1242+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.2.tgz#dcc86cec7cce47aa1a646e38debd5bdf76f63742"
1243+
integrity sha512-dvgY/W7eUFoAIIiaWHERIMI61ZWqcz9YFjEeyTzdPlrZc3TY/3aZm5aB91NUoTLWYZmO/vFlYSuQi15tF7uE5A==
12441244
dependencies:
1245-
"@es-joy/jsdoccomment" "~0.31.0"
1245+
"@es-joy/jsdoccomment" "~0.36.0"
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)