Skip to content

Commit

Permalink
Merge 852c731 into 6ea92ed
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2021
2 parents 6ea92ed + 852c731 commit 5354dad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 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": "8.5.1",
"eslint": "7.25.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "32.3.4",
"eslint-plugin-jsdoc": "33.1.0",
"fs-nextra": "0.5.1",
"gulp": "4.0.2",
"gulp-sourcemaps": "3.0.0",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@es-joy/jsdoccomment@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.4.3.tgz#c66b42aa66d2e0718f77fccc8d9061cf0b1092ac"
integrity sha512-t0JWZfQiG+Qkr6+tl05dlGcgE/MMPqs7QfNlFkTsbpcCu2Zfukcan/fIiHKTc0iOs4Yh3cnfklMayJnlmKaOwQ==
dependencies:
comment-parser "^1.1.5"
esquery "^1.4.0"
jsdoctypeparser "^9.0.0"

"@eslint/eslintrc@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
Expand Down Expand Up @@ -1227,7 +1236,7 @@ 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.5:
comment-parser@1.1.5, comment-parser@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.5.tgz#453627ef8f67dbcec44e79a9bd5baa37f0bce9b2"
integrity sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==
Expand Down Expand Up @@ -1707,13 +1716,15 @@ eslint-plugin-import@2.22.1:
resolve "^1.17.0"
tsconfig-paths "^3.9.0"

eslint-plugin-jsdoc@32.3.4:
version "32.3.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.3.4.tgz#6888f3b2dbb9f73fb551458c639a4e8c84fe9ddc"
integrity sha512-xSWfsYvffXnN0OkwLnB7MoDDDDjqcp46W7YlY1j7JyfAQBQ+WnGCfLov3gVNZjUGtK9Otj8mEhTZTqJu4QtIGA==
eslint-plugin-jsdoc@33.1.0:
version "33.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.1.0.tgz#9aa52d0eb0126ea42528aa352265007dce320565"
integrity sha512-nyH1qAj5f4uDnDpg4aiAS65wJSfxfBDf0lIgNfxtew31z3VRaM8WsVmpe4UhI2u27oOD/ChRuye6KAzzuHn6Jw==
dependencies:
"@es-joy/jsdoccomment" "^0.4.3"
comment-parser "1.1.5"
debug "^4.3.1"
esquery "^1.4.0"
jsdoctypeparser "^9.0.0"
lodash "^4.17.21"
regextras "^0.7.1"
Expand Down

0 comments on commit 5354dad

Please sign in to comment.