From 7b92b55ee064fe2901b7b00f1bac8d710e53e81f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:00:56 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-jsdoc to v51 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fe194b..bf7a6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-formatjs": "5.3.1", "eslint-plugin-html": "8.1.3", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.8.0", + "eslint-plugin-jsdoc": "51.0.1", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", @@ -3241,12 +3241,12 @@ "license": "MIT" }, "node_modules/are-docs-informative": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", - "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.1.1.tgz", + "integrity": "sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==", "license": "MIT", "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/argparse": { @@ -5317,13 +5317,13 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.8.0.tgz", - "integrity": "sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==", + "version": "51.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.1.tgz", + "integrity": "sha512-nnH6O8uk0Wp5EvHlVEPESKdGWTlu5g1tfBUZmL/jMZLBpUtttxxW+9hPzTMCYmYsQ3HwDsJdHJAiaDRKsP6iUg==", "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.50.2", - "are-docs-informative": "^0.0.2", + "are-docs-informative": "^0.1.1", "comment-parser": "1.4.1", "debug": "^4.4.1", "escape-string-regexp": "^4.0.0", @@ -5334,7 +5334,7 @@ "spdx-expression-parse": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" diff --git a/package.json b/package.json index f77f6f5..b000ce7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-formatjs": "5.3.1", "eslint-plugin-html": "8.1.3", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.8.0", + "eslint-plugin-jsdoc": "51.0.1", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0",