chore(deps-dev): bump eslint-plugin-yml from 1.13.0 to 1.13.1 (#14850)

* chore(deps-dev): bump eslint-plugin-yml from 1.13.0 to 1.13.1

Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.13.0 to 1.13.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/v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-yml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-19 09:04:34 +00:00 committed by GitHub
parent 1590145bdf
commit b56792ea3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-yml": "1.13.0",
"eslint-plugin-yml": "1.13.1",
"fs-extra": "11.2.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",

View File

@ -320,8 +320,8 @@ devDependencies:
specifier: 51.0.1
version: 51.0.1(eslint@8.57.0)
eslint-plugin-yml:
specifier: 1.13.0
version: 1.13.0(eslint@8.57.0)
specifier: 1.13.1
version: 1.13.1(eslint@8.57.0)
fs-extra:
specifier: 11.2.0
version: 11.2.0
@ -4570,8 +4570,8 @@ packages:
- supports-color
dev: true
/eslint-plugin-yml@1.13.0(eslint@8.57.0):
resolution: {integrity: sha512-B87P32E8ugeeUnFxZvPsn72TyeZauA5ZXe6XmWDf0CKwN+9iLaepi6matyvikMWZf1ZeH9xdKggxQvQzLXlfzw==}
/eslint-plugin-yml@1.13.1(eslint@8.57.0):
resolution: {integrity: sha512-J1gNca5cWUIlo6ilQJBlPwap2ggVuc7gaOxiCdYjmncyWN8aNHErEhk2ICFj6shr8Jz27c3AU1Ie7i6HqVa4Hw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'