From 215b1dae29cbf09c8e6f65ae876f1a2b7ed37504 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Nov 2018 14:43:16 +0000 Subject: [PATCH] fix: pin lint-staged to 8.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 194be473..d73bbb5c 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "cz-conventional-changelog": "^2.0.0", "husky": "^1.0.1", "jest": "^23.5.0", - "lint-staged": "^8.0.0", + "lint-staged": "8.0.5", "lodash.camelcase": "^4.3.0", "prettier": "^1.14.2", "prompt": "^1.0.0",