From f063a1241d819f389b090a79417b35d111ebcb0a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2019 11:04:10 +0000 Subject: [PATCH] Update dependency lint-staged to v9.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a1b79a..6d55c55 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "ava": "2.1.0", "eslint-config-prettier": "6.0.0", "husky": "3.0.0", - "lint-staged": "9.0.0", + "lint-staged": "9.0.1", "prettier": "1.18.2", "xo": "0.24.0" }, diff --git a/yarn.lock b/yarn.lock index 0151294..a04b7c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2841,10 +2841,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.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.0.tgz#3ab93063f11ee2e6782769149de0f1e815d49731" - integrity sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ== +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== dependencies: chalk "^2.4.2" commander "^2.20.0"