From 1bf3eead5d32363a767f6766114533e5c1d2a43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:12:20 +0000 Subject: [PATCH] build(deps): bump lint-staged from 15.2.5 to 15.2.6 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.5 to 15.2.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.6) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf6fb9feaaab15..8435b16d83997c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fdir": "^6.1.1", "front-matter": "^4.0.2", "husky": "9.0.11", - "lint-staged": "15.2.5", + "lint-staged": "15.2.6", "markdown-it": "^14.1.0", "markdownlint-cli2": "0.13.0", "markdownlint-rule-search-replace": "1.2.0", diff --git a/yarn.lock b/yarn.lock index 49cafc9cff90a7..c7d2bf8c68e550 100644 --- a/yarn.lock +++ b/yarn.lock @@ -525,10 +525,10 @@ linkify-it@^5.0.0: dependencies: uc.micro "^2.0.0" -lint-staged@15.2.5: - version "15.2.5" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.5.tgz#8c342f211bdb34ffd3efd1311248fa6b50b43b50" - integrity sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA== +lint-staged@15.2.6: + version "15.2.6" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.6.tgz#6e4b0c4ba4a692c52e2143a3bb4b360ac5832121" + integrity sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g== dependencies: chalk "~5.3.0" commander "~12.1.0"