From 2310a495c85a32c153204b80396e99e908f48d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:53:31 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 50.3.1 to 50.4.0 (#24703) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b8213928fb0ee..87eaf0af7021ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-config-standard": "~17.1.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "~2.31.0", - "eslint-plugin-jsdoc": "~50.3.0", + "eslint-plugin-jsdoc": "~50.4.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-prefer-arrow-functions": "~3.4.1", "eslint-plugin-promise": "~6.6.0", @@ -552,9 +552,9 @@ "dev": true }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.48.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.48.0.tgz", - "integrity": "sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==", + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz", + "integrity": "sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==", "dev": true, "dependencies": { "comment-parser": "1.4.1", @@ -3645,12 +3645,12 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.1.tgz", - "integrity": "sha512-SY9oUuTMr6aWoJggUS40LtMjsRzJPB5ZT7F432xZIHK3EfHF+8i48GbUBpwanrtlL9l1gILNTHK9o8gEhYLcKA==", + "version": "50.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.0.tgz", + "integrity": "sha512-UT7mfB4x9XgBTCrg8VxsOnZ+uglKG09RkAVfaIRHSF/YdiXx32ix9B0IZ8aiGAvloGNkBMSi19mTQUk3aEAMQA==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.48.0", + "@es-joy/jsdoccomment": "~0.49.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.3.6", diff --git a/package.json b/package.json index a7067da65e90a6..15ecd26e1f3945 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-config-standard": "~17.1.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "~2.31.0", - "eslint-plugin-jsdoc": "~50.3.0", + "eslint-plugin-jsdoc": "~50.4.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-prefer-arrow-functions": "~3.4.1", "eslint-plugin-promise": "~6.6.0",