From b0fd82332782ce789632568b5e2306e43694d2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:06:32 +0000 Subject: [PATCH] Bump eslint-plugin-n from 15.6.0 to 15.6.1 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.6.0 to 15.6.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.6.0...15.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c514a068..0d68b3fe 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "8.31.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "39.6.4", - "eslint-plugin-n": "15.6.0", + "eslint-plugin-n": "15.6.1", "eslint-plugin-regexp": "1.12.0", "eslint-plugin-unicorn": "45.0.2", "globby": "13.1.3",