From bb197027cbe16868b3649bf3c79d0c550c5e51f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 02:17:01 +0000 Subject: [PATCH] Bump eslint-plugin-n from 15.5.0 to 15.5.1 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.5.0 to 15.5.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.5.0...15.5.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 4e73eed1..9923d3be 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "8.27.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "39.6.2", - "eslint-plugin-n": "15.5.0", + "eslint-plugin-n": "15.5.1", "eslint-plugin-unicorn": "44.0.2", "globby": "13.1.2", "js-yaml": "4.1.0",