Merge pull request #4111 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-37.9.4

Bump eslint-plugin-jsdoc from 37.5.0 to 37.9.4
This commit is contained in:
Oliver Blanthorn 2022-02-24 17:54:55 +00:00 committed by GitHub
commit 2bc8d21bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 16 deletions

View file

@ -39,7 +39,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.5.0",
"eslint-plugin-jsdoc": "^37.9.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-sonarjs": "^0.7.0",
"geckodriver": "^3.0.1",

View file

@ -378,14 +378,14 @@
node-forge "^0.10.0"
split "~0.3.3"
"@es-joy/jsdoccomment@0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.14.1.tgz#1d234e241884fab9bff69aa11575c7e8893b3610"
integrity sha512-yiA5X6BSIv99DIeRl7PTBxqg7Lx81cx+ghbW6UJJxoVAKX4NxSAdZ7DKTXsSILUL4FuHDNb54AylTndLdLm8+w==
"@es-joy/jsdoccomment@~0.20.1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.20.1.tgz#fe89f435f045ae5aaf89c7a4df3616c03e9d106e"
integrity sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==
dependencies:
comment-parser "1.3.0"
esquery "^1.4.0"
jsdoc-type-pratt-parser "2.0.2"
jsdoc-type-pratt-parser "~2.2.3"
"@eslint/eslintrc@^0.4.3":
version "0.4.3"
@ -2599,17 +2599,16 @@ eslint-plugin-import@^2.25.4:
resolve "^1.20.0"
tsconfig-paths "^3.12.0"
eslint-plugin-jsdoc@^37.5.0:
version "37.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.5.0.tgz#f94a96cebbc24e5e7d206ae611521b06211e261b"
integrity sha512-7PGMEXIwsnFww0KHxDcKZV5fPDS3vVOe5kJWQ7ES8r9RuEfcBTChQGbCOoGAR0zZ/POwmuFEEBakfoScvou/Rw==
eslint-plugin-jsdoc@^37.9.4:
version "37.9.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.4.tgz#dc645724d544be910d6554467b93a5836fa0fa06"
integrity sha512-VxCyGgUNNnj2T4bb1OqltkbsPp3ehRzR5onIfh6zGrAvISmvgX/sbxUlh3YyGqWtjOTSBCURdKdmelSXEIHnlA==
dependencies:
"@es-joy/jsdoccomment" "0.14.1"
"@es-joy/jsdoccomment" "~0.20.1"
comment-parser "1.3.0"
debug "^4.3.3"
escape-string-regexp "^4.0.0"
esquery "^1.4.0"
jsdoc-type-pratt-parser "^2.0.2"
regextras "^0.8.0"
semver "^7.3.5"
spdx-expression-parse "^3.0.1"
@ -4486,10 +4485,10 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
jsdoc-type-pratt-parser@2.0.2, jsdoc-type-pratt-parser@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.0.2.tgz#5cb2542c6ed6c527b170a43b4f247e2d6237e158"
integrity sha512-gXN5CxeaI9WtYQYzpOO/CtTRfZppQlKxXRTIm73JuAX6kOGTQ7iZ0e+YB+b2m7Fk+gTYYxRtE1nqje7H6dqv8w==
jsdoc-type-pratt-parser@~2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.3.tgz#3910cd0120054a512a73942d644ef1eb5a9df6e9"
integrity sha512-QPyxq62Q8veBSDtDrWmqaEPjSCeknUV9dH/OAGt3q9an8qC8UQDqitQiw1NvoMskIESpoRZ6qzt4H3rlK0xo8A==
jsdom@^15.2.1:
version "15.2.1"