From 82c30b45d54a33b45414a00cb7e4fd7cec8c801f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:25:12 +0000 Subject: [PATCH] chore: update dependency lint-staged to v13.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e33e2570de..c2fcaafcb2 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "husky": "^8.0.0", "jest": "^29.0.1", "lerna": "^6.0.0", - "lint-staged": "13.1.0", + "lint-staged": "13.1.1", "prettier": "^2.0.5", "typescript": "^4.9.3" } diff --git a/yarn.lock b/yarn.lock index 4532524a50..5b487f3a88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7581,10 +7581,10 @@ lines-and-columns@~2.0.3: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b" integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w== -lint-staged@13.1.0: - version "13.1.0" - resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz#d4c61aec939e789e489fa51987ec5207b50fd37e" - integrity sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ== +lint-staged@13.1.1: + version "13.1.1" + resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.1.tgz#db61636850660e291a6885da65d8e79850bd8307" + integrity sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ== dependencies: cli-truncate "^3.1.0" colorette "^2.0.19"