From 8524b460c36c995c429e02d3646c8a99062f1aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:34:19 +0000 Subject: [PATCH] Bump eslint-plugin-n from 18.0.1 to 18.1.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 18.0.1 to 18.1.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v18.0.1...v18.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfa7d79..e5d7f17 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-config-google": "0.14.0", "eslint-plugin-html": "8.1.4", "eslint-plugin-import": "2.32.0", - "eslint-plugin-n": "18.0.1", + "eslint-plugin-n": "18.1.0", "eslint-plugin-promise": "7.3.0", "mocha": "11.7.5", "mocha-suppress-logs": "0.6.0",