From 7fde069ec68488138e593ead6c96e0a7de6ccbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:43:04 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 3.4.0 to 3.5.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.4.0 to 3.5.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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.5.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 52347d261..c67b7ef18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4" @@ -1507,9 +1507,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.4.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", - "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2d1387f3..17d1804d7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4"