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 v7 #628

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^48.0.1",
"reflect-metadata": "^0.1.13",
"typescript": "^5.2.2"
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ __metadata:
eslint-config-standard-with-typescript: ^39.0.0
eslint-plugin-import: ^2.28.1
eslint-plugin-n: ^16.0.2
eslint-plugin-promise: ^6.1.1
eslint-plugin-promise: ^7.2.1
eslint-plugin-unicorn: ^48.0.1
inversify: ^6.0.1
lodash: ^4.17.21
Expand Down Expand Up @@ -1801,12 +1801,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:^6.1.1":
version: 6.1.1
resolution: "eslint-plugin-promise@npm:6.1.1"
"eslint-plugin-promise@npm:^7.2.1":
version: 7.2.1
resolution: "eslint-plugin-promise@npm:7.2.1"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 46b9a4f79dae5539987922afc27cc17cbccdecf4f0ba19c0ccbf911b0e31853e9f39d9959eefb9637461b52772afa1a482f1f87ff16c1ba38bdb6fcf21897e9a
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: 9101a93efd79f5202d0239d7666935c1d5655f64f4527cea6e82e1438b4de4304351de60f2c26201289a22eed1da4b3a21e7996fa3268b9943b98d12c80b2030
languageName: node
linkType: hard

Expand Down
Loading