From 98706bc157873cca249c1c12faf0d97e6fd68311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 15 Feb 2019 09:44:18 +0800 Subject: [PATCH] chore(deps): update dependency lint-staged to v8.1.4 (#70) --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 451b035..9ecf5e0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "hsu-scripts": "1.0.5", "husky": "1.3.1", "jest": "24.1.0", - "lint-staged": "8.1.3", + "lint-staged": "8.1.4", "prettier": "1.16.4" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 50c2e99..2e70da2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4216,10 +4216,10 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@8.1.3: - version "8.1.3" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.3.tgz#bb069db5466c0fe16710216e633a84f2b362fa60" - integrity sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA== +lint-staged@8.1.4: + version "8.1.4" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.4.tgz#a726592c0e55231116af295e730643bb711c169b" + integrity sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA== dependencies: "@iamstarkov/listr-update-renderer" "0.4.1" chalk "^2.3.1" @@ -4234,7 +4234,7 @@ lint-staged@8.1.3: is-glob "^4.0.0" is-windows "^1.0.2" listr "^0.14.2" - lodash "^4.17.5" + lodash "^4.17.11" log-symbols "^2.2.0" micromatch "^3.1.8" npm-which "^3.0.1"