From 347c529a1eb00f04f446da18a14884544673819e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:55:02 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 3.3.2 to 3.4.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.3.2 to 3.4.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.3.2...v3.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.4.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 9f4b59c..6295e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.3.0", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^3.3.2", + "eslint-plugin-yml": "^3.4.0", "prettier": "^3.8.3", "yaml-eslint-parser": "^2.0.0" }, @@ -551,9 +551,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.3.2.tgz", - "integrity": "sha512-XjmOB/fLBwYHqevnpclPL938V+9ExX7xw1hPaM3IPePGyMFRV1giS16RjSTNhIyCv/Oh0G0PEdmmZPATJ02YCw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", + "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 63fcb6d..ee87359 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.3.0", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^3.3.2", + "eslint-plugin-yml": "^3.4.0", "prettier": "^3.8.3", "yaml-eslint-parser": "^2.0.0" },