Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-promise to v6.4.0 #148

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-inclusive-language": "2.2.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-unicorn": "43.0.2",
"husky": "8.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4361,7 +4361,7 @@ __metadata:
eslint-plugin-import: 2.26.0
eslint-plugin-inclusive-language: 2.2.1
eslint-plugin-jest-formatting: 3.1.0
eslint-plugin-promise: 6.0.1
eslint-plugin-promise: 6.4.0
eslint-plugin-sonarjs: 0.13.0
eslint-plugin-unicorn: 43.0.2
husky: 8.0.3
Expand Down Expand Up @@ -4871,12 +4871,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:6.0.1":
version: 6.0.1
resolution: "eslint-plugin-promise@npm:6.0.1"
"eslint-plugin-promise@npm:6.4.0":
version: 6.4.0
resolution: "eslint-plugin-promise@npm:6.4.0"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: c1bb3c2e591787e97133dcaf764f908420a3a1959a3132e199db8f14d70dfa79fc9caf991ca60a4b60ae5f1f9823bc96c2e52304828a4278ef2f3964fe121de9
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: cf22ee739aa58a79b7ab8c8be7604dd64f96dee353346556cf04168fcd4f28657bc23ef02e1264a35ffe43bc00ff171c90d720ce9800c68a496d13687d6c02d7
languageName: node
linkType: hard

Expand Down
Loading