From 59283fa2b128f1216dbf3a0ed6f4bc0b8b82ff83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 04:04:48 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-promise from 4.0.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.0.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.0.1...v4.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e601ef..53f5ac9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-import": ">=2.13.0", "eslint-plugin-jest": "^22.3.0", "eslint-plugin-node": ">=7.0.0", - "eslint-plugin-promise": ">=4.0.0", + "eslint-plugin-promise": ">=4.3.1", "eslint-plugin-standard": ">=4.0.0", "husky": "^6.0.0", "jest": "^24.5.0", diff --git a/yarn.lock b/yarn.lock index ee6d945..40d4e4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2607,10 +2607,10 @@ eslint-plugin-node@>=7.0.0: resolve "^1.8.1" semver "^5.5.0" -eslint-plugin-promise@>=4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.0.1.tgz#2d074b653f35a23d1ba89d8e976a985117d1c6a2" - integrity sha512-Si16O0+Hqz1gDHsys6RtFRrW7cCTB6P7p3OJmKp3Y3dxpQE2qwOA7d3xnV+0mBmrPoi0RBnxlCKvqu70te6wjg== +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-standard@>=4.0.0: version "4.0.0"