From 6fcc2373f568c491d6a88c1d3b5839a1d73105e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:34:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7.2.0 --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ee4f61..ff718c9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.14.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-promise": "7.1.0", + "eslint-plugin-promise": "7.2.0", "npm-run-all2": "6.2.6", "prettier": "3.3.3", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index c50d7fc..4fa8a41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1510,10 +1510,12 @@ eslint-plugin-prettier@5.2.1: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-promise@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz#06b3ad6d36b3c3ef3ec201c8a8d97049cf5dbb20" - integrity sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ== +eslint-plugin-promise@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87" + integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" eslint-scope@^7.2.2: version "7.2.2"