From eb4d22729b6eaa9dbf73d5db8700ca1cd3d4554d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:45:18 +0800 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 0.12.0 to 0.13.0 (#9051) Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v0.12.0...v0.13.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 e81a41af0..423b0c64e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint": "8.8.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-yml": "0.12.0", + "eslint-plugin-yml": "0.13.0", "fs-extra": "10.0.0", "jest": "27.5.1", "mockdate": "3.0.5", diff --git a/yarn.lock b/yarn.lock index 97e6b9346..aa0c75ef9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5223,10 +5223,10 @@ eslint-plugin-prettier@4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-yml@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-0.12.0.tgz#919644116a86c153e3af22dc07dd128531167bf3" - integrity sha512-aS82M+diohZTusadiByzh/bKDrfi+Y6VBQkD3ym/7JH+KF9WUB9qKCizLfTaCACwtRrHpqaLz3G8GKmslshyiw== +eslint-plugin-yml@0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-0.13.0.tgz#37762f3a3f3c32622894910d583da982deaaec6c" + integrity sha512-rZvdnhe28jIbgSIZo3qYqkl9hKslyTDfMwqIGDzz873gxghzBw0yeFG+P7sMfOkFfpqwJzZy3IKe2cIiCp4FrA== dependencies: debug "^4.3.2" lodash "^4.17.21"