From 4662bbf6fad0bdb8895d43c910d0990f7de9061f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:17:02 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c6de60ba..8dbdec761 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-n": "^15.0.0 || ^16.0.0 || ^17.0.0", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-prettier": "^5.0.0-alpha.2", - "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-promise": "^7.0.0", "globals": "^15.0.0", "jest": "29.7.0", "prettier": "3.3.3", diff --git a/yarn.lock b/yarn.lock index 629037634..cd1396b54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1905,10 +1905,10 @@ eslint-plugin-prettier@^5.0.0, eslint-plugin-prettier@^5.0.0-alpha.2: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-promise@^6.0.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a" - integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ== +eslint-plugin-promise@^7.0.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-rule-documentation@>=1.0.0: version "1.0.23"