From b46e86f82ed134b2027121c8677845e62a06846c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:53:31 +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 6b26220..10f422a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-import": "2.14.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", + "eslint-plugin-promise": "4.3.1", "eslint-plugin-standard": "4.0.0", "mocha": "10.2.0", "nyc": "15.1.0",