From 12accabd11fb47d7aa52615ddf78deab529d586b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:06:59 +0000 Subject: [PATCH] Bump the eslint group with 1 update (#4051) Bumps the eslint group with 1 update: [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml). - [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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... 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 96ad14798..c6900f524 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-vue": "^9.17.0", "eslint-plugin-vuejs-accessibility": "^2.2.0", - "eslint-plugin-yml": "^1.8.0", + "eslint-plugin-yml": "^1.9.0", "html-webpack-plugin": "^5.5.3", "js-yaml": "^4.1.0", "json-minimizer-webpack-plugin": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 089726ef3..7b8fa7a82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3858,10 +3858,10 @@ eslint-plugin-vuejs-accessibility@^2.2.0: emoji-regex "^10.0.0" vue-eslint-parser "^9.0.1" -eslint-plugin-yml@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.8.0.tgz#f3d2779ea92692b902fefa4755ec075d7b364c1d" - integrity sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg== +eslint-plugin-yml@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.9.0.tgz#4daa4137a38fa26e38e28e847c490991326c9010" + integrity sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw== dependencies: debug "^4.3.2" lodash "^4.17.21"