From a8beecb3d2456951b7c1dcfc417e7461dd339bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:34:34 +0000 Subject: [PATCH] Bump eslint-plugin-n from 17.5.1 to 17.6.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.5.1 to 17.6.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.5.1...v17.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 49692488..838f2d77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5001,9 +5001,9 @@ eslint-plugin-es-x@^7.5.0: eslint-compat-utils "^0.1.2" eslint-plugin-n@^17.0.0: - version "17.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.5.1.tgz#0f0ef75e3540ffd76ad9a4947b141a545319389e" - integrity sha512-+E242KoY16xtwqqBRgSsDCrZ3K40jg3Np9fOgQyakcHaqymK3bnxYB1F1oe8Ksts8TDDViROFgraoLzbWhfHVw== + version "17.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.6.0.tgz#891b7239ac2e58d80a8ed636addc9de4108e66d1" + integrity sha512-Y73o88ROwbCtVCCmZjYlYcPYkOG7mIzxxVK1XFRSa2epbKWtAPsmYpAD0pqxg/ZwlcWxMDceQPKHYQi4VIHz7w== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0"