From 08f6843c5d08907f9276d05fb72f2f327058c18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:05:26 +0800 Subject: [PATCH] chore(deps-dev): bump lint-staged in the dependencies group (#7354) Bumps the dependencies group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 15.2.8 to 15.2.9 - [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.2.8...v15.2.9) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 62db9ef1e246..585815aecac2 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "hyperlink": "^5.0.4", "jest": "^29.7.0", "lightningcss": "^1.26.0", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "lodash": "^4.17.21", "markdownlint-cli": "^0.41.0", "mdast-util-to-string": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index bafa919245c5..3c6b7478d5d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8256,10 +8256,10 @@ linkify-it@^4.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@^15.2.8: - version "15.2.8" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.8.tgz#5e19eb7b4dbb922f56fafb4635b44ee3c92f7322" - integrity sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ== +lint-staged@^15.2.9: + version "15.2.9" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.9.tgz#bf70d40b6b192df6ad756fb89822211615e0f4da" + integrity sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ== dependencies: chalk "~5.3.0" commander "~12.1.0"