From 84dae6e6991b09210d4d89397eda654d308d097a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:46:07 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v17.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d77536..f76d9a3 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.1.0", + "eslint-plugin-n": "17.2.0", "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 7ea1bdd..ab35e01 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.1.0: - version "17.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.1.0.tgz#bfd79979938bfd1c899077bb60f5c860e098def9" - integrity sha512-+MTiTej3B07+8vS/RfSMD1w4O9VVR9BSJT9kSa9QUsBlXzKi5PZc+lB3w+iu/2eIS3drFU7zCikSrD8Yn8PEBQ== +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== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0"