logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 4714f06dbf6e0938f8f146b087ebb973ec982653
parent f22cc9116c4a858279956777d480ddc70ec439f9
Author: tusooa <tusooa@kazv.moe>
Date:   Sat,  5 Nov 2022 19:30:43 +0000

Merge branch 'renovate/eslint-plugin-n-15.x' into 'develop'

Update dependency eslint-plugin-n to v15.4.0

See merge request pleroma/pleroma-fe!1672

Diffstat:

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

diff --git a/package.json b/package.json @@ -76,7 +76,7 @@ "eslint-config-standard": "17.0.0", "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-n": "15.2.5", + "eslint-plugin-n": "15.4.0", "eslint-plugin-promise": "6.0.1", "eslint-plugin-vue": "9.4.0", "eslint-webpack-plugin": "3.2.0", diff --git a/yarn.lock b/yarn.lock @@ -3898,10 +3898,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-n@15.2.5: - version "15.2.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz#aa7ff8d45bb8bf2df8ea3b7d3774ae570cb794b8" - integrity sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g== +eslint-plugin-n@15.4.0: + version "15.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.4.0.tgz#1cfe9faff1b914ecc8f71433d228eaa5fc65b111" + integrity sha512-MkoKy9/lfd52TAXK4fkABgCp0aglk82Q3viy2UOWIEpTVE/Cem5P/UAxMBA4vSw7Gy+2egPqImE9euitLGp5aw== dependencies: builtins "^5.0.1" eslint-plugin-es "^4.1.0"