From 9ba8f7705dfdcf85024c46de547914c03d5784d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2019 11:07:41 +0000 Subject: [PATCH] chore(deps): 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 6573fcb..0986311 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fs-extra": "8.1.0", "husky": "3.0.0", "jest": "24.8.0", - "lint-staged": "9.0.0", + "lint-staged": "9.0.1", "prettier": "1.18.2", "sinon": "7.3.2", "yeoman-assert": "3.1.1", diff --git a/yarn.lock b/yarn.lock index 74a1179..3d28ec2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3324,10 +3324,10 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -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"