chore(deps-dev): bump jsdoc from 4.0.0 to 4.0.1 (#590)

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.1/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-16 23:31:17 -05:00 committed by GitHub
parent 65aff44e1c
commit c2f123f1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -13,7 +13,7 @@
"eslint-config-wikimedia": "0.24.0",
"grunt-banana-checker": "0.10.0",
"husky": "^8.0.3",
"jsdoc": "4.0.0",
"jsdoc": "4.0.1",
"jsdoc-wmf-theme": "0.0.5",
"standard-version": "^9.5.0",
"stylelint-config-idiomatic-order": "9.0.0",
@ -3607,9 +3607,9 @@
}
},
"node_modules/jsdoc": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.0.tgz",
"integrity": "sha512-tzTgkklbWKrlaQL2+e3NNgLcZu3NaK2vsHRx7tyHQ+H5jcB9Gx0txSd2eJWlMC/xU1+7LQu4s58Ry0RkuaEQVg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.1.tgz",
"integrity": "sha512-UjvSrLYb270Mq25RN4AGGg2uqKRV90nCqkGsI4gD3RIR1lgMN8nWxK/am8Rsj33tWyprzZdA+0q1qY07m0Ar7w==",
"dev": true,
"dependencies": {
"@babel/parser": "^7.9.4",
@ -8827,9 +8827,9 @@
}
},
"jsdoc": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.0.tgz",
"integrity": "sha512-tzTgkklbWKrlaQL2+e3NNgLcZu3NaK2vsHRx7tyHQ+H5jcB9Gx0txSd2eJWlMC/xU1+7LQu4s58Ry0RkuaEQVg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.1.tgz",
"integrity": "sha512-UjvSrLYb270Mq25RN4AGGg2uqKRV90nCqkGsI4gD3RIR1lgMN8nWxK/am8Rsj33tWyprzZdA+0q1qY07m0Ar7w==",
"dev": true,
"requires": {
"@babel/parser": "^7.9.4",

View file

@ -23,7 +23,7 @@
"eslint-config-wikimedia": "0.24.0",
"grunt-banana-checker": "0.10.0",
"husky": "^8.0.3",
"jsdoc": "4.0.0",
"jsdoc": "4.0.1",
"jsdoc-wmf-theme": "0.0.5",
"standard-version": "^9.5.0",
"stylelint-config-idiomatic-order": "9.0.0",