From 53cf614103afef6a53c856279afda70c4d0b3d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:40:24 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 3.4.0 to 3.8.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.4.0 to 3.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.8.1 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 aa46d0e..62dfe80 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.8.1", "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.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.8.1.tgz", + "integrity": "sha512-E/70psRwxz5EJ8dBtzrFfqSiiInuSytbdtFCjueb/GcKjsWzPBfxfhtQePImMAPjHwMA/VDurO7DJwStDJ4wWg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2fd8a9..14a86e8 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.8.1", "prettier": "^3.8.4", "yaml-eslint-parser": "^2.0.0" },