From e5d27534ae83ed204f07249091cdcfe7fdacfae2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 20 Apr 2023 21:25:54 +0200 Subject: [PATCH] Apply dependencies update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d30a9b..2ef9091 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.18.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^43.0.6", + "eslint-plugin-jsdoc": "^43.0.7", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b0a0a0..61beb08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ devDependencies: specifier: ^2.27.5 version: 2.27.5(eslint@8.38.0) eslint-plugin-jsdoc: - specifier: ^43.0.6 - version: 43.0.6(eslint@8.38.0) + specifier: ^43.0.7 + version: 43.0.7(eslint@8.38.0) eslint-plugin-n: specifier: ^15.7.0 version: 15.7.0(eslint@8.38.0) @@ -689,8 +689,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@43.0.6(eslint@8.38.0): - resolution: {integrity: sha512-EJyrcIY4e/e51yzLLBpYX7/Ld1+08Bl/XparwHFTmQ8gUfir4wEmY2c/lj91k9+/8auKeNA5ejbyaOl42xX0AQ==} + /eslint-plugin-jsdoc@43.0.7(eslint@8.38.0): + resolution: {integrity: sha512-32Sx5I9VzO/bqbtslCu3L1GHIPo+QEliwqwjWq+qzbUv76wrkH6ifUEE0EbkuNEn+cHlSIOrg/IJ1PGNN72QZA==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19 || ^20} peerDependencies: eslint: ^7.0.0 || ^8.0.0 -- 2.34.1