From 9eab0e9dd16f18d704451b4b5e4e3b574d29832c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:09:44 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-standard from 4.0.0 to 4.1.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.0 to 4.1.0. - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-standard dependency-version: 4.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 5c9f92f..ccb8750 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-markdown": "1.0.0", "eslint-plugin-node": "8.0.1", "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", + "eslint-plugin-standard": "4.1.0", "istanbul": "0.4.5", "mocha": "2.5.3" },