From 53b4721971a873d7e7e27ba639a93d7eba8099cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:34:30 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v18.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dca1f518..9f350fb7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-config-prettier": "10.1.8", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-n": "18.0.1", + "eslint-plugin-n": "18.1.0", "eslint-plugin-promise": "7.3.0", "eslint-plugin-react": "7.37.5", "husky": "9.1.7", diff --git a/yarn.lock b/yarn.lock index 5022a0d6..016b5a3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8035,10 +8035,10 @@ eslint-plugin-import@2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-n@18.0.1: - version "18.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.0.1.tgz#f21f6848648d0fcf11e6d9260ebf1c80994b99f7" - integrity sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw== +eslint-plugin-n@18.1.0: + version "18.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz#c1eadf2bc59704bf0078eca8d59743a7386b1081" + integrity sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1"