diff options
author | dependabot[bot] | 2023-05-30 21:57:19 +0000 |
---|---|---|
committer | vitalyster | 2023-05-31 01:00:16 +0300 |
commit | a5ed45d10b1eeec0645adb342210f8d34e33e59f (patch) | |
tree | 0f5714bc5a0207339d45e794ec1ec7849b1d73e2 /package.json | |
parent | 15e70aacd08e5ccaec2ea3a988214d06093108af (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 45.0.0 to 46.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 45.0.0 to 46.0.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/v45.0.0...v46.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
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 2b149d8f..5d0d6ea7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", - "eslint-plugin-jsdoc": "^45.0.0", + "eslint-plugin-jsdoc": "^46.0.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", |