mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #2762 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-30.3.0
This commit is contained in:
commit
d7ea6ecd2d
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
||||||
"eslint": "^7.7.0",
|
"eslint": "^7.7.0",
|
||||||
"eslint-config-prettier": "^6.11.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-plugin-import": "^2.22.0",
|
"eslint-plugin-import": "^2.22.0",
|
||||||
"eslint-plugin-jsdoc": "^30.2.4",
|
"eslint-plugin-jsdoc": "^30.3.0",
|
||||||
"eslint-plugin-prefer-arrow": "^1.2.2",
|
"eslint-plugin-prefer-arrow": "^1.2.2",
|
||||||
"eslint-plugin-sonarjs": "^0.5.0",
|
"eslint-plugin-sonarjs": "^0.5.0",
|
||||||
"geckodriver": "^1.20.0",
|
"geckodriver": "^1.20.0",
|
||||||
|
|
|
@ -2973,10 +2973,10 @@ eslint-plugin-import@^2.22.0:
|
||||||
resolve "^1.17.0"
|
resolve "^1.17.0"
|
||||||
tsconfig-paths "^3.9.0"
|
tsconfig-paths "^3.9.0"
|
||||||
|
|
||||||
eslint-plugin-jsdoc@^30.2.4:
|
eslint-plugin-jsdoc@^30.3.0:
|
||||||
version "30.2.4"
|
version "30.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.2.4.tgz#fab63c612d10f7f622ed6ebdd6d9919fc6cc4e0e"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.3.0.tgz#11f169d6ab52c56c77aa68d1458f268655e16db4"
|
||||||
integrity sha512-7TLp+1EK/ufnzlBUuzgDiPz5k2UUIa01cFkZTvvbJr8PE0iWVDqENg0yLhqGUYaZfYRFhHpqCML8SQR94omfrg==
|
integrity sha512-RvDLH26ILwX2J60P7tlNdz5IlTFeC52TEFgAC12+nz/lOx4a7n3/hP8fBPFZrQP07WA1t9ZOO8H/i7cEs2BTnA==
|
||||||
dependencies:
|
dependencies:
|
||||||
comment-parser "^0.7.6"
|
comment-parser "^0.7.6"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue