From 4f87ec48cf14d861c8f2795738015c6c0f5db656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:34:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 48.10.2 to 48.11.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.10.2 to 48.11.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/v48.10.2...v48.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 ca24eb2c5..17d3bac9f 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.10.2", + "eslint-plugin-jsdoc": "^48.11.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^9.1.4", @@ -3181,9 +3181,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.10.2.tgz", - "integrity": "sha512-xTkf/MmEeVrTbezc6kDqCJmK9RcseIKo8X4oyoDCMvV4LY8dqrQi8kmfRrv9n0gNBkCclevaOh2Lkmu6Fs8SLg==", + "version": "48.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.11.0.tgz", + "integrity": "sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.46.0", diff --git a/package.json b/package.json index f7d52f472..9eef9d594 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.10.2", + "eslint-plugin-jsdoc": "^48.11.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^9.1.4",