From 2f464f96752078470e62d7f0453585a8c9526b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:40:23 +0800 Subject: [PATCH] chore: update dependency lint-staged to v12.5.0 (#3212) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6441fc913c..c6907aef8a 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "husky": "^8.0.0", "jest": "28.1.0", "lerna": "^5.0.0", - "lint-staged": "12.4.3", + "lint-staged": "12.5.0", "prettier": "^2.0.5", "ts-jest": "^28.0.2", "typescript": "^4.6.4" diff --git a/yarn.lock b/yarn.lock index b4d5acb6eb..1eaed784ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6513,10 +6513,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@12.4.3: - version "12.4.3" - resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.3.tgz#914fa468458364e14cc952145db552d87c8847b6" - integrity sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg== +lint-staged@12.5.0: + version "12.5.0" + resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.5.0.tgz#d6925747480ae0e380d13988522f9dd8ef9126e3" + integrity sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16"