From bcb713e3d2357de4442795973dd7ef920d07ab83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:15:09 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-n from 17.3.1 to 17.4.0 (#11037) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ec0cea7bb9a..b46c0dfaacb6 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.3.0", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-n": "^17.3.1", + "eslint-plugin-n": "^17.4.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-unicorn": "^52.0.0", diff --git a/yarn.lock b/yarn.lock index 9d8a90a54e91..82e801e9870b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6607,10 +6607,10 @@ eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.8.0: object.entries "^1.1.7" object.fromentries "^2.0.7" -eslint-plugin-n@^17.3.1: - version "17.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.3.1.tgz#f8a309a96a9e6bd6d6c7031cc2aec9d0024d3889" - integrity sha512-25+HTtKe1F8U/M4ERmdzbz/xkm/gaY0OYC8Fcv1z/WvpLJ8Xfh9LzJ13JV5uj4QyCUD8kOPJrNjn/3y+tc57Vw== +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== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0"