From 90d9e3fa40683fbf9ee2fe98b93591937598ccb3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 8 Jun 2020 18:16:32 +0100 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 26.0.0 to 27.0.4 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 47a20b42..6f495da7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.21.1", "eslint-plugin-jest": "^23.13.2", - "eslint-plugin-jsdoc": "^26.0.0", + "eslint-plugin-jsdoc": "^27.0.4", "eslint-plugin-json": "^2.1.1", "eslint-plugin-promise": "^4.2.1", "glob": "^7.1.6", diff --git a/yarn.lock b/yarn.lock index e37f733e..22fcb95f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1238,10 +1238,10 @@ commander@^2.11.0, commander@~2.20.3: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -comment-parser@^0.7.4: - version "0.7.4" - resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.4.tgz#f5eb83cbae323cae6533c057f41d52692361c83a" - integrity sha512-Nnl77/mt6sj1BiYSVMeMWzvD0183F2MFOJyFRmZHimUVDYS9J40AvXpiFA7RpU5pQH+HkvYc0dnsHpwW2xmbyQ== +comment-parser@^0.7.5: + version "0.7.5" + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.5.tgz#06db157a3b34addf8502393743e41897e2c73059" + integrity sha512-iH9YA35ccw94nx5244GVkpyC9eVTsL71jZz6iz5w6RIf79JLF2AsXHXq9p6Oaohyl3sx5qSMnGsWUDFIAfWL4w== common-sequence@^2.0.0: version "2.0.0" @@ -1843,12 +1843,12 @@ eslint-plugin-jest@^23.13.2: dependencies: "@typescript-eslint/experimental-utils" "^2.5.0" -eslint-plugin-jsdoc@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-26.0.0.tgz#91d0d958eec1a2b8915a60462a7a57a665c58ef1" - integrity sha512-/oEywHPBn6eVDExTgDTwdwyQlVIuJziovXOPXBROW8yW93vk6/IGezW5jbzmA2pX4tVRCQc/jz5/mZea+FCmfw== +eslint-plugin-jsdoc@^27.0.4: + version "27.0.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.4.tgz#70bc0041ed170432b9ba46cc081b8eabfb5a2eb8" + integrity sha512-gRjtUngFu3j5fwHAi4HHECIT7sDyD0IS1K59+PAg1+Wn/aXCMV+fKkoy1r5ezwBU4hkHxuvq8tOaTTvFNFvjbA== dependencies: - comment-parser "^0.7.4" + comment-parser "^0.7.5" debug "^4.1.1" jsdoctypeparser "^6.1.0" lodash "^4.17.15"