From 765887662132d3b662f7d1e7d8c1a4d2cfa50ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:43:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 3.5.0 to 3.6.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.5.0 to 3.6.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.5.0...v3.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.6.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 14e59ad47..bf2811331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.5.0", + "eslint-plugin-yml": "^3.6.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.9.4" @@ -1507,9 +1507,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.5.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz", - "integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==", + "version": "3.6.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.6.0.tgz", + "integrity": "sha512-8lSqBIiOJO8ms1gktdlNaVGm3zXQJiYeKhQmtIG66XzU58kFDOjQae4sufQEMGHC4bP8VxiaH3tjU5PpDB6euw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ef1385a37..25801904b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.5.0", + "eslint-plugin-yml": "^3.6.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.9.4"