From 20c8122da390f0e28d122d7fcefea9d3d8cad304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:21:50 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.6 to 39.6.7 (#724) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.6 to 39.6.7. - [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.6...v39.6.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09b3880..bb9112a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "chai": "4.3.7", "eslint": "^8.32.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-jsdoc": "^39.6.6", + "eslint-plugin-jsdoc": "^39.6.7", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.6.0", "husky": "^8.0.3", @@ -2763,9 +2763,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.6.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.6.tgz", - "integrity": "sha512-cFkmcdMYHw4XwA4fM5Rdopn9wB2p+Yu966F/6fa9C/oIMH99+YCfhH3+qXMc39VX9KYZ0d/KHgUbKo8D7N/27A==", + "version": "39.6.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz", + "integrity": "sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.36.1", diff --git a/package.json b/package.json index a73860b..ee98fbe 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "chai": "4.3.7", "eslint": "^8.32.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-jsdoc": "^39.6.6", + "eslint-plugin-jsdoc": "^39.6.7", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.6.0", "husky": "^8.0.3",