From 43275efcdcd09e6cd9f03527077864990fadd571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:39:35 +0000 Subject: [PATCH] build: 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-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 77aacce..2fcebaf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^7.32.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-standard": "^16.0.2", + "eslint-config-standard": "^17.1.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.0.0",