From ca86d3e1a6afc9a29a108dbf5789dbf56b0391d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:28:24 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 46.4.1 to 46.4.2 (#913) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.4.1 to 46.4.2. - [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.4.1...v46.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... 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 dddd3e6..3f8d9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "chai": "4.3.7", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^46.4.1", + "eslint-plugin-jsdoc": "^46.4.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^8.0.3", @@ -2816,9 +2816,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "46.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.4.1.tgz", - "integrity": "sha512-Y9gcBPObWgrLeQHY273UVEbTtV4Hr/bl/Cv+izTVQxVSWz9afcqgny3P8B1lVlzKJQByYKEQGiawblamuDfuvg==", + "version": "46.4.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.4.2.tgz", + "integrity": "sha512-fmIgOe7irf9otkMtsPjr5P39wC5LzA6aEU/nydfUlc8JaEiS93uhPaxI+x/v5s1Ckm+IZeP3006do2n2ehZcNQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.39.4", diff --git a/package.json b/package.json index cfa8f2a..bf4eb83 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "chai": "4.3.7", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^46.4.1", + "eslint-plugin-jsdoc": "^46.4.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^8.0.3",