From 126da5df124c49f9acd3988c355d79505e97d104 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Jul 2019 16:27:18 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v9.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dede0a4d..8f3efd0c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jest": "24.8.0", "jest-in-case": "1.0.2", "lerna": "3.15.0", - "lint-staged": "9.1.0", + "lint-staged": "9.2.0", "mkdirp": "0.5.1", "path-exists": "4.0.0", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index a0de6059..e10dbf14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8128,10 +8128,10 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.1.0.tgz#24564128c9208bf5d8001a66afe7156dfbe9da30" - integrity sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ== +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"