From 08feff948f934cc5cddbfc250ec49e979b836ddb Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 21 Apr 2020 11:08:48 +0200 Subject: [PATCH] major update: eslint-plugin-jsdoc --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bb586a9..33bfe40 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-standard": "^4.0.1" }, "dependencies": { - "eslint-plugin-jsdoc": "^23.0.0", + "eslint-plugin-jsdoc": "^24.0.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-sort-requires-by-path": "^1.0.2" } diff --git a/yarn.lock b/yarn.lock index bae6e5f..7e8cfe6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -347,10 +347,10 @@ eslint-plugin-import@^2.20.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jsdoc@^23.0.0: - version "23.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-23.0.0.tgz#f80dca482fc9d93a9e30b3ead70b88dee261caa3" - integrity sha512-zj5ZephjKkFU/J9hEw3RcjwpuywChvwNMgHs2DTgOuKarpJ65SJU3JGgx/K4y9l8iFw0ysrk6NlAKDX88ZwZdw== +eslint-plugin-jsdoc@^24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-24.0.0.tgz#41c7b06d33741e41e80a8f08c82aaa58ceef2e4b" + integrity sha512-AGAc9PYpramsJGVmqtxnXBYlq+AMh+hIZdbJ52OLvyJS3f+PaT/PzuckRFOLnth2uhCDv4IjgsB3r5jUFWqUnw== dependencies: comment-parser "^0.7.2" debug "^4.1.1"