From aa8e630fdbe82738dafcaf21b6a0f1ec733d6be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:58:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-promise in the eslint group Bumps the eslint group with 1 update: [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `eslint-plugin-promise` from 6.2.0 to 6.4.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.2.0...v6.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8d2b0a..d6d41b7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-standard-react": "13.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "6.2.0", + "eslint-plugin-promise": "6.4.0", "eslint-plugin-react": "7.34.3", "eslint-plugin-react-hooks": "4.6.2", "gettext-parser": "8.0.0",