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: ae6c3078f6af443b6b87abae158afc0cab4da767
parent 4a74e838609b17102e5d9da4b3f12d4a96617652
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 23 Jan 2025 13:09:33 +0000

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

Update dependency eslint-plugin-n to v15.7.0

See merge request pleroma/pleroma-fe!1997

Diffstat:

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

diff --git a/package.json b/package.json @@ -77,7 +77,7 @@ "eslint-config-standard": "17.1.0", "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "15.6.1", + "eslint-plugin-n": "15.7.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-vue": "9.32.0", "eslint-webpack-plugin": "3.2.0", diff --git a/yarn.lock b/yarn.lock @@ -3929,10 +3929,10 @@ eslint-plugin-import@2.31.0: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-n@15.6.1: - version "15.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.6.1.tgz#f7e77f24abb92a550115cf11e29695da122c398c" - integrity sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA== +eslint-plugin-n@15.7.0: + version "15.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90" + integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q== dependencies: builtins "^5.0.1" eslint-plugin-es "^4.1.0"