logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 3eff84502890132f14eb0747e327a714be3841e0
parent f659c9c123622a5206f17f6f17711f0572fc2119
Author: Pleroma Renovate Bot <contact+pleroma-renovator@hacktivis.me>
Date:   Thu,  6 Feb 2025 09:04:43 +0000

Update dependency eslint-plugin-promise to v7

Diffstat:

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

diff --git a/package.json b/package.json @@ -80,7 +80,7 @@ "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "15.7.0", - "eslint-plugin-promise": "6.6.0", + "eslint-plugin-promise": "7.2.1", "eslint-plugin-vue": "9.32.0", "eslint-webpack-plugin": "4.2.0", "eventsource-polyfill": "0.9.6", diff --git a/yarn.lock b/yarn.lock @@ -3629,10 +3629,12 @@ eslint-plugin-n@15.7.0: resolve "^1.22.1" semver "^7.3.8" -eslint-plugin-promise@6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a" - integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ== +eslint-plugin-promise@7.2.1: + version "7.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0" + integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" eslint-plugin-vue@9.32.0: version "9.32.0"