diff --git a/package.json b/package.json index d468b694..d59179af 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.4.2", - "eslint-plugin-n": "^16.1.0", + "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", "html-webpack-plugin": "^5.5.3", diff --git a/yarn.lock b/yarn.lock index 3a36d573..f9fd83ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3625,10 +3625,10 @@ eslint-plugin-jest@^27.4.2: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-n@^16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz#73d24fe3e37d04519c1f9230bdbd3aa567c66799" - integrity sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg== +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== dependencies: "@eslint-community/eslint-utils" "^4.4.0" builtins "^5.0.1"