From 1e059ad1c96fd290f29000bf885aaa6eb9b10659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:57:52 +0000 Subject: [PATCH] Bump lint-staged from 15.4.0 to 15.4.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.0 to 15.4.1. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.0...v15.4.1) --- 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 36e04ae05b7dd38..b4d702399e3d196 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "gray-matter": "^4.0.3", "husky": "9.1.7", "js-yaml": "^4.1.0", - "lint-staged": "15.4.0", + "lint-staged": "15.4.1", "markdownlint-cli2": "0.17.1", "markdownlint-rule-search-replace": "1.2.0", "prettier": "3.4.2" diff --git a/yarn.lock b/yarn.lock index cba746877a5d85f..8e68ef00da7ffc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5604,10 +5604,10 @@ linkify-it@^5.0.0: dependencies: uc.micro "^2.0.0" -lint-staged@15.4.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.0.tgz#ea2d096c35452ba7854f31431bb5d195260c9474" - integrity sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ== +lint-staged@15.4.1: + version "15.4.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.1.tgz#b34e3297ae13fdb2d99b3456e2dbd8e20798bced" + integrity sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA== dependencies: chalk "~5.4.1" commander "~12.1.0"