From efa06215397608d7f439489c4925521a2559742c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:44:50 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 3.0.0 to 3.1.2 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.0.0 to 3.1.2. - [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.0.0...v3.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6cc01a..7874e58 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": "^3.0.0", + "eslint-plugin-yml": "^3.1.2", "prettier": "^3.8.1", "yaml-eslint-parser": "^2.0.0" }, @@ -622,14 +622,14 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.0.0.tgz", - "integrity": "sha512-kuAW6o3hlFHyF5p7TLon+AtvNWnsvRrb88pqywGMSCEqAP5d1gOMvNGgWLVlKHqmx5RbFhQLcxFDGmS4IU9DwA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.1.2.tgz", + "integrity": "sha512-n9lxbFrNlGDLOSyIrEYkkYr7icbULMh66wwkIEluisq0lXSu1qVEEXM0g8MM8UQbtd9t1HMgN6bC+DaOe5dWdQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.5.1", + "@eslint/plugin-kit": "^0.6.0", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", @@ -647,9 +647,9 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.1.tgz", - "integrity": "sha512-r18fEAj9uCk+VjzGt2thsbOmychS+4kxI14spVNibUO2vqKX7obOG+ymZljAwuPZl+S3clPGwCwTDtrdqTiY6Q==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -660,13 +660,13 @@ } }, "node_modules/eslint-plugin-yml/node_modules/@eslint/plugin-kit": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", - "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", + "@eslint/core": "^1.1.0", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index 75c5ca0..c4d3708 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": {}, "devDependencies": { "eslint": "^9.39.2", - "eslint-plugin-yml": "^3.0.0", + "eslint-plugin-yml": "^3.1.2", "eslint-plugin-markdown": "^5.1.0", "prettier": "^3.8.1", "yaml-eslint-parser": "^2.0.0"