From 4aa0587367abebe93556b24a7aa1fea4532b888a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:38:44 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.8.0 to 1.9.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index acbac30c..4cded3b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-jsdoc": "46.4.6", "eslint-plugin-markdown": "3.0.1", "eslint-plugin-react": "7.33.2", - "eslint-plugin-yml": "1.8.0", + "eslint-plugin-yml": "1.9.0", "estrella": "1.4.1", "husky": "8.0.3", "linkedom": "0.15.3", @@ -8404,9 +8404,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.8.0.tgz", - "integrity": "sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.9.0.tgz", + "integrity": "sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==", "dev": true, "dependencies": { "debug": "^4.3.2", @@ -25540,9 +25540,9 @@ } }, "eslint-plugin-yml": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.8.0.tgz", - "integrity": "sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.9.0.tgz", + "integrity": "sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==", "dev": true, "requires": { "debug": "^4.3.2", diff --git a/package.json b/package.json index 337f356b..5e445c32 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-jsdoc": "46.4.6", "eslint-plugin-markdown": "3.0.1", "eslint-plugin-react": "7.33.2", - "eslint-plugin-yml": "1.8.0", + "eslint-plugin-yml": "1.9.0", "estrella": "1.4.1", "husky": "8.0.3", "linkedom": "0.15.3",