From d7b605f35fa36961ea17b578c8c6bc970e55c343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:51:25 +0100 Subject: [PATCH] chore(deps): update devdependency eslint-plugin-jsdoc to ^41.1.2 (main) (#20320) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 705d35ae50..6922ef7973 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "changelogen": "^0.5.3", "crawler": "^1.4.0", "eslint": "^8.38.0", - "eslint-plugin-jsdoc": "^41.1.1", + "eslint-plugin-jsdoc": "^41.1.2", "execa": "^7.1.1", "expect-type": "^0.15.0", "globby": "^13.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5fb02ac01a..1998757472 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: specifier: ^8.38.0 version: 8.38.0 eslint-plugin-jsdoc: - specifier: ^41.1.1 - version: 41.1.1(eslint@8.38.0) + specifier: ^41.1.2 + version: 41.1.2(eslint@8.38.0) execa: specifier: ^7.1.1 version: 7.1.1 @@ -4889,8 +4889,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@41.1.1(eslint@8.38.0): - resolution: {integrity: sha512-dfH97DKLGtQ5dgEMzd+GSUuY+xX/yyAfjML3O0pEWmMMpylsG6Ro65s4ziYXKmixiENYK9CTQxCVRGqZUFN2Mw==} + /eslint-plugin-jsdoc@41.1.2(eslint@8.38.0): + resolution: {integrity: sha512-MePJXdGiPW7AG06CU5GbKzYtKpoHwTq1lKijjq+RwL/cQkZtBZ59Zbv5Ep0RVxSMnq6242249/n+w4XrTZ1Afg==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: eslint: ^7.0.0 || ^8.0.0