From 942308be3adec8c20c496f4c8c179e189a3534d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 03:02:06 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 46.7.0 to 46.8.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.7.0 to 46.8.0. - [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/v46.7.0...v46.8.0) --- 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 83a7b5c92f..15dfa9a83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-expect-type": "^0.2.3", "eslint-plugin-jest": "^27.2.3", - "eslint-plugin-jsdoc": "^46.7.0", + "eslint-plugin-jsdoc": "^46.8.0", "eslint-plugin-n": "^16.1.0", "eslint-plugin-unicorn": "^48.0.1", "husky": "^8.0.3", @@ -3224,9 +3224,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "46.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.7.0.tgz", - "integrity": "sha512-VuNF+5WaiqocDDA6zvm+/D6DYo+DPFuSBOb8oSWbu0CVh+aaL3TAtpB0L0XdYYib1HHudMCHd2QeA25Tn1Pkfw==", + "version": "46.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.0.tgz", + "integrity": "sha512-qsYP7LN/ji5htZAdfAr8qX0bRZcbTU0hpuECR50UpaqkPyXsWgp2y77RPQ4t7fR5bHpgnGcD5L43PxjyOvIfQA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.40.1", @@ -10147,9 +10147,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "46.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.7.0.tgz", - "integrity": "sha512-VuNF+5WaiqocDDA6zvm+/D6DYo+DPFuSBOb8oSWbu0CVh+aaL3TAtpB0L0XdYYib1HHudMCHd2QeA25Tn1Pkfw==", + "version": "46.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.0.tgz", + "integrity": "sha512-qsYP7LN/ji5htZAdfAr8qX0bRZcbTU0hpuECR50UpaqkPyXsWgp2y77RPQ4t7fR5bHpgnGcD5L43PxjyOvIfQA==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.40.1", diff --git a/package.json b/package.json index 69800cf3fb..cb42b43885 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-expect-type": "^0.2.3", "eslint-plugin-jest": "^27.2.3", - "eslint-plugin-jsdoc": "^46.7.0", + "eslint-plugin-jsdoc": "^46.8.0", "eslint-plugin-n": "^16.1.0", "eslint-plugin-unicorn": "^48.0.1", "husky": "^8.0.3",