From 0d9bc921f4ccf7d2b90c1c7dc41c404255504f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:13:31 +0100 Subject: [PATCH] Bump lint-staged from 10.3.0 to 10.4.0 (#1114) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.3.0...v10.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aabdfc9..7e99655 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cssnano": "^4.1.10", "eslint": "^7.9.0", "husky": "^4.3.0", - "lint-staged": "^10.3.0", + "lint-staged": "^10.4.0", "markdown-it": "^11.0.1", "npm-run-all": "^4.1.5", "postcss": "^7.0.34", diff --git a/yarn.lock b/yarn.lock index 63d62ec..5c39b24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1634,10 +1634,10 @@ linkify-it@^3.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@^10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.3.0.tgz#388c3d440590c45c339e7163f669ea69ae90b1e0" - integrity sha512-an3VgjHqmJk0TORB/sdQl0CTkRg4E5ybYCXTTCSJ5h9jFwZbcgKIx5oVma5e7wp/uKt17s1QYFmYqT9MGVosGw== +lint-staged@^10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.4.0.tgz#d18628f737328e0bbbf87d183f4020930e9a984e" + integrity sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg== dependencies: chalk "^4.1.0" cli-truncate "^2.1.0"