From c9640c27c3fdff18159e8d457da30bfe897568ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:25:24 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v14 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ddd488e..30bcbf5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fast-check": "3.12.0", "husky": "8.0.3", "jest": "29.6.2", - "lint-staged": "13.3.0", + "lint-staged": "14.0.0", "prettier": "3.0.1", "rimraf": "5.0.1", "ts-jest": "29.1.1", diff --git a/yarn.lock b/yarn.lock index 6086879..8535395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3219,10 +3219,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@13.3.0: - version "13.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.3.0.tgz#7965d72a8d6a6c932f85e9c13ccf3596782d28a5" - integrity sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ== +lint-staged@14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.0.tgz#81a06f1a265854070dc4c9ace0978bb12d4b17c3" + integrity sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA== dependencies: chalk "5.3.0" commander "11.0.0"