diff options
author | dependabot[bot] | 2023-01-18 21:29:08 +0000 |
---|---|---|
committer | vitalyster | 2023-01-19 09:46:12 +0300 |
commit | c3ff9c437a8a2a79fedb2941d79d70472c39e199 (patch) | |
tree | 95feb732a178749df089a4d90b1be671a7ca62d6 /vnext/package.json | |
parent | 1c89cbba0bd252efdaddaeb697cf1f32e6a2479e (diff) |
build(deps-dev): bump eslint-plugin-jsdoc in /vnext
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.4 to 39.6.6.
- [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.6.4...v39.6.6)
---
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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index e99b5d43..c0b29a56 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -29,7 +29,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^39.6.6", "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-promise": "^6.1.1", |