aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-12-16 21:48:32 +0000
committerGravatar vitalyster2024-12-17 07:06:20 -0800
commitf6e0ddb2370d1c7becf4a21803a893440beeda61 (patch)
tree52c53c7b0b960b5722a60ea143389e927e700aa6
parente6a4daf61ea8caacc5afd3ad21a5c66c0e69422a (diff)
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.0 to 50.6.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.6.0 to 50.6.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.6.0...v50.6.1) --- 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>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index c56eda303..58e98d7c4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -60,7 +60,7 @@
"eslint": "9.17.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
- "eslint-plugin-jsdoc": "^50.6.0",
+ "eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
@@ -9063,9 +9063,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "50.6.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.0.tgz",
- "integrity": "sha512-tCNp4fR79Le3dYTPB0dKEv7yFyvGkUCa+Z3yuTrrNGGOxBlXo9Pn0PEgroOZikUQOGjxoGMVKNjrOHcYEdfszg==",
+ "version": "50.6.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.1.tgz",
+ "integrity": "sha512-UWyaYi6iURdSfdVVqvfOs2vdCVz0J40O/z/HTsv2sFjdjmdlUI/qlKLOTmwbPQ2tAfQnE5F9vqx+B+poF71DBQ==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.49.0",
diff --git a/package.json b/package.json
index eee644762..8bace2b4c 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"eslint": "9.17.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
- "eslint-plugin-jsdoc": "^50.6.0",
+ "eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",