From cc4b8f7954069fd0e1db731ff07f5349f7b9c8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:57:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 48.2.11 to 48.2.12 (#1280) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.11 to 48.2.12. - [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/v48.2.11...v48.2.12) --- 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 0b35147..52b1461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "chai": "5.1.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.2.11", + "eslint-plugin-jsdoc": "^48.2.12", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1", "husky": "^9.0.11", @@ -3162,9 +3162,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.2.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.11.tgz", - "integrity": "sha512-mM4RSR1hBPwdtI+boITfDZTxvEYTANSWr3y/D+YR8OshtU3pMgYXC8LrjudhYf0O0g67A7QwlT1gZzhmNy1S4Q==", + "version": "48.2.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.12.tgz", + "integrity": "sha512-sO9sKkJx5ovWoRk9hV0YiNzXQ4Z6j27CqE/po2E3wddZVuy9wvKPSTiIhpxMTrP/qURvKayJIDB2+o9kyCW1Fw==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.43.1", diff --git a/package.json b/package.json index 66561b9..955115c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "chai": "5.1.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.2.11", + "eslint-plugin-jsdoc": "^48.2.12", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1", "husky": "^9.0.11",