From 22eb85301c8b838dd7691f5d0c53953da29cafc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 06:03:31 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc Bumps the dev-dependencies group in /QualityControl with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 62.0.0 to 62.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.0.0...v62.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- QualityControl/package-lock.json | 34 ++++++++++++++++---------------- QualityControl/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/QualityControl/package-lock.json b/QualityControl/package-lock.json index 6540ae780..0d4aa2712 100644 --- a/QualityControl/package-lock.json +++ b/QualityControl/package-lock.json @@ -27,7 +27,7 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.4.0", "eslint": "^9.39.1", - "eslint-plugin-jsdoc": "^62.0.0", + "eslint-plugin-jsdoc": "^62.2.0", "globals": "^17.0.0", "nock": "^15.0.0", "puppeteer": "^24.35.0", @@ -238,15 +238,15 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.79.0.tgz", - "integrity": "sha512-q/Nc241VsVRC5b1dgbsOI0fnWfrb1S9sdceFewpDHto4+4r2o6SSCpcY+Z+EdLdMPN6Nsj/PjlPcKag6WbU6XQ==", + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.81.0.tgz", + "integrity": "sha512-4V4A0hFAB19id7w9iwiosV/rqwlH+PXEuYnnu1Cyc5jUjTwsE2G1qsX9TOCmfCmsWYBg6xeDC/XDFUzXAxDg3A==", "dev": true, "license": "MIT", "dependencies": { "@types/estree": "^1.0.8", - "@typescript-eslint/types": "^8.52.0", - "comment-parser": "1.4.1", + "@typescript-eslint/types": "^8.53.0", + "comment-parser": "1.4.4", "esquery": "^1.7.0", "jsdoc-type-pratt-parser": "~7.0.0" }, @@ -1237,9 +1237,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.53.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.0.tgz", - "integrity": "sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==", + "version": "8.53.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz", + "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==", "dev": true, "license": "MIT", "engines": { @@ -1998,9 +1998,9 @@ } }, "node_modules/comment-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", - "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.4.tgz", + "integrity": "sha512-0D6qSQ5IkeRrGJFHRClzaMOenMeT0gErz3zIw3AprKMqhRN6LNU2jQOdkPG/FZ+8bCgXE1VidrgSzlBBDZRr8A==", "dev": true, "license": "MIT", "engines": { @@ -2721,16 +2721,16 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "62.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.0.0.tgz", - "integrity": "sha512-sNdIGLAvjFK3pB0SYFW74iXODZ4ifF8Ax13Wgq8jKepKnrCFzGo7+jRZfLf70h81SD7lPYnTE7MR2nhYSvaLTA==", + "version": "62.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.2.0.tgz", + "integrity": "sha512-juIekE88Gy1FnjsQuwkrZ3OW4UCkQuhiBf9QqF9U1xgqtan4rQFCOUn4cKeHR1ObBqJ8/pG8a0lZlAuKlDLpdw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@es-joy/jsdoccomment": "~0.79.0", + "@es-joy/jsdoccomment": "~0.81.0", "@es-joy/resolve.exports": "1.2.0", "are-docs-informative": "^0.0.2", - "comment-parser": "1.4.1", + "comment-parser": "1.4.4", "debug": "^4.4.3", "escape-string-regexp": "^4.0.0", "espree": "^11.0.0", diff --git a/QualityControl/package.json b/QualityControl/package.json index 5841f7cfe..eff03a4f0 100644 --- a/QualityControl/package.json +++ b/QualityControl/package.json @@ -51,7 +51,7 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.4.0", "eslint": "^9.39.1", - "eslint-plugin-jsdoc": "^62.0.0", + "eslint-plugin-jsdoc": "^62.2.0", "globals": "^17.0.0", "nock": "^15.0.0", "puppeteer": "^24.35.0",