From 8c544db06bf80ed1d312c1ac4d257f3ae2fb5e2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 05:24:27 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 3.8.0 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.8.0 to 4.3.1. - [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/compare/v3.8.0...v4.3.1) 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 66bc3fd..db89a02 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.0", - "eslint-plugin-promise": "^3.5.0", + "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-unicorn": "^2.1.2", "eslint-plugin-xo": "^1.0.0",