From 0bbdb3cc2124024df5983a2426f37db9335d5739 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 10:59:49 -0400 Subject: [PATCH] Bump lint-staged from 9.1.0 to 9.2.0 (#3482) [ci skip] Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.1.0...v9.2.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 763678757..3f9d04dff 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "jest": "^23.5.0", "jest-fetch-mock": "^2.1.2", "jsdom": "^15.1.1", - "lint-staged": "^9.1.0", + "lint-staged": "^9.2.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 fa9adbcdd..8ec970890 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7118,10 +7118,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.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"