From 8a87083f18da22d7b273cfc979a8b6be6ae7a962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 15:06:41 -0500 Subject: [PATCH] chore(deps): update dependency lint-staged to v10.2.2 (#119) 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 3212b47c..c22a4962 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-react-hooks": "4.0.0", "husky": "4.2.5", "jest": "25.5.4", - "lint-staged": "10.2.0", + "lint-staged": "10.2.2", "next": "9.3.6", "prettier": "2.0.5", "prop-types": "15.7.2", diff --git a/yarn.lock b/yarn.lock index 26d32411..09257d9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7283,10 +7283,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@10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.0.tgz#e0356ab593ddc2cd4205d7f880c2205bb01f5e48" - integrity sha512-4Dw2XMtEOGpICl0wvicE5KT/eFlt/kmwMmpNS4v09I/ywRWuR5udbMWjdfZez24jE6r0bQmPpkLZ1+wUGE1S+w== +lint-staged@10.2.2: + version "10.2.2" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.2.tgz#901403c120eb5d9443a0358b55038b04c8a7db9b" + integrity sha512-78kNqNdDeKrnqWsexAmkOU3Z5wi+1CsQmUmfCuYgMTE8E4rAIX8RHW7xgxwAZ+LAayb7Cca4uYX4P3LlevzjVg== dependencies: chalk "^4.0.0" commander "^5.0.0"