From 75f6590ab0d5de654182f761544d8f7224ed34b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 17:49:02 -0400 Subject: [PATCH] Bump lint-staged from 9.3.0 to 9.4.0 (#4162) [ci skip] Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.3.0...v9.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3196eee5..e5d6f7827 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jest": "^23.5.0", "jest-fetch-mock": "^2.1.2", "jsdom": "^15.1.1", - "lint-staged": "^9.3.0", + "lint-staged": "^9.4.0", "preact-render-spy": "1.3.0", "preact-render-to-json": "^3.6.6", "prettier": "^1.18.2", diff --git a/yarn.lock b/yarn.lock index a2fd532e2..354f59e26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7420,10 +7420,10 @@ linkstate@^1.1.1: resolved "https://registry.yarnpkg.com/linkstate/-/linkstate-1.1.1.tgz#cb9c29189baa7552295898f78f82b4055d6be108" integrity sha512-5SICdxQG9FpWk44wSEoM2WOCUNuYfClp10t51XAIV5E7vUILF/dTYxf0vJw6bW2dUd2wcQon+LkNtRijpNLrig== -lint-staged@^9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.3.0.tgz#522a79f166050ab5777887348f2cbdb03f71acac" - integrity sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A== +lint-staged@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.0.tgz#dd4abcc9a82539fd290aed1584e3241b8f8af687" + integrity sha512-jTu1KoGiGTSffM539wK+3igVqDGVsby3KwDBaXL471YndahkjnavLX+R5Nsk49JwklyMo0ZAXay1BaoyA6d2Jw== dependencies: chalk "^2.4.2" commander "^2.20.0"