From 4f1f7ccb41410727154c24bf378ed43e95dc9238 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 15:45:32 -0500 Subject: [PATCH] Bump lint-staged from 10.2.4 to 10.2.6 (#8124) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.4 to 10.2.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.4...v10.2.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a7a08d84f..8cf2cfacb 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "jest-fetch-mock": "^3.0.3", "jest-watch-typeahead": "^0.6.0", "jsdom": "^16.2.2", - "lint-staged": "^10.2.4", + "lint-staged": "^10.2.6", "node-sass": "^4.14.1", "preact-render-spy": "1.3.0", "preact-render-to-json": "^3.6.6", diff --git a/yarn.lock b/yarn.lock index 34916dce0..1453dfb5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3937,7 +3937,7 @@ cli-table3@0.5.1: optionalDependencies: colors "^1.1.2" -cli-truncate@^2.1.0: +cli-truncate@2.1.0, cli-truncate@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== @@ -8768,12 +8768,13 @@ linkstate@^1.1.1: resolved "https://registry.yarnpkg.com/linkstate/-/linkstate-1.1.1.tgz#cb9c29189baa7552295898f78f82b4055d6be108" integrity sha512-5SICdxQG9FpWk44wSEoM2WOCUNuYfClp10t51XAIV5E7vUILF/dTYxf0vJw6bW2dUd2wcQon+LkNtRijpNLrig== -lint-staged@^10.2.4: - version "10.2.4" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.4.tgz#0ed5d1cf06bdac0d3fbb003931bb6df3771fbf42" - integrity sha512-doTMGKXQAT34c3S3gwDrTnXmCZp/z1/92D8suPqqh755sKPT18ew1NoPNHxJdrvv1D4WrJ7CEnx79Ns3EdEFbg== +lint-staged@^10.2.6: + version "10.2.6" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.6.tgz#7d9658bd89dee946a859cbfc6e09566a9fb50b53" + integrity sha512-2oEBWyPZHkdyjKcIv2U6ay80Q52ZMlZZrUnfsV0WTVcgzPlt3o2t5UFy2v8ETUTsIDZ0xSJVnffWCgD3LF6xTQ== dependencies: chalk "^4.0.0" + cli-truncate "2.1.0" commander "^5.1.0" cosmiconfig "^6.0.0" debug "^4.1.1"