From 1c01de8b6ed029f9818e60cabc9f361c866a16d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:42:33 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 50.2.3 to 50.2.4 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.3 to 50.2.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/v50.2.3...v50.2.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... 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 d761af4..011602d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "clean-jsdoc-theme": "4.3.0", "css-loader": "^7.1.2", "eslint": "^9.10.0", - "eslint-plugin-jsdoc": "~50.2.3", + "eslint-plugin-jsdoc": "~50.2.4", "globals": "^15.9.0", "html-webpack-plugin": "^5.6.0", "jsdoc": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index aac06c2..35e7465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2450,10 +2450,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-jsdoc@~50.2.3: - version "50.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.3.tgz#75c455ab04819138d3cde37d92d9eb162dc41cb6" - integrity sha512-aNh/dz3wSkyo53y2KWDCrA8fDuXDMtMVflcbesd8AFPgcF8ugOv9mJxC7qKB95R96nzCB91iEwU7MMznh/7okQ== +eslint-plugin-jsdoc@~50.2.4: + version "50.2.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.4.tgz#9abef68ea5869e87d8a4444bfef9e5a7787162e2" + integrity sha512-020jA+dXaXdb+TML3ZJBvpPmzwbNROjnYuTYi/g6A5QEmEjhptz4oPJDKkOGMIByNxsPpdTLzSU1HYVqebOX1w== dependencies: "@es-joy/jsdoccomment" "~0.48.0" are-docs-informative "^0.0.2"