From ab44141078aafc7ce610b3dbbe03f5b3994ba818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:42:55 +0000 Subject: [PATCH] chore: Bump eslint-plugin-promise in /apps/core-auth0-actions 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] --- apps/core-auth0-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core-auth0-actions/package.json b/apps/core-auth0-actions/package.json index 1850ae8b..b195a914 100644 --- a/apps/core-auth0-actions/package.json +++ b/apps/core-auth0-actions/package.json @@ -34,7 +34,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^16.5.0", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^7.1.0", "nodemon": "^3.0.1", "prettier": "3.1.1", "rimraf": "^5.0.1",