From e38c9ab4a5dc279910bc81afd081cb46e6884939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:12:54 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 3.8.0 to 6.0.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.8.0 to 6.0.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/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..237150e 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.1", "eslint-plugin-standard": "^2.0.1", "nyc": "^10.1.2" }