Skip to content

Commit aebf51d

Browse files
authored
Merge pull request #161 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-jsdoc-39.3.14
chore(dev-deps): bump eslint-plugin-jsdoc from 39.3.6 to 39.3.14
2 parents 20c3248 + 1c72cf1 commit aebf51d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-salesforce-typescript": "^1.1.1",
3434
"eslint-plugin-header": "^3.0.0",
3535
"eslint-plugin-import": "2.26.0",
36-
"eslint-plugin-jsdoc": "^39.3.6",
36+
"eslint-plugin-jsdoc": "^39.3.14",
3737
"husky": "^7.0.4",
3838
"mocha": "^9.1.3",
3939
"nyc": "^15.1.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@
394394
esquery "^1.4.0"
395395
jsdoc-type-pratt-parser "1.0.4"
396396

397-
"@es-joy/jsdoccomment@~0.31.0":
398-
version "0.31.0"
399-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
400-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
397+
"@es-joy/jsdoccomment@~0.33.0":
398+
version "0.33.0"
399+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz#59416d08442d0fdbb316fc1cb491e750db80b9ad"
400+
integrity sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==
401401
dependencies:
402402
comment-parser "1.3.1"
403403
esquery "^1.4.0"
@@ -3689,17 +3689,17 @@ eslint-plugin-jsdoc@^35.1.2:
36893689
semver "^7.3.5"
36903690
spdx-expression-parse "^3.0.1"
36913691

3692-
eslint-plugin-jsdoc@^39.3.6:
3693-
version "39.3.6"
3694-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.6.tgz#6ba29f32368d72a51335a3dc9ccd22ad0437665d"
3695-
integrity sha512-R6dZ4t83qPdMhIOGr7g2QII2pwCjYyKP+z0tPOfO1bbAbQyKC20Y2Rd6z1te86Lq3T7uM8bNo+VD9YFpE8HU/g==
3692+
eslint-plugin-jsdoc@^39.3.14:
3693+
version "39.3.14"
3694+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.14.tgz#2591bf48907a7527a6e689fd721634364d08fe4e"
3695+
integrity sha512-kle7ot5xvzXwWzg7ElzTPM/y1IWUo0kfa5X+ZwOC/7Jw81OJaqIaNEk+2ZH+HcKkbwRUQ3RTdK9qsm4p5vbXAQ==
36963696
dependencies:
3697-
"@es-joy/jsdoccomment" "~0.31.0"
3697+
"@es-joy/jsdoccomment" "~0.33.0"
36983698
comment-parser "1.3.1"
36993699
debug "^4.3.4"
37003700
escape-string-regexp "^4.0.0"
37013701
esquery "^1.4.0"
3702-
semver "^7.3.7"
3702+
semver "^7.3.8"
37033703
spdx-expression-parse "^3.0.1"
37043704

37053705
eslint-plugin-prefer-arrow@^1.2.1:

0 commit comments

Comments
 (0)