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

Commit 0125289

Browse files
Bump eslint-plugin-jsdoc from 31.0.5 to 31.0.6
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.5 to 31.0.6. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v31.0.5...v31.0.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d4af7e commit 0125289

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
@@ -60,7 +60,7 @@
6060
"eslint": "^7.17.0",
6161
"eslint-config-prettier": "^7.1.0",
6262
"eslint-plugin-import": "^2.22.1",
63-
"eslint-plugin-jsdoc": "^31.0.5",
63+
"eslint-plugin-jsdoc": "^31.0.6",
6464
"eslint-plugin-jsx-a11y": "^6.4.1",
6565
"eslint-plugin-prettier": "^3.3.1",
6666
"eslint-plugin-react": "^7.22.0",

yarn.lock

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

4695-
comment-parser@1.0.1:
4696-
version "1.0.1"
4697-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.0.1.tgz#6f40ebc3ac5063cf59b5eb415bc689636134cc4a"
4698-
integrity sha512-korDJ16mBVZexVd485jz4AeAcAFP1UzeecfVgfBCBojLFjMEHEHOY9vgk3e9o1zRSP0EscavonLki4JZDCKmrg==
4695+
comment-parser@1.1.0:
4696+
version "1.1.0"
4697+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.0.tgz#4f6fac17718363653e1cb6d5ded3f093ce51ae4e"
4698+
integrity sha512-Q4dQ9niTWOF01ufvH/z6Z3RsBkwr7G42IsaFjuNliL6CY9ZeOEU3jRwTNY2mTY1ibAsASMrXnlQtx2tOb7Q8MA==
46994699

47004700
commondir@^1.0.1:
47014701
version "1.0.1"
@@ -5953,12 +5953,12 @@ eslint-plugin-import@^2.22.1:
59535953
resolve "^1.17.0"
59545954
tsconfig-paths "^3.9.0"
59555955

5956-
eslint-plugin-jsdoc@^31.0.5:
5957-
version "31.0.5"
5958-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.5.tgz#f190d1b81989e9febb01356618b721cdc23675c4"
5959-
integrity sha512-TiBVItHnBAtSAY4YfYq0PBIfcCqmInYpK7ziCgCQgBUdRT30JtIqZ6TLrH5kF237fpfSdFUFYCVkdlc+MZPd0g==
5956+
eslint-plugin-jsdoc@^31.0.6:
5957+
version "31.0.6"
5958+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.6.tgz#8e6b57ea74b2ac262b9d78b18ae472866571303c"
5959+
integrity sha512-wGd83EcR+M0HHBgVx3f4gf78z5gMyEil6fqebpAFPeG9fgbUcP1XiWikTWSW3rJrjj7rQvCud6A/IRFMFzanLQ==
59605960
dependencies:
5961-
comment-parser "1.0.1"
5961+
comment-parser "1.1.0"
59625962
debug "^4.3.1"
59635963
jsdoctypeparser "^9.0.0"
59645964
lodash "^4.17.20"

0 commit comments

Comments
 (0)