diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-06-02 18:47:16 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-02 18:47:16 +0900 |
| commit | 63e049521ee15d729a65371269bb1cb8ddccf534 (patch) | |
| tree | 2e0f9d25947265fb5e228d8a5807ca0ccf4ab17c | |
| parent | Bump lodash from 4.17.19 to 4.17.21 (#13) (diff) | |
| download | holo-schedule-63e049521ee15d729a65371269bb1cb8ddccf534.tar.xz holo-schedule-63e049521ee15d729a65371269bb1cb8ddccf534.zip | |
Update dependency eslint-plugin-promise to v5 (#12)
Co-authored-by: Renovate Bot <[email protected]>
| -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 641f821..9837289 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-config-standard": "^16.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^5.0.0", "eslint-plugin-standard": "^5.0.0", "typescript": "^4.0.0" }, @@ -657,10 +657,10 @@ eslint-plugin-node@^11.1.0: resolve "^1.10.1" semver "^6.1.0" -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-promise@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24" + integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng== eslint-plugin-standard@^5.0.0: version "5.0.0" |