build(deps-dev): bump eslint-plugin-jsdoc from 39.3.2 to 39.3.4 in /web

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.2 to 39.3.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.2...v39.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 06:22:07 +00:00 committed by relrelb
parent 5279f5f52b
commit 9d7651af28
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -4464,9 +4464,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.3.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz",
"integrity": "sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==",
"version": "39.3.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.4.tgz",
"integrity": "sha512-dYWXhMMHJaq++bY2hyByhgiRzt5qQ7XdfQGiHrU9f3APSSVZ/HuOnXuvUUX7W0jO55Udsu4/7iRlpF/yLFQdSA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.31.0",
@ -11393,7 +11393,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.30.3",
"eslint": "^8.18.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^39.3.4",
"mocha": "^10.0.0",
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",
@ -14968,9 +14968,9 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.3.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz",
"integrity": "sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==",
"version": "39.3.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.4.tgz",
"integrity": "sha512-dYWXhMMHJaq++bY2hyByhgiRzt5qQ7XdfQGiHrU9f3APSSVZ/HuOnXuvUUX7W0jO55Udsu4/7iRlpF/yLFQdSA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.31.0",
@ -18091,7 +18091,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.30.3",
"eslint": "^8.18.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^39.3.4",
"mocha": "^10.0.0",
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",

View File

@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.30.3",
"eslint": "^8.18.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^39.3.4",
"mocha": "^10.0.0",
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",