From 8d0d044517d49d3d44ba26b0646b4eceb7405a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:45:15 +0300 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 57.0.8 to 60.1.1 (#4453) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 57.0.8 to 60.1.1. - [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/v57.0.8...v60.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 60.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d177eaf..adee8576 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "color-contrast-checker": "^2.1.0", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jsdoc": "^57.0.8", + "eslint-plugin-jsdoc": "^60.1.1", "globals": "^16.4.0", "hjson": "^3.2.2", "husky": "^9.1.7", @@ -3094,9 +3094,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "57.0.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-57.0.8.tgz", - "integrity": "sha512-L3kb1fz1VsWMDxcNOPqomC8gWROxCJomynYZkhQJInZu4m3Ugjod75pWAICRrKW1WedHkX8BotknBtGCLUFpAg==", + "version": "60.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-60.1.1.tgz", + "integrity": "sha512-eEyINuG4pZtVFplyCPTeUif/+C14zh4fmm5IrDE5YY2Zc3IYKpdGjeaWahJcxWDDwjTVjWCw1zL9XbX3Fb0Wjg==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.58.0", @@ -9594,9 +9594,9 @@ "requires": {} }, "eslint-plugin-jsdoc": { - "version": "57.0.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-57.0.8.tgz", - "integrity": "sha512-L3kb1fz1VsWMDxcNOPqomC8gWROxCJomynYZkhQJInZu4m3Ugjod75pWAICRrKW1WedHkX8BotknBtGCLUFpAg==", + "version": "60.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-60.1.1.tgz", + "integrity": "sha512-eEyINuG4pZtVFplyCPTeUif/+C14zh4fmm5IrDE5YY2Zc3IYKpdGjeaWahJcxWDDwjTVjWCw1zL9XbX3Fb0Wjg==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.58.0", diff --git a/package.json b/package.json index b9c5bc9e..bb0a874f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "color-contrast-checker": "^2.1.0", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jsdoc": "^57.0.8", + "eslint-plugin-jsdoc": "^60.1.1", "globals": "^16.4.0", "hjson": "^3.2.2", "husky": "^9.1.7",