From fd2af38cf7360fa5c1bfc22d6906f779488ea05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:24:33 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-standard from 4.1.0 to 5.0.0 (#46) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 061b8ac..c68b1f5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.1.0", - "eslint-plugin-standard": "^4.0.1", + "eslint-plugin-standard": "^5.0.0", "gen-esm-wrapper": "^1.1.3", "mocha": "^11.0.1", "nyc": "^15.1.0",