Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 931906e

Browse files
author
Greg Rickaby
authored
Merge pull request #188 from WebDevStudios/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.6.1
Bump eslint-plugin-jsdoc from 31.6.0 to 31.6.1
2 parents adf1609 + 7e630ec commit 931906e

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
@@ -53,7 +53,7 @@
5353
"eslint": "^7.19.0",
5454
"eslint-config-prettier": "^7.2.0",
5555
"eslint-plugin-import": "^2.22.1",
56-
"eslint-plugin-jsdoc": "^31.6.0",
56+
"eslint-plugin-jsdoc": "^31.6.1",
5757
"eslint-plugin-jsx-a11y": "^6.4.1",
5858
"eslint-plugin-prettier": "^3.3.1",
5959
"eslint-plugin-react": "^7.22.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4622,10 +4622,10 @@ commander@^6.0.0, commander@^6.2.0:
46224622
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
46234623
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
46244624

4625-
4626-
version "1.1.1"
4627-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.1.tgz#c0581d520677e2cfab1a568e94ea0400df9fe4bd"
4628-
integrity sha512-vue7cRi1ZO5/72FJ+wZ5+siTSBlUv3ZksTk8bWD2IkaA6obitzMZP3yI65azTJLckwmi8lxfPP5Sd9oGuZ8e2g==
4625+
4626+
version "1.1.2"
4627+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.2.tgz#e5317d7a2ec22b470dcb54a29b25426c30bf39d8"
4628+
integrity sha512-AOdq0i8ghZudnYv8RUnHrhTgafUGs61Rdz9jemU5x2lnZwAWyOq7vySo626K59e1fVKH1xSRorJwPVRLSWOoAQ==
46294629

46304630
commondir@^1.0.1:
46314631
version "1.0.1"
@@ -5908,12 +5908,12 @@ eslint-plugin-import@^2.22.1:
59085908
resolve "^1.17.0"
59095909
tsconfig-paths "^3.9.0"
59105910

5911-
eslint-plugin-jsdoc@^31.6.0:
5912-
version "31.6.0"
5913-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.6.0.tgz#c91f8cb4e4f8a94a27aafdc41c58eb8c35c9ce9a"
5914-
integrity sha512-kYhdW+BXHij9n12oHvAC27oDHKEFITz1YJP/C0NPtb+gsGJWxejh5B6dEmmj6oLYOsmNvuCVkdIcqYOyabP2QA==
5911+
eslint-plugin-jsdoc@^31.6.1:
5912+
version "31.6.1"
5913+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.6.1.tgz#98040c801500572fff71c984a097d89946f1e450"
5914+
integrity sha512-5hCV3u+1VSEUMyfdTl+dpWsioD7tqQr2ILQw+KbXrF42AVxCLO8gnNLR6zDCDjqGGpt79V1sgY0RRchCWuCigg==
59155915
dependencies:
5916-
comment-parser "1.1.1"
5916+
comment-parser "1.1.2"
59175917
debug "^4.3.1"
59185918
jsdoctypeparser "^9.0.0"
59195919
lodash "^4.17.20"

0 commit comments

Comments
 (0)