From 34a92f26d5fc9cafe9188fcfc16c91c81049e380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:27:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 46.5.1 to 46.6.0 (#1427) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.5.1 to 46.6.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/v46.5.1...v46.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... 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 b8a875d2..07e216c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.49.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^46.5.1", + "eslint-plugin-jsdoc": "^46.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-vue": "^9.17.0", @@ -3694,9 +3694,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "46.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.5.1.tgz", - "integrity": "sha512-CPbvKprmEuJYoxMj5g8gXfPqUGgcqMM6jpH06Kp4pn5Uy5MrPkFKzoD7UFp2E4RBzfXbJz1+TeuEivwFVMkXBg==", + "version": "46.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.6.0.tgz", + "integrity": "sha512-T/1gzsvnX45qABzyPEonEhFDttkTn7Igm/X89TXIkTLBOsNl2GYtyBqQPZGXZZ8J5VBzEhiCMvI2P2kXX4dnFw==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.40.1", diff --git a/package.json b/package.json index 7be52210..cfffce84 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint": "^8.49.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^46.5.1", + "eslint-plugin-jsdoc": "^46.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-vue": "^9.17.0",