From 4ae22042c8d8d74bf70f1f493b54ab8a9141ecf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:31:03 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v17.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b251ef..6ae17ed 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-n": "17.2.0", + "eslint-plugin-n": "17.2.1", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "52.0.0", "prettier": "3.2.5", diff --git a/yarn.lock b/yarn.lock index 53d2b6b..0c448fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -959,10 +959,10 @@ eslint-plugin-import@2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-n@17.2.0: - version "17.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.2.0.tgz#a47baac8e9581c8aeafe2555f6014f2904709de4" - integrity sha512-XBkFQxjTFKy9oc925ezHcDoZ8VLdGfxRkdZf0poR4TjC+zvm28pG2Tc7ZZpD1/UxSAzbw6Zz0WpnpUX3KruAAA== +eslint-plugin-n@17.2.1: + version "17.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.2.1.tgz#20aa5008dce05af9041b70abb659a2308416d977" + integrity sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0"