From 3db5ee951825397e37f65ab5912f687ffdfa1d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:34:07 -0600 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.4.0 to 1.5.0 (#11830) Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.4.0 to 1.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/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ec706161e..e15d0cd3ba 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint": "8.34.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-yml": "1.4.0", + "eslint-plugin-yml": "1.5.0", "fs-extra": "11.1.0", "jest": "29.4.2", "jest-junit": "15.0.0", diff --git a/yarn.lock b/yarn.lock index 7619c2ea5e..a361783e4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5665,10 +5665,10 @@ eslint-plugin-prettier@4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-yml@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.4.0.tgz#703eda879b10be0555ff25c5b8f1cf73506e30de" - integrity sha512-vzggXNfPKa+arIaNUGoC3DPRZCxNty+xD/v9xOcE5D3Bj9SbgIrEobqVB35I8QxHd2YjL/dOS0xIIFmjAalwbw== +eslint-plugin-yml@1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.5.0.tgz#e7eb4ae96701ec0f7f9689f9dc84a49f41833240" + integrity sha512-iygN054g+ZrnYmtOXMnT+sx9iDNXt89/m0+506cQHeG0+5jJN8hY5iOPQLd3yfd50AfK/mSasajBWruf1SoHpQ== dependencies: debug "^4.3.2" lodash "^4.17.21"