From 964f96962d37000189f11d2a47a7fafa49c61e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:33:42 +0000 Subject: [PATCH] tools: bump eslint-plugin-jsdoc in /tools/eslint in the eslint group Bumps the eslint group in /tools/eslint with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 64.3.9 to 64.3.10 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v64.3.9...v64.3.10) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 64.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/eslint/package-lock.json | 8 ++++---- tools/eslint/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/eslint/package-lock.json b/tools/eslint/package-lock.json index ecbd1ce7818..52bd25321ad 100644 --- a/tools/eslint/package-lock.json +++ b/tools/eslint/package-lock.json @@ -17,7 +17,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.10.0", "eslint-formatter-tap": "^9.0.1", - "eslint-plugin-jsdoc": "^64.3.9", + "eslint-plugin-jsdoc": "^64.3.10", "eslint-plugin-regexp": "^3.3.0", "globals": "^17.12.0" } @@ -1222,9 +1222,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "64.3.9", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-64.3.9.tgz", - "integrity": "sha512-iwA1uN5/3X3GH9zdiJq8XvUNuMeLPWriGCLNBt2d/oACwYq41LrAJE2cLvMLc2gcYFutd/XvINp99JGTlxEirA==", + "version": "64.3.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-64.3.10.tgz", + "integrity": "sha512-oevWxylnQJm/f4S5WfvqG/pdmX9Ndsjpfm51QpTFfG8MF92999sp4hm4/GxyboaAQRFngLRDL4iKHZz5hPs4Xw==", "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.97.0", diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 2b5145ee711..8357472e24c 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -12,7 +12,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.10.0", "eslint-formatter-tap": "^9.0.1", - "eslint-plugin-jsdoc": "^64.3.9", + "eslint-plugin-jsdoc": "^64.3.10", "eslint-plugin-regexp": "^3.3.0", "globals": "^17.12.0" }