From bcb5e19bc6ae522d331fa1482fe3a0f17e2f84bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 14:56:17 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v5 (#9810) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 937705ebd23276..7468163b8dbdcb 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "eslint-config-prettier": "8.2.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.3.5", - "eslint-plugin-promise": "4.3.1", + "eslint-plugin-promise": "5.1.0", "glob": "7.1.6", "graphql": "15.5.0", "husky": "4.3.8", diff --git a/yarn.lock b/yarn.lock index 129aa633983244..f56fb5461d28a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3908,10 +3908,10 @@ eslint-plugin-jest@24.3.5: dependencies: "@typescript-eslint/experimental-utils" "^4.0.1" -eslint-plugin-promise@4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45" - integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== +eslint-plugin-promise@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24" + integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng== eslint-scope@^5.0.0, eslint-scope@^5.1.1: version "5.1.1"