From 35d0ac58ec282143894c29078396dae89ba83bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 05:54:58 +0000 Subject: [PATCH] Bump eslint-plugin-yml in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml). Updates `eslint-plugin-yml` from 1.17.0 to 1.18.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.17.0...v1.18.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 1.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2b51f0..5bd2089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@stylistic/eslint-plugin-js": "^4.2.0", "eslint": "^9.25.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-yml": "^1.17.0", + "eslint-plugin-yml": "^1.18.0", "husky": "^9.1.7" } }, @@ -1224,9 +1224,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.17.0.tgz", - "integrity": "sha512-Q3LXFRnNpGYAK/PM0BY1Xs0IY1xTLfM0kC986nNQkx1l8tOGz+YS50N6wXkAJkrBpeUN9OxEMB7QJ+9MTDAqIQ==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.18.0.tgz", + "integrity": "sha512-9NtbhHRN2NJa/s3uHchO3qVVZw0vyOIvWlXWGaKCr/6l3Go62wsvJK5byiI6ZoYztDsow4GnS69BZD3GnqH3hA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 73638ee..84b6688 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@stylistic/eslint-plugin-js": "^4.2.0", "eslint": "^9.25.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-yml": "^1.17.0", + "eslint-plugin-yml": "^1.18.0", "husky": "^9.1.7" } }