From e9c46cf18922763d39af9be94fb5bdbfd9726b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:43:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 3.6.0 to 3.8.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.6.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.6.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 824db0c..dd96868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-n": "^18.3.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-unicorn": "^65.0.1", - "eslint-plugin-yml": "^3.6.0", + "eslint-plugin-yml": "^3.8.1", "module-from-string": "^3.3.1", "prettier": "3.9.6" }, @@ -2163,9 +2163,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.6.0.tgz", - "integrity": "sha512-8lSqBIiOJO8ms1gktdlNaVGm3zXQJiYeKhQmtIG66XzU58kFDOjQae4sufQEMGHC4bP8VxiaH3tjU5PpDB6euw==", + "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": { @@ -6153,9 +6153,9 @@ } }, "eslint-plugin-yml": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.6.0.tgz", - "integrity": "sha512-8lSqBIiOJO8ms1gktdlNaVGm3zXQJiYeKhQmtIG66XzU58kFDOjQae4sufQEMGHC4bP8VxiaH3tjU5PpDB6euw==", + "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, "requires": { "@eslint/core": "^1.0.1", diff --git a/package.json b/package.json index 0bf26e2..e575091 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-n": "^18.3.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-unicorn": "^65.0.1", - "eslint-plugin-yml": "^3.6.0", + "eslint-plugin-yml": "^3.8.1", "module-from-string": "^3.3.1", "prettier": "3.9.6" },