logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 79258f61beddd158bbba12d046daa5834af30635
parent 3ea442667ff2b3d9d04e2a2356e63223343a9fab
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon, 21 Mar 2022 18:10:10 +0000

Merge branch 'renovate/eslint-plugin-promise-4.x' into 'develop'

Update dependency eslint-plugin-promise to v4.3.1

See merge request pleroma/pleroma-fe!1470

Diffstat:

Mpackage.json2+-
Myarn.lock8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -69,7 +69,7 @@ "eslint-loader": "2.1.2", "eslint-plugin-import": "2.17.2", "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.1.1", + "eslint-plugin-promise": "4.3.1", "eslint-plugin-standard": "4.0.0", "eslint-plugin-vue": "5.2.3", "eventsource-polyfill": "0.9.6", diff --git a/yarn.lock b/yarn.lock @@ -3853,10 +3853,10 @@ eslint-plugin-node@7.0.1: resolve "^1.8.1" semver "^5.5.0" -eslint-plugin-promise@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.1.1.tgz#1e08cb68b5b2cd8839f8d5864c796f56d82746db" - integrity sha512-faAHw7uzlNPy7b45J1guyjazw28M+7gJokKUjC5JSFoYfUEyy6Gw/i7YQvmv2Yk00sUjWcmzXQLpU1Ki/C2IZQ== +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-standard@4.0.0: version "4.0.0"