Skip to content

Commit caa70ee

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.6.7
1 parent d484cb3 commit caa70ee

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-eslint-comments": "3.2.0",
1616
"eslint-plugin-import": "2.26.0",
1717
"eslint-plugin-jest": "26.5.3",
18-
"eslint-plugin-jsdoc": "39.3.3",
18+
"eslint-plugin-jsdoc": "39.6.7",
1919
"eslint-plugin-prettier": "4.2.1",
2020
"jest": "27.5.1",
2121
"prettier": "2.7.1",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@
284284
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
285285
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
286286

287-
"@es-joy/jsdoccomment@~0.31.0":
288-
version "0.31.0"
289-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
290-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
287+
"@es-joy/jsdoccomment@~0.36.1":
288+
version "0.36.1"
289+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
290+
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
291291
dependencies:
292292
comment-parser "1.3.1"
293293
esquery "^1.4.0"
@@ -1500,17 +1500,17 @@ [email protected]:
15001500
dependencies:
15011501
"@typescript-eslint/utils" "^5.10.0"
15021502

1503-
eslint-plugin-jsdoc@39.3.3:
1504-
version "39.3.3"
1505-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236"
1506-
integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==
1503+
eslint-plugin-jsdoc@39.6.7:
1504+
version "39.6.7"
1505+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz#f7f9abec75993b9cb3ede814c1d9d5afc3d7bf22"
1506+
integrity sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==
15071507
dependencies:
1508-
"@es-joy/jsdoccomment" "~0.31.0"
1508+
"@es-joy/jsdoccomment" "~0.36.1"
15091509
comment-parser "1.3.1"
15101510
debug "^4.3.4"
15111511
escape-string-regexp "^4.0.0"
15121512
esquery "^1.4.0"
1513-
semver "^7.3.7"
1513+
semver "^7.3.8"
15141514
spdx-expression-parse "^3.0.1"
15151515

15161516
@@ -3266,6 +3266,13 @@ semver@^6.0.0, semver@^6.3.0:
32663266
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
32673267
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
32683268

3269+
semver@^7.3.8:
3270+
version "7.3.8"
3271+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3272+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3273+
dependencies:
3274+
lru-cache "^6.0.0"
3275+
32693276
shebang-command@^2.0.0:
32703277
version "2.0.0"
32713278
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)