From de873f50349e34efd1dcb61cea0976be673f227d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:54:51 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 48.0.4 to 48.0.5 (#1140) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.0.4 to 48.0.5. - [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.0.4...v48.0.5) --- 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7c61dc4..6a36e38b 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "concurrently": "^8.2.2", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.0.4", + "eslint-plugin-jsdoc": "^48.0.5", "espower-cli": "^1.1.0", "espower-loader": "^1.2.2", "exorcist": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 27ecd498..eeca1cdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2084,10 +2084,10 @@ eslint-plugin-import@^2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-jsdoc@^48.0.4: - version "48.0.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.4.tgz#ca54da8937b2f6fd242a16dbb1b9ff5050baf223" - integrity sha512-A0cH+5svWPXzGZszBjXA1t0aAqVGS+/x3i02KFmb73rU0iMLnadEcVWcD/dGBZHIfAMKr3YpWh58f6wn4N909w== +eslint-plugin-jsdoc@^48.0.5: + version "48.0.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.5.tgz#378eabf932f1a5ab09efeecbbfb55d71fce71b83" + integrity sha512-9ZYb3W6r6nZ3jc9vmJ2pZoINLhk9iI6rEFTfU7sTRAzFUWh00SRI9SRZ+IgDoiIPTp2tOUXs0vDOApdIlTnFKA== dependencies: "@es-joy/jsdoccomment" "~0.41.0" are-docs-informative "^0.0.2"