diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-06-02 02:24:54 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-06-02 02:24:54 +0900 |
commit | 8e34b71c8a5016c3105dfddb6c569d4172ae3a86 (patch) | |
tree | ab1e6dd13b9d811338b00160ee6b84d5f4b78dc1 | |
parent | 2c3c3b26124de6287331d86f5a7fb9728706dc72 (diff) |
Bump eslint-plugin-promise from 4.0.1 to 4.1.1 (#10921)
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.0.1 to 4.1.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)
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 4addfd5c2..8c24d3f82 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "eslint": "^5.11.1", "eslint-plugin-import": "~2.14.0", "eslint-plugin-jsx-a11y": "~6.1.2", - "eslint-plugin-promise": "~4.0.1", + "eslint-plugin-promise": "~4.1.1", "eslint-plugin-react": "~7.12.1", "jest": "^24.5.0", "raf": "^3.4.1", diff --git a/yarn.lock b/yarn.lock index c9ada6ec0..605f8fa53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3433,10 +3433,10 @@ eslint-plugin-jsx-a11y@~6.1.2: has "^1.0.3" jsx-ast-utils "^2.0.1" -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" - integrity sha512-Si16O0+Hqz1gDHsys6RtFRrW7cCTB6P7p3OJmKp3Y3dxpQE2qwOA7d3xnV+0mBmrPoi0RBnxlCKvqu70te6wjg== +eslint-plugin-promise@~4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.1.1.tgz#1e08cb68b5b2cd8839f8d5864c796f56d82746db" + integrity sha512-faAHw7uzlNPy7b45J1guyjazw28M+7gJokKUjC5JSFoYfUEyy6Gw/i7YQvmv2Yk00sUjWcmzXQLpU1Ki/C2IZQ== eslint-plugin-react@~7.12.1: version "7.12.1" |