From 85a692801c35450e5bfeff97f7ef20c724388191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:34:14 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 3.4.0 to 3.5.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.4.0 to 3.5.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/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 418afc0..8cdf419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.5.0", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "prettier": "^3.8.4", "yaml-eslint-parser": "^2.0.0" }, @@ -554,9 +554,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", - "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz", + "integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2fd8a9..5f59adc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.5.0", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "prettier": "^3.8.4", "yaml-eslint-parser": "^2.0.0" },