From 4358e1f050d6c0109cafa441afbb9431073b2d35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:38:14 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.2.6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33a40bf..cbb7ed4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cz-conventional-changelog": "3.3.0", "husky": "9.0.11", "lerna": "8.1.3", - "lint-staged": "15.2.5", + "lint-staged": "15.2.6", "npm-run-all2": "6.2.0", "typescript": "5.4.5", "vitest": "1.6.0" diff --git a/yarn.lock b/yarn.lock index fd940a3..73d0e48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5394,10 +5394,10 @@ lines-and-columns@~2.0.3: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz" integrity sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A== -lint-staged@15.2.5: - version "15.2.5" - resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz" - 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"