From 0728306eaaeaa7f141fae2196686047ed1ebb8e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2019 04:22:50 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-promise from 3.8.0 to 4.2.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.8.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a007531..095240d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-html": "^3.2.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", - "eslint-plugin-promise": "^3.4.0", + "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^3.0.1", "npm-watch": "^0.2.0", "regenerator-runtime": "^0.11.0", diff --git a/yarn.lock b/yarn.lock index 8ad9809..a5ca9fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1782,10 +1782,10 @@ eslint-plugin-node@^5.1.1: resolve "^1.3.3" semver "5.3.0" -eslint-plugin-promise@^3.4.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" - integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ== +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" + integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw== eslint-plugin-standard@^3.0.1: version "3.1.0"