From ec30f94c4fee84f672f59576b56f6948a6d0065b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:09:12 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-standard from 4.0.1 to 4.1.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 4.1.0. - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...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 03fb940..a203704 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", + "eslint-plugin-standard": "4.1.0", "mocha": "10.2.0", "nyc": "15.1.0", "supertest": "4.0.2"