From a93ffe983e8de021f760ca8e7b0dbc0a839198cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:52:46 +0000 Subject: [PATCH] chore: bump eslint-plugin-promise from 5.2.0 to 7.2.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 5.2.0 to 7.2.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/v5.2.0...v7.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-version: 7.2.1 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 d78c822b..37260f52 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-ava": "^12.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-promise": "^7.2.1", "nyc": "^15.0.0", "pkg-up": "^3.0.1", "sinon": "^11.0.0",