From 70adfce2b947ebc62f8232a519c22bf079b05335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:42:00 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 50.2.2 to 50.2.3 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.2 to 50.2.3. - [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.2...v50.2.3) --- 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 a51f0bf..9ddbcb4 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.2", + "eslint-plugin-jsdoc": "~50.2.3", "globals": "^15.9.0", "html-webpack-plugin": "^5.6.0", "jsdoc": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index f78835e..3b5491c 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.2: - version "50.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.2.tgz#151e63c8bc245ea8b2357d4229392a5b993827b0" - integrity sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg== +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== dependencies: "@es-joy/jsdoccomment" "~0.48.0" are-docs-informative "^0.0.2"