From 5c448118caa365bc4bf574ab33ce636edc1188b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 12:00:07 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 3.5.0 to 4.2.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.5.0 to 4.2.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/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 28d5e8e..7cbb97c 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.2.1", "eslint-plugin-standard": "^3.0.1", "jest": "^20.0.4" } diff --git a/yarn.lock b/yarn.lock index a8995e3..ac87c34 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.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a" eslint-plugin-standard@^3.0.1: version "3.0.1"