diff options
author | dependabot[bot] | 2024-10-07 21:24:22 +0000 |
---|---|---|
committer | vitalyster | 2024-10-09 19:52:29 +0300 |
commit | 7c7905b72f728ac603cff2a06be49d792f826b4e (patch) | |
tree | f0183e7f924ce8c803bc34b0317a684d517b9da3 | |
parent | 03588cbd8cf804c02eed8d8ee418f0ec961cee6c (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.0 to 50.3.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.0...v50.3.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.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 0b3a719c..c608ce03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint": "8.57.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsdoc": "^50.3.0", + "eslint-plugin-jsdoc": "^50.3.1", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.0", @@ -9245,9 +9245,9 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.0.tgz", - "integrity": "sha512-P7qDB/RckdKETpBM4CtjHRQ5qXByPmFhRi86sN3E+J+tySchq+RSOGGhI2hDIefmmKFuTi/1ACjqsnDJDDDfzg==", + "version": "50.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.1.tgz", + "integrity": "sha512-SY9oUuTMr6aWoJggUS40LtMjsRzJPB5ZT7F432xZIHK3EfHF+8i48GbUBpwanrtlL9l1gILNTHK9o8gEhYLcKA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.48.0", diff --git a/package.json b/package.json index dcd1a9cd..fc2e5439 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "8.57.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsdoc": "^50.3.0", + "eslint-plugin-jsdoc": "^50.3.1", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.0", |