From 26f20c92dc400f0c12ab145a8276a1be2f485218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 13:46:49 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.1.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 5.2.0 to 6.1.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...v6.1.1) --- 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 4624e98..506775a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-jest": "^23.20.0", "eslint-plugin-jsdoc": "^37.2.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.2.0", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^5.0.0", "fetch-mock": "^9.10.3", "jest": "^29.6.1",