From d3077b6f4176e9fcf8c54aa2af5a5ddeb8abbf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:05:47 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.16.0 to 1.17.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22a8380..d1bde7c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-package-json": "0.25.0", "eslint-plugin-perfectionist": "4.8.0", - "eslint-plugin-yml": "1.16.0", + "eslint-plugin-yml": "1.17.0", "globals": "15.14.0", "jsonc-eslint-parser": "2.4.0", "lint-staged": "15.4.3",