mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Bump eslint-plugin-jsdoc from 35.5.0 to 35.5.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.5.0 to 35.5.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.5.0...v35.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f160b42485
commit
9a43134f42
2 changed files with 7 additions and 7 deletions
|
@ -38,7 +38,7 @@
|
|||
"eslint": "^7.31.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jsdoc": "^35.5.0",
|
||||
"eslint-plugin-jsdoc": "^35.5.1",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-sonarjs": "^0.7.0",
|
||||
"geckodriver": "^2.0.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -378,7 +378,7 @@
|
|||
node-forge "^0.10.0"
|
||||
split "~0.3.3"
|
||||
|
||||
"@es-joy/jsdoccomment@^0.9.0-alpha.1":
|
||||
"@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==
|
||||
|
@ -2381,12 +2381,12 @@ eslint-plugin-import@^2.23.4:
|
|||
resolve "^1.20.0"
|
||||
tsconfig-paths "^3.9.0"
|
||||
|
||||
eslint-plugin-jsdoc@^35.5.0:
|
||||
version "35.5.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.5.0.tgz#5be39a44c0165ec0fbbe87bd905c7ad2fa1fec21"
|
||||
integrity sha512-QBtfGeKvSFjbMLl28fRVyk/V7NhdSy+/4a6nOUXNsJ+Ya4G88YwbBiHIZgU4COeMKPb+OGGnrLwxYO0tZiw+kg==
|
||||
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==
|
||||
dependencies:
|
||||
"@es-joy/jsdoccomment" "^0.9.0-alpha.1"
|
||||
"@es-joy/jsdoccomment" "0.9.0-alpha.1"
|
||||
comment-parser "1.1.6-beta.0"
|
||||
debug "^4.3.2"
|
||||
esquery "^1.4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue