From 2c57f63e78879bb3d227e4347da79c644ee2b677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:40:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v17.11.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 417e24f..0ecc678 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "9.12.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.11.0", + "eslint-plugin-n": "17.11.1", "eslint-plugin-promise": "7.1.0", "form-data": "4.0.0", "prettier": "3.3.3", diff --git a/yarn.lock b/yarn.lock index 863a013..caa1940 100644 --- a/yarn.lock +++ b/yarn.lock @@ -983,10 +983,10 @@ eslint-plugin-import@2.31.0: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-n@17.11.0: - version "17.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.11.0.tgz#43458d2f12b07af93d7da93d3b922c806658c083" - integrity sha512-ayH6N5BjvYW6c5Sz3DcoICe3c54BTfgfkOPBh57Lhir0D8IYEemARp3uQzmqyt1rwFBg7JlvRbNFr640h278VQ== +eslint-plugin-n@17.11.1: + version "17.11.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.11.1.tgz#c5eeabef598e20751b4dcf31b64e69eb3ee9ae6b" + integrity sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.17.0"