From 1068e8dc7a331403e3072792b25a614f0b721ea1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2019 11:26:04 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 9.0.0 to 9.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.0.0...v9.0.1) 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 f57acdc4d..070d79a8d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^6.0.1", "husky": "^3.0.0", "jest": "^24.8.0", - "lint-staged": "^9.0.0", + "lint-staged": "^9.0.1", "markdownlint-cli": "^0.17.0", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", diff --git a/yarn.lock b/yarn.lock index d9dad77a7..e8da41c54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3869,10 +3869,10 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -lint-staged@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.0.tgz#3ab93063f11ee2e6782769149de0f1e815d49731" - integrity sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ== +lint-staged@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.1.tgz#dc31e3808052cf65727d26a3568620e4f75a5aa5" + integrity sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ== dependencies: chalk "^2.4.2" commander "^2.20.0"