From a61a5d597c2dc59cb79d34e909535f2ae06eddfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 01:13:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-semistandard from 15.0.1 to 17.0.0 Bumps [eslint-config-semistandard](https://github.com/standard/eslint-config-semistandard) from 15.0.1 to 17.0.0. - [Release notes](https://github.com/standard/eslint-config-semistandard/releases) - [Changelog](https://github.com/standard/eslint-config-semistandard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-semistandard/compare/v15.0.1...v17.0.0) --- updated-dependencies: - dependency-name: eslint-config-semistandard dependency-version: 17.0.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 edc1e08..aa5b760 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/parser": "^4.2.0", "chai": "^4.2.0", "eslint": "^7.9.0", - "eslint-config-semistandard": "^15.0.1", + "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0",