From 1853f3e613c2e63282a289d67614cf7fd503f05a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:09:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 4.3.1 to 5.1.0 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de4e8fa..60ba0e8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-ava": "^11.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^4.0.1", + "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "husky": "^4.2.3", "lint-staged": "^10.1.2",