From d9b1fe4ab8781d4cdfb91e7039eb8936fd8e3fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Mar 2019 10:36:11 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 3.5.0 to 4.0.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v3.5.0...v4.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 28d5e8e..ae4f3ac 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^4.2.2", - "eslint-plugin-promise": "^3.5.0", + "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^3.0.1", "jest": "^20.0.4" } diff --git a/yarn.lock b/yarn.lock index a8995e3..dbad45e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1031,9 +1031,9 @@ eslint-plugin-node@^4.2.2: resolve "^1.1.7" semver "5.3.0" -eslint-plugin-promise@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca" +eslint-plugin-promise@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.0.1.tgz#2d074b653f35a23d1ba89d8e976a985117d1c6a2" eslint-plugin-standard@^3.0.1: version "3.0.1"