From 9892e3ac3d2899d5a417f707084e5d15fb985efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:44:57 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 6.6.0 to 7.2.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.6.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/v6.6.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 21cfc60..a320e01 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^42.0.0", "eslint-plugin-n": "^15.7.0", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^7.2.1", "jsdoc-to-markdown": "^8.0.0", "stdout-stderr": "^0.1.13", "vitest": "^2.1.8"