From 6135a2ac752259b8485b7412e86aa78c774a0196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:47:40 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 39.6.8 to 39.7.4 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.8 to 39.7.4. - [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/v39.6.8...v39.7.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 fdf5d84fc8..0ec8be7a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "eslint-config-standard": "^17.0.0", "eslint-plugin-es-x": "^5.4.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^39.6.8", + "eslint-plugin-jsdoc": "^39.7.4", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "html-validate": "7.13.1", @@ -8353,9 +8353,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.6.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.8.tgz", - "integrity": "sha512-8W2B2vCfqXmV6AxhEO9u25zPqk7V/LxCsZBl0xDF1CSLDqabiQQtZXpWp19K53HMfFZMLeNRJRUFFhauWgMZrA==", + "version": "39.7.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.7.4.tgz", + "integrity": "sha512-2eJcWGKRyNQFa37UIpGcAdOp3wtES8vV3mlnFmEmJCuBNyFhK6cMhbZgMkLoLjKnipoxsN9GbfZZ+8nPY8ETZQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.36.1", @@ -31892,9 +31892,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.6.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.8.tgz", - "integrity": "sha512-8W2B2vCfqXmV6AxhEO9u25zPqk7V/LxCsZBl0xDF1CSLDqabiQQtZXpWp19K53HMfFZMLeNRJRUFFhauWgMZrA==", + "version": "39.7.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.7.4.tgz", + "integrity": "sha512-2eJcWGKRyNQFa37UIpGcAdOp3wtES8vV3mlnFmEmJCuBNyFhK6cMhbZgMkLoLjKnipoxsN9GbfZZ+8nPY8ETZQ==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.36.1", diff --git a/package.json b/package.json index 4e9b18ca51..b9b210c8cb 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-config-standard": "^17.0.0", "eslint-plugin-es-x": "^5.4.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^39.6.8", + "eslint-plugin-jsdoc": "^39.7.4", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "html-validate": "7.13.1",