From 27647a6707c2f74eb71ed48ceb3695b9f5dc408d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:19: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 +- packages/taro-components-rn/package.json | 2 +- packages/taro-components-rn/yarn.lock | 7 ++++--- yarn.lock | 7 ++++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fee2781d806c..a6de92c20b1f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-import": "^2.9.0", "eslint-plugin-jest": "^22.0.0", "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.7.0", + "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.4.0", "eslint-plugin-standard": "^3.0.1", "gh-pages": "^1.1.0", diff --git a/packages/taro-components-rn/package.json b/packages/taro-components-rn/package.json index e8e7504eac01..820fc601bf5e 100644 --- a/packages/taro-components-rn/package.json +++ b/packages/taro-components-rn/package.json @@ -60,7 +60,7 @@ "eslint-plugin-import": "^2.9.0", "eslint-plugin-jest": "^21.15.0", "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.7.0", + "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.7.0", "eslint-plugin-standard": "^3.0.1", "gulp": "^4.0.0", diff --git a/packages/taro-components-rn/yarn.lock b/packages/taro-components-rn/yarn.lock index 73eeb7162824..007d8debb6b2 100644 --- a/packages/taro-components-rn/yarn.lock +++ b/packages/taro-components-rn/yarn.lock @@ -2515,9 +2515,10 @@ eslint-plugin-node@^6.0.1: resolve "^1.3.3" semver "^5.4.1" -eslint-plugin-promise@^3.7.0: - version "3.8.0" - resolved "http://registry.npm.taobao.org/eslint-plugin-promise/download/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" +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-react-native-globals@^0.1.1: version "0.1.2" diff --git a/yarn.lock b/yarn.lock index d9b2a851ba93..4e718883d425 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4923,9 +4923,10 @@ eslint-plugin-node@^6.0.1: resolve "^1.3.3" semver "^5.4.1" -eslint-plugin-promise@^3.7.0: - version "3.8.0" - resolved "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" +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-react@^7.4.0: version "7.11.1"