From 332c3163e95a7bd791dfc618c1d40ec91e16948b Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sun, 9 Apr 2023 00:18:44 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsdoc to v40.1.2 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 19fa047..8571a1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2610,9 +2610,9 @@ eslint-plugin-jsdoc@^39.0.0: spdx-expression-parse "^3.0.1" eslint-plugin-jsdoc@^40.0.0: - version "40.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.1.1.tgz#12ae46e5e64524c19fb7d01471c70015aa0863f0" - integrity sha512-KxrQCq9pPt7LNeDBlLlnuJMpDFZnEQTs4e25NrT4u5cWmPw2P7F03F2qwPz0GMdlRZTyMOofuPAdiWytvPubvA== + version "40.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.1.2.tgz#177bc131488157e4aae247df1aa1fdf9f4296842" + integrity sha512-U4Kt42OVjF0EXOWPEc8pjanT8O1ULvILwgA5k87CnhrCKG4xaJ8Sjsb6CWgDtaemOywN06u86duKU1yMaBp7IQ== dependencies: "@es-joy/jsdoccomment" "~0.37.0" comment-parser "1.3.1" -- GitLab