Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-promise to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent d6ae6bb commit 5aa272a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
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.0",
"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.0
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.0":
version: 7.2.0
resolution: "eslint-plugin-promise@npm:7.2.0"
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: 186cd1adbcb4617acdf5fdb0c4692ae768c5c0add601573062eac7b1e8e5ae335b46c7035d876f3d03947990c1e659bfe490a7a4ec601b117a9d736b91c5776e
languageName: node
linkType: hard

Expand Down

0 comments on commit 5aa272a

Please sign in to comment.