Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 1494aefd4b 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] <support@github.com>
2026-07-13 11:02:59 +00:00
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -18,7 +18,7 @@
"@eslint/js": "10.0.1",
"@vercel/ncc": "0.44.1",
"eslint": "10.6.0",
"eslint-plugin-yml": "3.5.0",
"eslint-plugin-yml": "3.6.0",
"globals": "17.7.0",
"markdownlint-cli": "0.49.0",
"prettier": "3.9.4",
@@ -650,16 +650,16 @@
"license": "MIT"
},
"node_modules/brace-expansion": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
},
"engines": {
"node": "20 || >=22"
"node": "18 || 20 || >=22"
}
},
"node_modules/buffer": {
@@ -1330,9 +1330,9 @@
}
},
"node_modules/eslint-plugin-yml": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz",
"integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.6.0.tgz",
"integrity": "sha512-8lSqBIiOJO8ms1gktdlNaVGm3zXQJiYeKhQmtIG66XzU58kFDOjQae4sufQEMGHC4bP8VxiaH3tjU5PpDB6euw==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -28,7 +28,7 @@
"@eslint/js": "10.0.1",
"@vercel/ncc": "0.44.1",
"eslint": "10.6.0",
"eslint-plugin-yml": "3.5.0",
"eslint-plugin-yml": "3.6.0",
"globals": "17.7.0",
"markdownlint-cli": "0.49.0",
"prettier": "3.9.4",