From 39073909822feb7a9bd68821141b2a5d1ed45ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:31:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-n from 16.2.0 to 16.3.0 (#9971) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f0f87d6d0a09..a9b0c915a5cf 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jsx-a11y": "^6.7.1", - "eslint-plugin-n": "^16.2.0", + "eslint-plugin-n": "^16.3.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unicorn": "^49.0.0", diff --git a/yarn.lock b/yarn.lock index eae4db794702..d0d47265d478 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6479,10 +6479,10 @@ eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.7.1: object.fromentries "^2.0.6" semver "^6.3.0" -eslint-plugin-n@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.2.0.tgz#3f98ca9fadd9f7bdaaf60068533118ecb685bfb5" - integrity sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g== +eslint-plugin-n@^16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.3.0.tgz#8ad04e0c52b311d58bd9b6b59532e26a19d3911b" + integrity sha512-/XZLH5CUXGK3laz3xYFNza8ZxLCq8ZNW6MsVw5z3d5hc2AwZzi0fPiySFZHQTdVDOHGs2cGv91aqzWmgBdq2gQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" builtins "^5.0.1"