From ce1fc3d32b8713e0d6289ecf472e698f50490f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 12:47:19 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 0.12.0 to 0.13.0 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] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5768e59..59b06a3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint": "8.3.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.3.1", "mockdate": "3.0.5", diff --git a/yarn.lock b/yarn.lock index 8742555..c985fc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5259,10 +5259,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" @@ -13552,10 +13552,8 @@ watchpack@^1.7.4: resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== dependencies: - chokidar "^3.4.1" graceful-fs "^4.1.2" neo-async "^2.5.0" - watchpack-chokidar2 "^2.0.1" optionalDependencies: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.1"