Skip to content

Commit 1726838

Browse files
build(deps-dev): bump eslint-plugin-jsdoc from 30.7.3 to 31.0.6
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.3 to 31.0.6. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v30.7.3...v31.0.6) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0530784 commit 1726838

File tree

2 files changed

+34
-20
lines changed

2 files changed

+34
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-standard-with-typescript": "^17.0.0",
7878
"eslint-plugin-import": "2",
7979
"eslint-plugin-jest": "^24.0.0",
80-
"eslint-plugin-jsdoc": "^30.0.0",
80+
"eslint-plugin-jsdoc": "^31.0.6",
8181
"eslint-plugin-node": "11",
8282
"eslint-plugin-prettier": "^3.1.4",
8383
"eslint-plugin-promise": "4",

yarn.lock

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,10 +2060,10 @@ commander@^6.2.0:
20602060
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
20612061
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
20622062

2063-
comment-parser@^0.7.6:
2064-
version "0.7.6"
2065-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.6.tgz#0e743a53c8e646c899a1323db31f6cd337b10f12"
2066-
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==
2063+
comment-parser@1.1.0:
2064+
version "1.1.0"
2065+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.0.tgz#4f6fac17718363653e1cb6d5ded3f093ce51ae4e"
2066+
integrity sha512-Q4dQ9niTWOF01ufvH/z6Z3RsBkwr7G42IsaFjuNliL6CY9ZeOEU3jRwTNY2mTY1ibAsASMrXnlQtx2tOb7Q8MA==
20672067

20682068
commondir@^1.0.1:
20692069
version "1.0.1"
@@ -2188,10 +2188,10 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
21882188
dependencies:
21892189
ms "2.0.0"
21902190

2191-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
2192-
version "4.2.0"
2193-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2194-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2191+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
2192+
version "4.3.1"
2193+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2194+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
21952195
dependencies:
21962196
ms "2.1.2"
21972197

@@ -2458,17 +2458,17 @@ eslint-plugin-jest@^24.0.0:
24582458
dependencies:
24592459
"@typescript-eslint/experimental-utils" "^4.0.1"
24602460

2461-
eslint-plugin-jsdoc@^30.0.0:
2462-
version "30.7.3"
2463-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.3.tgz#1087642d7c4aba13b97dd7c1fdbcec49cd7dcc72"
2464-
integrity sha512-slzJeKrm3vXabRYcFBpbUgWgdnATN9rNOFAr7IhmkxmR9Vk/6qN1c/IdvTqVSEctDRQ08chR+Lvk8fRayXgYZg==
2461+
eslint-plugin-jsdoc@^31.0.6:
2462+
version "31.0.6"
2463+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.6.tgz#8e6b57ea74b2ac262b9d78b18ae472866571303c"
2464+
integrity sha512-wGd83EcR+M0HHBgVx3f4gf78z5gMyEil6fqebpAFPeG9fgbUcP1XiWikTWSW3rJrjj7rQvCud6A/IRFMFzanLQ==
24652465
dependencies:
2466-
comment-parser "^0.7.6"
2467-
debug "^4.2.0"
2466+
comment-parser "1.1.0"
2467+
debug "^4.3.1"
24682468
jsdoctypeparser "^9.0.0"
24692469
lodash "^4.17.20"
24702470
regextras "^0.7.1"
2471-
semver "^7.3.2"
2471+
semver "^7.3.4"
24722472
spdx-expression-parse "^3.0.1"
24732473

24742474
eslint-plugin-node@11:
@@ -4132,6 +4132,13 @@ lolex@^5.0.0:
41324132
dependencies:
41334133
"@sinonjs/commons" "^1.7.0"
41344134

4135+
lru-cache@^6.0.0:
4136+
version "6.0.0"
4137+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4138+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4139+
dependencies:
4140+
yallist "^4.0.0"
4141+
41354142
magic-string@^0.25.7:
41364143
version "0.25.7"
41374144
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -5087,10 +5094,12 @@ [email protected]:
50875094
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
50885095
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
50895096

5090-
semver@^7.2.1, semver@^7.3.2:
5091-
version "7.3.2"
5092-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
5093-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
5097+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
5098+
version "7.3.4"
5099+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5100+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5101+
dependencies:
5102+
lru-cache "^6.0.0"
50945103

50955104
serialize-javascript@^4.0.0:
50965105
version "4.0.0"
@@ -5903,6 +5912,11 @@ y18n@^4.0.0:
59035912
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
59045913
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
59055914

5915+
yallist@^4.0.0:
5916+
version "4.0.0"
5917+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5918+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5919+
59065920
yaml@^1.10.0:
59075921
version "1.10.0"
59085922
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"

0 commit comments

Comments
 (0)