From d58834aab9a20047ce7cd3ed47e6a68998f5e86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:52:51 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 6.1.1 to 6.5.0 in /backend Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.1.1 to 6.5.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.1.1...v6.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 2ac7097f8a..346899b064 100644 --- a/backend/package.json +++ b/backend/package.json @@ -109,7 +109,7 @@ "eslint-plugin-jest": "^28.2.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^6.5.0", "eslint-plugin-security": "^3.0.0", "jest": "^29.7.0", "nodemon": "~3.1.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index d293eb3be5..0f7c2b97d3 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4723,10 +4723,10 @@ eslint-plugin-prettier@^5.1.3: prettier-linter-helpers "^1.0.0" synckit "^0.8.6" -eslint-plugin-promise@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816" - integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig== +eslint-plugin-promise@^6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.5.0.tgz#b5ebe2c1b6b7f4fd65490bad6754406f5d7ec890" + integrity sha512-Sa4irPRhXB0mNjv88rWidu0WUhRLUMLAY3wj5MZyCKH/aMZKCRa3PzfIUaaLe4/U3RjAfRJvNP2rPvZ09lsmTg== eslint-plugin-security@^3.0.0: version "3.0.0"