From 0a319c9f4026ca823f1ead9ff63d908a7d7fba79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:42:58 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 6.6.0 to 7.1.0 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.6.0 to 7.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-promise 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 516cd0f..b24e954 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-promise": "^6.6.0", + "eslint-plugin-promise": "^7.1.0", "js-tiktoken": "^1.0.14", "js-yaml": "^4.1.0", "mocha": "^10.7.3",