From b56792ea3cbe7a9caec74e5e9206a4db723c73ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:04:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.13.0 to 1.13.1 (#14850) * chore(deps-dev): bump eslint-plugin-yml from 1.13.0 to 1.13.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.13.0 to 1.13.1. - [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.13.0...v1.13.1) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dceb4ac2d..19ee3913e 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "eslint-plugin-n": "16.6.2", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-unicorn": "51.0.1", - "eslint-plugin-yml": "1.13.0", + "eslint-plugin-yml": "1.13.1", "fs-extra": "11.2.0", "husky": "9.0.11", "lint-staged": "15.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d3a423503..5a25d1986 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -320,8 +320,8 @@ devDependencies: specifier: 51.0.1 version: 51.0.1(eslint@8.57.0) eslint-plugin-yml: - specifier: 1.13.0 - version: 1.13.0(eslint@8.57.0) + specifier: 1.13.1 + version: 1.13.1(eslint@8.57.0) fs-extra: specifier: 11.2.0 version: 11.2.0 @@ -4570,8 +4570,8 @@ packages: - supports-color dev: true - /eslint-plugin-yml@1.13.0(eslint@8.57.0): - resolution: {integrity: sha512-B87P32E8ugeeUnFxZvPsn72TyeZauA5ZXe6XmWDf0CKwN+9iLaepi6matyvikMWZf1ZeH9xdKggxQvQzLXlfzw==} + /eslint-plugin-yml@1.13.1(eslint@8.57.0): + resolution: {integrity: sha512-J1gNca5cWUIlo6ilQJBlPwap2ggVuc7gaOxiCdYjmncyWN8aNHErEhk2ICFj6shr8Jz27c3AU1Ie7i6HqVa4Hw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0'