diff options
author | dependabot[bot] | 2023-02-13 21:58:21 +0000 |
---|---|---|
committer | vitalyster | 2023-02-14 13:33:14 +0300 |
commit | 156240c66008d9e05fa4141c623b16feaf5f5350 (patch) | |
tree | 4ced6b1f573f6c85b7fa89abbaf397ea561beeac /package.json | |
parent | 0630ee811d157d4d03ad75fc505867e618467223 (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 39.8.0 to 40.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.8.0 to 40.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/v39.8.0...v40.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 90f316b6..f37e9639 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.3", "cssnano": "^5.1.14", "eslint": "8.34.0", - "eslint-plugin-jsdoc": "^39.8.0", + "eslint-plugin-jsdoc": "^40.0.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^4.0.0", "file-loader": "^6.2.0", |