aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-10-14 21:05:44 +0000
committerGravatar Vitaly Takmazov2024-10-17 17:05:17 +0300
commitb28038dcef11b82f2abae7a0ffa5a056cfa81fe3 (patch)
tree47c7cca3b37864c505cd71e598288bd4fd94f4e8
parent5f16d5830e12411b619debc224355fd42483d326 (diff)
build(deps-dev): bump eslint-plugin-jsdoc from 50.3.1 to 50.4.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.1 to 50.4.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.3.1...v50.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index c85b0b57..282285fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -53,7 +53,7 @@
"eslint": "8.57.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
- "eslint-plugin-jsdoc": "^50.3.1",
+ "eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
@@ -2977,9 +2977,9 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
- "version": "0.48.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.48.0.tgz",
- "integrity": "sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==",
+ "version": "0.49.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz",
+ "integrity": "sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==",
"dev": true,
"dependencies": {
"comment-parser": "1.4.1",
@@ -8836,12 +8836,12 @@
"dev": true
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "50.3.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.1.tgz",
- "integrity": "sha512-SY9oUuTMr6aWoJggUS40LtMjsRzJPB5ZT7F432xZIHK3EfHF+8i48GbUBpwanrtlL9l1gILNTHK9o8gEhYLcKA==",
+ "version": "50.4.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.1.tgz",
+ "integrity": "sha512-OXIq+JJQPCLAKL473/esioFOwbXyRE5MAQ4HbZjcp3e+K3zdxt2uDpGs3FR+WezUXNStzEtTfgx15T+JFrVwBA==",
"dev": true,
"dependencies": {
- "@es-joy/jsdoccomment": "~0.48.0",
+ "@es-joy/jsdoccomment": "~0.49.0",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.4.1",
"debug": "^4.3.6",
diff --git a/package.json b/package.json
index bc1f1855..3aff19ff 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"eslint": "8.57.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
- "eslint-plugin-jsdoc": "^50.3.1",
+ "eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",