From 9a724584bb5d820c6bf1a6a0f22d2803d2f42232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:15:26 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v6.1.0 (#18416) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 852609775e..43f00b2828 100644 --- a/package.json +++ b/package.json @@ -282,7 +282,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "27.1.1", "eslint-plugin-jest-formatting": "3.1.0", - "eslint-plugin-promise": "6.0.1", + "eslint-plugin-promise": "6.1.0", "eslint-plugin-typescript-enum": "2.1.0", "expect-more-jest": "5.4.1", "glob": "8.0.3", diff --git a/yarn.lock b/yarn.lock index 9f5fda737e..bb983476e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4570,10 +4570,10 @@ eslint-plugin-jest@27.1.1: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-promise@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423" - integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw== +eslint-plugin-promise@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.0.tgz#99e54d07272df5a6440209cb36d0d692be0610dd" + integrity sha512-NYCfDZF/KHt27p06nFAttgWuFyIDSUMnNaJBIY1FY9GpBFhdT2vMG64HlFguSgcJeyM5by6Yr5csSOuJm60eXQ== eslint-plugin-typescript-enum@2.1.0: version "2.1.0" -- GitLab