From cbf29a759e790e179c07142d5bb499a9c87c43b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:16:59 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 3.8.0 to 6.0.0 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.8.0 to 6.0.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) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60cd716..0769426 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "coveralls": "^2.11.15", "eslint": "^3.14.1", "eslint-config-standard": "^6.2.1", - "eslint-plugin-promise": "^3.4.0", + "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^2.0.1", "nyc": "^10.1.2" }