diff options
author | dependabot[bot] | 2024-12-02 21:59:06 +0000 |
---|---|---|
committer | vitalyster | 2024-12-02 15:48:51 -0800 |
commit | 67909069f40ffd6c0c9f18df6621ee77dbebb2b5 (patch) | |
tree | 20faf4750b87b981e7c99d99a5e138bdd0502acc /package.json | |
parent | 2a26c5377d6ccd58796c30447e5afe4d58a8b528 (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 50.5.0 to 50.6.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.5.0 to 50.6.0.
- [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.5.0...v50.6.0)
---
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d55013ede..c0da6bd90 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "9.16.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jest-dom": "^5.5.0", - "eslint-plugin-jsdoc": "^50.5.0", + "eslint-plugin-jsdoc": "^50.6.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.2.0", "eslint-plugin-react": "^7.37.2", |