From 01dcbdf23410413027b374f5ac610f45cb925bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:26:03 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 1.19.0 to 1.19.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.19.0 to 1.19.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/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 b0aa379..0162432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint": "^9.39.2", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^1.19.0", + "eslint-plugin-yml": "^1.19.1", "prettier": "^3.7.4", "yaml-eslint-parser": "^1.3.2" }, @@ -640,9 +640,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.19.0.tgz", - "integrity": "sha512-S+4GbcCWksFKAvFJtf0vpdiCkZZvDJCV4Zsi9ahmYkYOYcf+LRqqzvzkb/ST7vTYV6sFwXOvawzYyL/jFT2nQA==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.19.1.tgz", + "integrity": "sha512-bYkOxyEiXh9WxUhVYPELdSHxGG5pOjCSeJOVkfdIyj6tuiHDxrES2WAW1dBxn3iaZQey57XflwLtCYRcNPOiOg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e9ffcf1..643bcca 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": {}, "devDependencies": { "eslint": "^9.39.2", - "eslint-plugin-yml": "^1.19.0", + "eslint-plugin-yml": "^1.19.1", "eslint-plugin-markdown": "^5.1.0", "prettier": "^3.7.4", "yaml-eslint-parser": "^1.3.2"