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

Commit c12789c

Browse files
Merge pull request #65 from FreeTubeApp/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.4.6
build(deps-dev): bump eslint-plugin-jsdoc from 46.4.4 to 46.4.6
2 parents 87cfcbe + 6722c7f commit c12789c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "^8.47.0",
5050
"eslint-config-videojs": "^6.0.0",
5151
"eslint-plugin-import": "^2.28.0",
52-
"eslint-plugin-jsdoc": "^46.4.4",
52+
"eslint-plugin-jsdoc": "^46.4.6",
5353
"eslint-plugin-n": "^16.0.1",
5454
"eslint-plugin-sonarjs": "^0.19.0",
5555
"eslint-plugin-unicorn": "^48.0.1",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -998,12 +998,12 @@
998998
"@babel/helper-validator-identifier" "^7.22.5"
999999
to-fast-properties "^2.0.0"
10001000

1001-
"@es-joy/jsdoccomment@~0.39.4":
1002-
version "0.39.4"
1003-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.39.4.tgz#6b8a62e9b3077027837728818d3c4389a898b392"
1004-
integrity sha512-Jvw915fjqQct445+yron7Dufix9A+m9j1fCJYlCo1FWlRvTxa3pjJelxdSTdaLWcTwRU6vbL+NYjO4YuNIS5Qg==
1001+
"@es-joy/jsdoccomment@~0.40.1":
1002+
version "0.40.1"
1003+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz#13acd77fb372ed1c83b7355edd865a3b370c9ec4"
1004+
integrity sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==
10051005
dependencies:
1006-
comment-parser "1.3.1"
1006+
comment-parser "1.4.0"
10071007
esquery "^1.5.0"
10081008
jsdoc-type-pratt-parser "~4.0.0"
10091009

@@ -1831,10 +1831,10 @@ commander@^9.0.0:
18311831
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
18321832
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
18331833

1834-
comment-parser@1.3.1:
1835-
version "1.3.1"
1836-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
1837-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
1834+
comment-parser@1.4.0:
1835+
version "1.4.0"
1836+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.0.tgz#0f8c560f59698193854f12884c20c0e39a26d32c"
1837+
integrity sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==
18381838

18391839
commondir@^1.0.1:
18401840
version "1.0.1"
@@ -2218,19 +2218,19 @@ eslint-plugin-import@^2.28.0:
22182218
semver "^6.3.1"
22192219
tsconfig-paths "^3.14.2"
22202220

2221-
eslint-plugin-jsdoc@^46.4.4:
2222-
version "46.4.4"
2223-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.4.4.tgz#cdcf9f59238381e3ee57110ceccefdfef388455d"
2224-
integrity sha512-D8TGPOkq3bnzmYmA7Q6jdsW+Slx7CunhJk1tlouVq6wJjlP1p6eigZPvxFn7aufud/D66xBsNVMhkDQEuqumMg==
2221+
eslint-plugin-jsdoc@^46.4.6:
2222+
version "46.4.6"
2223+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.4.6.tgz#5226461eda61b5920297cbe02c3b17bc9423cf0b"
2224+
integrity sha512-z4SWYnJfOqftZI+b3RM9AtWL1vF/sLWE/LlO9yOKDof9yN2+n3zOdOJTGX/pRE/xnPsooOLG2Rq6e4d+XW3lNw==
22252225
dependencies:
2226-
"@es-joy/jsdoccomment" "~0.39.4"
2226+
"@es-joy/jsdoccomment" "~0.40.1"
22272227
are-docs-informative "^0.0.2"
2228-
comment-parser "1.3.1"
2228+
comment-parser "1.4.0"
22292229
debug "^4.3.4"
22302230
escape-string-regexp "^4.0.0"
22312231
esquery "^1.5.0"
22322232
is-builtin-module "^3.2.1"
2233-
semver "^7.5.1"
2233+
semver "^7.5.4"
22342234
spdx-expression-parse "^3.0.1"
22352235

22362236
eslint-plugin-n@^16.0.1:
@@ -4140,7 +4140,7 @@ semver@^6.3.0, semver@^6.3.1:
41404140
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
41414141
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
41424142

4143-
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4:
4143+
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
41444144
version "7.5.4"
41454145
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
41464146
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)