From 40a6e80a1160406bc700f60cd1e512794851416f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:54:30 +0000 Subject: [PATCH] chore: bump eslint-config-standard from 16.0.3 to 17.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 16.0.3 to 17.1.0. - [Commits](https://github.com/standard/eslint-config-standard/compare/v16.0.3...v17.1.0) --- updated-dependencies: - dependency-name: eslint-config-standard dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d78c822b..422a8196 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "buffer-equal": "^1.0.0", "codecov": "^3.0.0", "eslint": "^7.12.1", - "eslint-config-standard": "^16.0.0", + "eslint-config-standard": "^17.1.0", "eslint-plugin-ava": "^12.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.0.0",