From b3b8c2a3eb3200b81d7cf9e0fde4ee04dae68d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 00:52:14 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency lint-staged to v14.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 88ce4c2..91cb7bf 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "fingertree": "0.1.7", "fixpack": "4.0.0", "husky": "8.0.3", - "lint-staged": "14.0.0", + "lint-staged": "14.0.1", "microbundle": "0.15.1", "microtime": "3.1.1", "np": "8.0.4", diff --git a/yarn.lock b/yarn.lock index 63f7858..984aa3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7354,10 +7354,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@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== +lint-staged@14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.1.tgz#57dfa3013a3d60762d9af5d9c83bdb51291a6232" + integrity sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw== dependencies: chalk "5.3.0" commander "11.0.0"