From 6d1a5973f527fa254a3d6cdfe4862e6cc89f1263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:43:21 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 47.0.2 to 48.0.4 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 47.0.2 to 48.0.4. - [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/v47.0.2...v48.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a20f4c..61d3e25 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.1", - "eslint-plugin-jsdoc": "^47.0.2", + "eslint-plugin-jsdoc": "^48.0.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.2", "jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index 7d875fe..8722465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2648,10 +2648,10 @@ eslint-plugin-jest@^27.6.1: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-jsdoc@^47.0.2: - version "47.0.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-47.0.2.tgz#113a6370e623535e5c6e0a59a094ffdc253371ff" - integrity sha512-sIq81Pv+yrhhwY0m1JH79rdZRgDNunehv3S0Yv0UfewpoeJyPkODFn2o4o20nofVoI2tjku9/QBcCYUmmeWFXA== +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== dependencies: "@es-joy/jsdoccomment" "~0.41.0" are-docs-informative "^0.0.2"