From be6021488c7159b7f8bdf2b59bab5d89d4094587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:19:14 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 4.2.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.2.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 79f54aa..38c25f2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-markdown": "1.0.0", "eslint-plugin-import": "2.18.0", "eslint-plugin-node": "9.1.0", - "eslint-plugin-promise": "4.2.1", + "eslint-plugin-promise": "4.3.1", "eslint-plugin-standard": "4.0.0", "mocha": "6.1.4", "nyc": "14.1.1"