Skip to content

Commit 6a3570a

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.3.14 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16499ee commit 6a3570a

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-eslint-comments": "3.2.0",
5858
"eslint-plugin-import": "2.26.0",
5959
"eslint-plugin-jest": "26.9.0",
60-
"eslint-plugin-jsdoc": "39.3.6",
60+
"eslint-plugin-jsdoc": "39.3.14",
6161
"eslint-plugin-prettier": "4.2.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.7.1",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@
318318
dependencies:
319319
"@jridgewell/trace-mapping" "0.3.9"
320320

321-
"@es-joy/jsdoccomment@~0.31.0":
322-
version "0.31.0"
323-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
324-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
321+
"@es-joy/jsdoccomment@~0.33.0":
322+
version "0.33.0"
323+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz#59416d08442d0fdbb316fc1cb491e750db80b9ad"
324+
integrity sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==
325325
dependencies:
326326
comment-parser "1.3.1"
327327
esquery "^1.4.0"
@@ -2537,17 +2537,17 @@ eslint-plugin-jest@26.9.0:
25372537
dependencies:
25382538
"@typescript-eslint/utils" "^5.10.0"
25392539

2540-
eslint-plugin-jsdoc@39.3.6:
2541-
version "39.3.6"
2542-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.6.tgz#6ba29f32368d72a51335a3dc9ccd22ad0437665d"
2543-
integrity sha512-R6dZ4t83qPdMhIOGr7g2QII2pwCjYyKP+z0tPOfO1bbAbQyKC20Y2Rd6z1te86Lq3T7uM8bNo+VD9YFpE8HU/g==
2540+
eslint-plugin-jsdoc@39.3.14:
2541+
version "39.3.14"
2542+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.14.tgz#2591bf48907a7527a6e689fd721634364d08fe4e"
2543+
integrity sha512-kle7ot5xvzXwWzg7ElzTPM/y1IWUo0kfa5X+ZwOC/7Jw81OJaqIaNEk+2ZH+HcKkbwRUQ3RTdK9qsm4p5vbXAQ==
25442544
dependencies:
2545-
"@es-joy/jsdoccomment" "~0.31.0"
2545+
"@es-joy/jsdoccomment" "~0.33.0"
25462546
comment-parser "1.3.1"
25472547
debug "^4.3.4"
25482548
escape-string-regexp "^4.0.0"
25492549
esquery "^1.4.0"
2550-
semver "^7.3.7"
2550+
semver "^7.3.8"
25512551
spdx-expression-parse "^3.0.1"
25522552

25532553
eslint-plugin-prettier@4.2.1:
@@ -5582,6 +5582,13 @@ semver@^7.3.7:
55825582
dependencies:
55835583
lru-cache "^6.0.0"
55845584

5585+
semver@^7.3.8:
5586+
version "7.3.8"
5587+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5588+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5589+
dependencies:
5590+
lru-cache "^6.0.0"
5591+
55855592
set-blocking@^2.0.0:
55865593
version "2.0.0"
55875594
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)