From 92f148e20ebdfdae690ae4fafa386e34e77a1274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:19:02 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-node from 9.1.0 to 9.2.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-node dependency-version: 9.2.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 79f54aa..088ff5c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-standard": "13.0.1", "eslint-plugin-markdown": "1.0.0", "eslint-plugin-import": "2.18.0", - "eslint-plugin-node": "9.1.0", + "eslint-plugin-node": "9.2.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.0", "mocha": "6.1.4",