From 32b2aa7bf254c053ab7f81454048f00b0ed3e23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:44:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 3.3.0 to 3.3.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.3.0 to 3.3.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.3.0...v3.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.3.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 b8e693017..128dfad3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.0", + "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.3.1", "prettier": "^3.8.1" @@ -1491,9 +1491,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.3.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.0.tgz", - "integrity": "sha512-kRja5paNrMfZnbNqDbZSFrSHz5x7jmGBQq7d6z/+wRvWD4Y0yb1fbjojBg3ReMewFhBB7nD2nPC86+m3HmILJA==", + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.1.tgz", + "integrity": "sha512-isntsZchaTqDMNNkD+CakrgA/pdUoJ45USWBKpuqfAW1MCuw731xX/vrXfoJFZU3tTFr24nCbDYmDfT2+g4QtQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e8b80920b..350854aab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.3.0", + "eslint-plugin-yml": "^3.3.1", "husky": "^9.1.7", "lint-staged": "^16.3.1", "prettier": "^3.8.1"