From 7c870d729b7265fd582f8f81343366a0f08225ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 02:59:26 +0000 Subject: [PATCH] Bump eslint-plugin-n from 15.7.0 to 16.0.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.7.0 to 16.0.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.7.0...16.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85125df3..b6417ccb 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint": "8.40.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "44.2.3", - "eslint-plugin-n": "15.7.0", + "eslint-plugin-n": "16.0.0", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-unicorn": "47.0.0", "globby": "13.1.4",