From 5c556ac32c5d2bedbe868c065c21c081a99f8599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:01:00 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-standard from 14.1.0 to 14.1.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.0 to 14.1.1. - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: eslint-config-standard dependency-version: 14.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccca329..18080d9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "after": "0.8.2", "eslint": "6.8.0", - "eslint-config-standard": "14.1.0", + "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.20.1", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "9.2.0",