mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #2853 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-30.6.1
This commit is contained in:
commit
27cad70c8e
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
||||||
"eslint": "^7.10.0",
|
"eslint": "^7.10.0",
|
||||||
"eslint-config-prettier": "^6.12.0",
|
"eslint-config-prettier": "^6.12.0",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"eslint-plugin-jsdoc": "^30.6.0",
|
"eslint-plugin-jsdoc": "^30.6.1",
|
||||||
"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",
|
||||||
|
|
|
@ -3070,10 +3070,10 @@ eslint-plugin-import@^2.22.1:
|
||||||
resolve "^1.17.0"
|
resolve "^1.17.0"
|
||||||
tsconfig-paths "^3.9.0"
|
tsconfig-paths "^3.9.0"
|
||||||
|
|
||||||
eslint-plugin-jsdoc@^30.6.0:
|
eslint-plugin-jsdoc@^30.6.1:
|
||||||
version "30.6.0"
|
version "30.6.1"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.0.tgz#72c7e679fcdbdcdb75ca1ae77ce2670ade596a15"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.1.tgz#eb4124511efb9109eb58bfdcec420eb28a894d31"
|
||||||
integrity sha512-vKZflcqdsFT7QzkHacnUP31ctyHdXNkeNrTaHjVTDf5TNTSzaN34NGGOXPJRZeqqa0jWOpf6m4WtRlfZw4WDqg==
|
integrity sha512-qUinrghaxyzcg+FDSt9msv6d898PsI92idiNRZ334qbruhkS6NwVmzSbfpmaij6Xo3czYK42Q2JClvnIiPWpTg==
|
||||||
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