Skip to content

Commit

Permalink
Merge pull request #885 from team-apm/dependabot/npm_and_yarn/eslint-…
Browse files Browse the repository at this point in the history
…plugin-jsdoc-39.3.25

build(deps-dev): bump eslint-plugin-jsdoc from 39.3.24 to 39.3.25
  • Loading branch information
hal-shu-sato authored Oct 26, 2022
2 parents f4827aa + 86be245 commit 3a5cdb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.24",
"eslint-plugin-jsdoc": "^39.3.25",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-loader": "^4.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,10 @@
minimatch "^3.0.4"
plist "^3.0.4"

"@es-joy/jsdoccomment@~0.33.0":
version "0.33.0"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz#59416d08442d0fdbb316fc1cb491e750db80b9ad"
integrity sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==
"@es-joy/jsdoccomment@~0.33.4":
version "0.33.4"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz#391cdee831fda273b01f74a50ac7ec71bc0d082a"
integrity sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw==
dependencies:
comment-parser "1.3.1"
esquery "^1.4.0"
Expand Down Expand Up @@ -3499,12 +3499,12 @@ eslint-plugin-import@^2.26.0:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-jsdoc@^39.3.24:
version "39.3.24"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.24.tgz#43a4f81d2fddba4ec848dbed20b1c98d0ffab566"
integrity sha512-ePTnAvTKc/Ux97PgffhsgJcQVJimaNxb5yA4nwhHg+gZ21rjFQmOyowDDYe2u/L9ClwRGmwLq7/K422bTh+2Zg==
eslint-plugin-jsdoc@^39.3.25:
version "39.3.25"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz#a9527ca743c907c5d78bd947a2c2eb8260c2a9cf"
integrity sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==
dependencies:
"@es-joy/jsdoccomment" "~0.33.0"
"@es-joy/jsdoccomment" "~0.33.4"
comment-parser "1.3.1"
debug "^4.3.4"
escape-string-regexp "^4.0.0"
Expand Down

0 comments on commit 3a5cdb5

Please sign in to comment.