From 5e575b8570350b46dc75be92738861711a87c9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:10:15 +0000 Subject: [PATCH] npm: bump eslint-plugin-n from 17.4.0 to 17.7.0 in /ui (#1635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.4.0 to 17.7.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.4.0...v17.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raúl Barroso --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 0c225d4f0..326b69639 100644 --- a/ui/package.json +++ b/ui/package.json @@ -79,7 +79,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-ember": "^12.0.2", - "eslint-plugin-n": "^17.4.0", + "eslint-plugin-n": "^17.7.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-qunit": "^8.1.1", "loader.js": "^4.7.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 83dd7e2d2..5a7b201c9 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6749,10 +6749,10 @@ eslint-plugin-es-x@^7.5.0: "@eslint-community/regexpp" "^4.6.0" eslint-compat-utils "^0.5.0" -eslint-plugin-n@^17.4.0: - version "17.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.4.0.tgz#a090462d523c4aa959ea7aa0851f1e70f12fac51" - integrity sha512-RtgGgNpYxECwE9dFr+D66RtbN0B8r/fY6ZF8EVsmK2YnZxE8/n9LNQhgnkL9z37UFZjYVmvMuC32qu7fQBsLVQ== +eslint-plugin-n@^17.7.0: + version "17.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.7.0.tgz#90b4f777cefb9bf0d91dafa94347961c4e8a072c" + integrity sha512-4Jg4ZKVE4VjHig2caBqPHYNW5na84RVufUuipFLJbgM/G57O6FdpUKJbHakCDJb/yjQuyqVzYWRtU3HNYaZUwg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0"