Skip to content

Commit 05d0570

Browse files
Bump eslint-plugin-jsdoc from 30.7.13 to 32.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.13 to 32.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v30.7.13...v32.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent db8dc41 commit 05d0570

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
@@ -81,7 +81,7 @@
8181
"eslint-plugin-flowtype": "^5.2.0",
8282
"eslint-plugin-import": "^2.22.0",
8383
"eslint-plugin-jest": "^24.0.0",
84-
"eslint-plugin-jsdoc": "^30.7.7",
84+
"eslint-plugin-jsdoc": "^32.0.0",
8585
"eslint-plugin-jsx-a11y": "^6.4.1",
8686
"eslint-plugin-node": "^11.1.0",
8787
"eslint-plugin-prettier": "^3.1.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,10 +2315,10 @@ commander@^4.0.1:
23152315
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
23162316
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
23172317

2318-
comment-parser@^0.7.6:
2319-
version "0.7.6"
2320-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.6.tgz#0e743a53c8e646c899a1323db31f6cd337b10f12"
2321-
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==
2318+
comment-parser@1.1.2:
2319+
version "1.1.2"
2320+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.2.tgz#e5317d7a2ec22b470dcb54a29b25426c30bf39d8"
2321+
integrity sha512-AOdq0i8ghZudnYv8RUnHrhTgafUGs61Rdz9jemU5x2lnZwAWyOq7vySo626K59e1fVKH1xSRorJwPVRLSWOoAQ==
23222322

23232323
commondir@^1.0.1:
23242324
version "1.0.1"
@@ -2944,12 +2944,12 @@ eslint-plugin-jest@^24.0.0:
29442944
dependencies:
29452945
"@typescript-eslint/experimental-utils" "^4.0.1"
29462946

2947-
eslint-plugin-jsdoc@^30.7.7:
2948-
version "30.7.13"
2949-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.13.tgz#52e5c74fb806d3bbeb51d04a0c829508c3c6b563"
2950-
integrity sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==
2947+
eslint-plugin-jsdoc@^32.0.0:
2948+
version "32.0.0"
2949+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.0.0.tgz#3e7b0dd452232845e9311442607c07c8787b933a"
2950+
integrity sha512-AfGe3gqJlcxyRKUjhLzPTUnEMlVVlWJCAh2N0leJndpMflyh0W7zP09+b6NQHBHk7GyR/JY0bXiSswN3QX9Lhg==
29512951
dependencies:
2952-
comment-parser "^0.7.6"
2952+
comment-parser "1.1.2"
29532953
debug "^4.3.1"
29542954
jsdoctypeparser "^9.0.0"
29552955
lodash "^4.17.20"

0 commit comments

Comments
 (0)