From 64f056973b7bef03124c46b21628b7d09eda5a7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:57:00 +0000 Subject: [PATCH] chore(deps): update dependency @trojs/lint to v0.3.6 --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9050017..04a9a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,20 +123,20 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.50.2", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz", - "integrity": "sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==", + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.52.0.tgz", + "integrity": "sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==", "dev": true, "license": "MIT", "dependencies": { - "@types/estree": "^1.0.6", - "@typescript-eslint/types": "^8.11.0", + "@types/estree": "^1.0.8", + "@typescript-eslint/types": "^8.34.1", "comment-parser": "1.4.1", "esquery": "^1.6.0", "jsdoc-type-pratt-parser": "~4.1.0" }, "engines": { - "node": ">=18" + "node": ">=20.11.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -549,16 +549,16 @@ } }, "node_modules/@trojs/lint": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.3.4.tgz", - "integrity": "sha512-5mEWAMfWkfcuKlsXbktAIVFpXzBZYZNcB4+I5+0GoI0DLcsfyzAwb4NKLnkpcDHj0RAPcFGRE+pYh4BiNeeToQ==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.3.6.tgz", + "integrity": "sha512-xPJI8fk54yPadkWZ2mhf6QxNvwJDuiH2cA5yTbfrFVz2om12kj5dRa9qG017oMR5Obd4foxTONu6CgFi25x1Ww==", "dev": true, "license": "MIT", "dependencies": { "@stylistic/eslint-plugin": "^5.0.0", "eslint": "^9.19.0", "eslint-plugin-import-x": "^4.6.1", - "eslint-plugin-jsdoc": "^51.0.0", + "eslint-plugin-jsdoc": "^52.0.0", "eslint-plugin-n": "^17.15.1", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-sonarjs": "^3.0.1", @@ -1990,18 +1990,18 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "51.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.3.tgz", - "integrity": "sha512-9BRR+b5nKwp6LGTffnrxKxduhzO/DzyBmRNqyt1wIlBFP+q9mq+sq1hIQCVetZAn1PaOl0Evo4PUOlT+xbtctQ==", + "version": "52.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-52.0.1.tgz", + "integrity": "sha512-zJdjpC9z4x28BBdCoxH+/h0BdDLZ9KXQGVKU9gHt3TQJ9kMraep+DgfTIVaXu9u1wy0HyhK2eFMp3icQBV4dkw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@es-joy/jsdoccomment": "~0.50.2", + "@es-joy/jsdoccomment": "~0.52.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.4.1", "escape-string-regexp": "^4.0.0", - "espree": "^10.3.0", + "espree": "^10.4.0", "esquery": "^1.6.0", "parse-imports-exports": "^0.2.4", "semver": "^7.7.2",