From e6a6a10b0cda3431a3f113eccafa220bcfcbda50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:18:48 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 4.3.1 to 7.1.0 in /webapp Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 4.3.1 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/v4.3.1...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] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 47e3f111c..69b63c6aa 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -99,7 +99,7 @@ "eslint-plugin-jest": "~24.4.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-promise": "~4.3.1", + "eslint-plugin-promise": "~7.1.0", "eslint-plugin-standard": "~5.0.0", "eslint-plugin-vue": "~9.30.0", "flush-promises": "^1.0.2", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 558fadcd8..53e0fd2ed 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -9254,10 +9254,10 @@ eslint-plugin-prettier@^5.2.1: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-promise@~4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45" - integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== +eslint-plugin-promise@~7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz#06b3ad6d36b3c3ef3ec201c8a8d97049cf5dbb20" + integrity sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ== eslint-plugin-standard@~5.0.0: version "5.0.0"