Skip to content

Commit

Permalink
chore(dev-deps): update dependency eslint-plugin-jsdoc to v46.9.1 (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent f7a215a commit a28feb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"jest": "29.7.0",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ __metadata:
eslint-config-airbnb-base: 15.0.0
eslint-config-prettier: 9.1.0
eslint-plugin-import: 2.27.5
eslint-plugin-jsdoc: 46.9.0
eslint-plugin-jsdoc: 46.9.1
eslint-plugin-prettier: 5.0.1
husky: 8.0.3
jest: 29.7.0
Expand Down Expand Up @@ -2969,9 +2969,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:46.9.0":
version: 46.9.0
resolution: "eslint-plugin-jsdoc@npm:46.9.0"
"eslint-plugin-jsdoc@npm:46.9.1":
version: 46.9.1
resolution: "eslint-plugin-jsdoc@npm:46.9.1"
dependencies:
"@es-joy/jsdoccomment": ~0.41.0
are-docs-informative: ^0.0.2
Expand All @@ -2981,10 +2981,10 @@ __metadata:
esquery: ^1.5.0
is-builtin-module: ^3.2.1
semver: ^7.5.4
spdx-expression-parse: ^3.0.1
spdx-expression-parse: ^4.0.0
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: b7c1c8eaa1c61d8bb5b6b541f891a6033cc434893bb6c62c91c8fd2add4bd477f10e559c04ba92ae05def06d551a905b301d7de00a0e92df7663701cb7952861
checksum: c1307398f9cf79ad1479b7f2c08ffc150d2b4f9747880f6a0de2f34dc1b04ec34d01acbd69d0ed1a4d1e435dba6683bd1446b3ff89a2074e9c739e15d22c228f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6242,7 +6242,7 @@ __metadata:
languageName: node
linkType: hard

"spdx-expression-parse@npm:^3.0.0, spdx-expression-parse@npm:^3.0.1":
"spdx-expression-parse@npm:^3.0.0":
version: 3.0.1
resolution: "spdx-expression-parse@npm:3.0.1"
dependencies:
Expand All @@ -6252,6 +6252,16 @@ __metadata:
languageName: node
linkType: hard

"spdx-expression-parse@npm:^4.0.0":
version: 4.0.0
resolution: "spdx-expression-parse@npm:4.0.0"
dependencies:
spdx-exceptions: ^2.1.0
spdx-license-ids: ^3.0.0
checksum: 936be681fbf5edeec3a79c023136479f70d6edb3fd3875089ac86cd324c6c8c81add47399edead296d1d0af17ae5ce88c7f88885eb150b62c2ff6e535841ca6a
languageName: node
linkType: hard

"spdx-license-ids@npm:^3.0.0":
version: 3.0.16
resolution: "spdx-license-ids@npm:3.0.16"
Expand Down

0 comments on commit a28feb2

Please sign in to comment.