From 897dc913ea7450005028a43f3dc3801b35d4826d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:38:16 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7 --- package.json | 2 +- yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6a04392c..c1f20771 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/yarn.lock b/yarn.lock index 2fea8fc6..8675fabe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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