From 601fdd2c5c07d97a8d4409ff8de390bfd6bf473f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:31:34 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 46.6.0 to 46.8.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.6.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.6.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.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bff00401..65bc617a 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "eslint-define-config": "^1.23.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^46.6.0", + "eslint-plugin-jsdoc": "^46.8.0", "eslint-plugin-n": "^16.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ab0eaf7..bc25f528 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ devDependencies: specifier: ^2.28.1 version: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) eslint-plugin-jsdoc: - specifier: ^46.6.0 - version: 46.6.0(eslint@8.49.0) + specifier: ^46.8.0 + version: 46.8.0(eslint@8.49.0) eslint-plugin-n: specifier: ^16.1.0 version: 16.1.0(eslint@8.49.0) @@ -2698,8 +2698,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@46.6.0(eslint@8.49.0): - resolution: {integrity: sha512-T/1gzsvnX45qABzyPEonEhFDttkTn7Igm/X89TXIkTLBOsNl2GYtyBqQPZGXZZ8J5VBzEhiCMvI2P2kXX4dnFw==} + /eslint-plugin-jsdoc@46.8.0(eslint@8.49.0): + resolution: {integrity: sha512-qsYP7LN/ji5htZAdfAr8qX0bRZcbTU0hpuECR50UpaqkPyXsWgp2y77RPQ4t7fR5bHpgnGcD5L43PxjyOvIfQA==} engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 -- 2.34.1