diff options
author | dependabot[bot] | 2023-03-02 21:57:57 +0000 |
---|---|---|
committer | vitalyster | 2023-03-03 07:46:27 +0300 |
commit | 425fe49c747a541802c214f383d9ac469531c2e6 (patch) | |
tree | 7977ebf38d8d376286178ecbda2353ce56491ff4 /package.json | |
parent | de45aa1c2beecfad0517cdeba9c08c97723ae890 (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 40.0.0 to 40.0.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 40.0.0 to 40.0.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/v40.0.0...v40.0.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>
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 00d22889..cef3f347 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.3", "cssnano": "^5.1.15", "eslint": "8.35.0", - "eslint-plugin-jsdoc": "^40.0.0", + "eslint-plugin-jsdoc": "^40.0.1", "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^4.0.0", "file-loader": "^6.2.0", |