diff options
author | dependabot[bot] | 2023-03-20 21:58:38 +0000 |
---|---|---|
committer | vitalyster | 2023-03-21 03:34:34 +0300 |
commit | 491b0f3c64580658f36515b68605ba675dfc5efb (patch) | |
tree | 24354e1cf8143b4a997a384edfbaaa77c863b99c | |
parent | 3ae6d03036c004ca17c811d6e36763418923786c (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 40.0.3 to 40.1.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 40.0.3 to 40.1.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/v40.0.3...v40.1.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>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index d9377101..3d9a72ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", - "eslint-plugin-jsdoc": "^40.0.3", + "eslint-plugin-jsdoc": "^40.1.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", @@ -7817,9 +7817,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "40.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.3.tgz", - "integrity": "sha512-4QXkuo4yVFJWsZIvdgFMBs6ZWVGDBZGO06kcgM060/96G8+6Fr7JZWy+Wg0I1C0+qxxfpB+aIepdE29vYxX2kA==", + "version": "40.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.1.0.tgz", + "integrity": "sha512-ANvrhiu62VlSorARM0hup60VQsS3hNyp0Ca7cnJDj8tpJzM7tNhBVqMVYXSuLzEmqrpwx6aAh+NAN2DdAGG5fQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.37.0", @@ -23889,9 +23889,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "40.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.3.tgz", - "integrity": "sha512-4QXkuo4yVFJWsZIvdgFMBs6ZWVGDBZGO06kcgM060/96G8+6Fr7JZWy+Wg0I1C0+qxxfpB+aIepdE29vYxX2kA==", + "version": "40.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.1.0.tgz", + "integrity": "sha512-ANvrhiu62VlSorARM0hup60VQsS3hNyp0Ca7cnJDj8tpJzM7tNhBVqMVYXSuLzEmqrpwx6aAh+NAN2DdAGG5fQ==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.37.0", diff --git a/package.json b/package.json index 8990e48d..d81d88cd 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": "^40.0.3", + "eslint-plugin-jsdoc": "^40.1.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", |