From 41a141d82e1249886d33cb0190a50d654acad1ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 Oct 2021 04:13:24 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v11.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6519d91607..be945d06a6 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "husky": "7.0.2", "jest": "27.2.5", "jest-fetch-mock": "3.0.3", - "lint-staged": "11.2.0", + "lint-staged": "11.2.1", "prettier": "2.4.1", "proxyquire": "2.1.3", "source-map-support": "0.5.20", diff --git a/yarn.lock b/yarn.lock index 46579f1ce4..c64716d109 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4589,10 +4589,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@11.2.0: - version "11.2.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.0.tgz#6b9774a74b3eb4bef5c59fb6475bff84d6853008" - integrity sha512-0KIcRuO4HQS2Su7qWtjrfTXgSklvyIb9Fk9qVWRZkGHa5S81Vj6WBbs+ogQBvHUwLJYq1eQ4R+H82GSak4OM7w== +lint-staged@11.2.1: + version "11.2.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.1.tgz#e49104cb4eb01ef36742531385be2efe2b85ed94" + integrity sha512-p56vAvBwABYSThvncT1Vuq0u6A8ZS56oC+eURfoavqyhBPJv+RGAmIU2kEYQOO19LPQVHQJ56eoBq/ARPlBoVQ== dependencies: cli-truncate "2.1.0" colorette "^1.4.0"