Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-jsdoc to v36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and brandonbothell committed Jul 28, 2021
1 parent a59ee0c commit 0ef8402
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dotenv": "10.0.0",
"eslint": "7.31.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.5.1",
"eslint-plugin-jsdoc": "36.0.5",
"fs-nextra": "0.5.1",
"gulp": "4.0.2",
"gulp-sourcemaps": "3.0.0",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@es-joy/jsdoccomment@0.9.0-alpha.1":
version "0.9.0-alpha.1"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.9.0-alpha.1.tgz#f48bd162e185ec7f9f222273a282d10e52fe52f7"
integrity sha512-Clxxc0PwpISoYYBibA+1L2qFJ7gvFVhI2Hos87S06K+Q0cXdOhZQJNKWuaQGPAeHjZEuUB/YoWOfwjuF2wirqA==
"@es-joy/jsdoccomment@0.10.6":
version "0.10.6"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.10.6.tgz#3e34a98d1f87a5d881fd90b5bfb153780e3d36b5"
integrity sha512-VOY8cTNdLXYQo50o5WaGSkLMHIt+Tpy8CiNM8gjhRf1CFuR+dYMrpxVlRDDWZwJbojyaxtrGy77A55yjeCMCMA==
dependencies:
comment-parser "1.1.6-beta.0"
comment-parser "1.2.1"
esquery "^1.4.0"
jsdoc-type-pratt-parser "1.0.4"
jsdoc-type-pratt-parser "1.1.1"

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down Expand Up @@ -1296,10 +1296,10 @@ 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@1.1.6-beta.0:
version "1.1.6-beta.0"
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.6-beta.0.tgz#57e503b18d0a5bd008632dcc54b1f95c2fffe8f6"
integrity sha512-q3cA8TSMyqW7wcPSYWzbO/rMahnXgzs4SLG/UIWXdEsnXTFPZkEkWAdNgPiHig2OzxgpPLOh4WwsmClDxndwHw==
comment-parser@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.1.tgz#38778b5b2af825cc10099fd5923f8ac151274381"
integrity sha512-nZKYGIben18JaK3AcokrFUpqdY/aRkEtHNM3nm8zhLRxZl+kNEiTelGhfGHBkzzA4s0KDpNTX8xSdNYX1hH7Mw==

commondir@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -1774,16 +1774,16 @@ eslint-plugin-import@2.23.4:
resolve "^1.20.0"
tsconfig-paths "^3.9.0"

eslint-plugin-jsdoc@35.5.1:
version "35.5.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.5.1.tgz#45932ee22669bbe06c97b82b936d56361efad370"
integrity sha512-pPYPWtsykwVEue1tYEyoppBj4dgF7XicF67tLLLraY6RQYBq7qMKjUHji19+hfiTtYKKBD0YfeK8hgjPAE5viw==
eslint-plugin-jsdoc@36.0.5:
version "36.0.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.0.5.tgz#74aa66101239717ecaa0a35838b21a54d20eb984"
integrity sha512-WEWTLDzs0CAZv07dbJ4Ie78ASLlKzbCEH/knoyumBUKC0Pm2ndm65f/mfi0jqseHO6IiMiDRhTx08RPedWXqHA==
dependencies:
"@es-joy/jsdoccomment" "0.9.0-alpha.1"
comment-parser "1.1.6-beta.0"
"@es-joy/jsdoccomment" "0.10.6"
comment-parser "1.2.1"
debug "^4.3.2"
esquery "^1.4.0"
jsdoc-type-pratt-parser "^1.0.4"
jsdoc-type-pratt-parser "^1.1.1"
lodash "^4.17.21"
regextras "^0.8.0"
semver "^7.3.5"
Expand Down Expand Up @@ -3131,10 +3131,10 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jsdoc-type-pratt-parser@1.0.4, jsdoc-type-pratt-parser@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.4.tgz#5750d2d32ffb001866537d3baaedea7cf84c7036"
integrity sha512-jzmW9gokeq9+bHPDR1nCeidMyFUikdZlbOhKzh9+/nJqB75XhpNKec1/UuxW5c4+O+Pi31Gc/dCboyfSm/pSpQ==
jsdoc-type-pratt-parser@1.1.1, jsdoc-type-pratt-parser@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz#10fe5e409ba38de22a48b555598955a26ff0160f"
integrity sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==

jsesc@^2.5.1:
version "2.5.2"
Expand Down

0 comments on commit 0ef8402

Please sign in to comment.