From ce56d2c09e7fa418704cecf603b164c8ef304d8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 03:35:43 +0000 Subject: [PATCH] Bump lint-staged from 9.5.0 to 10.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.5.0...v10.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55e5b11..1ee50a8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "^6.0.1", "prettier": "^1.18.2", "husky": "^4.0.4", - "lint-staged": "^9.2.0", + "lint-staged": "^10.0.1", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.1.0", "eslint-config-xo": "^0.27.1",