From 763cb3e07aa13938864adce3d4075f6aea6bfadf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2019 14:49:35 -0300 Subject: [PATCH] Update dependency lint-staged to v9.2.0 (#11) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7d1cb2d..54e6252 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "ava": "2.2.0", "eslint-config-prettier": "6.0.0", "husky": "3.0.0", - "lint-staged": "9.0.1", + "lint-staged": "9.2.0", "prettier": "1.18.2", "xo": "0.24.0" }, diff --git a/yarn.lock b/yarn.lock index 46e1474..69670b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2959,10 +2959,10 @@ line-column-path@^1.0.0: resolved "https://registry.yarnpkg.com/line-column-path/-/line-column-path-1.0.0.tgz#383b83fca8488faa7a59940ebf28b82058c16c55" integrity sha1-ODuD/KhIj6p6WZQOvyi4IFjBbFU= -lint-staged@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.1.tgz#dc31e3808052cf65727d26a3568620e4f75a5aa5" - integrity sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ== +lint-staged@9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.0.tgz#155e5723dffdaa55d252c47bab05a2962c1e9781" + integrity sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg== dependencies: chalk "^2.4.2" commander "^2.20.0"