From 471f1131257be670b8ebd99d7dab9ecdf333fa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:14:52 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 4.0.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 4.0.1 to 4.3.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v4.0.1...v4.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3133822..2fc1fae 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", + "eslint-plugin-promise": "4.3.1", "eslint-plugin-standard": "4.0.0", "istanbul": "0.4.5", "mocha": "2.5.3"