From 77cb5bb18cc3c5015ef471d93b7216ac464054c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Jun 2018 08:01:23 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v7.2.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4e0cc9a..01087e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3151,9 +3151,9 @@ } }, "lint-staged": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-7.1.3.tgz", - "integrity": "sha512-D06sTSzsLP7bSnExH92zM/BK1Bgw4jHNEuhzYWlx7Kmy6b4AoPfK1vjE3n0G4qZwy6PLuqW9wYQ1WIC1fIU9Rg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-7.2.0.tgz", + "integrity": "sha512-jPoIMbmgtWMUrz/l0rhBVa1j6H71zr0rEoxDWBA333PZcaqBvELdg0Sf4tdGHlwrBM0GXaXMVgTRkLTm2vA7Jg==", "dev": true, "requires": { "app-root-path": "^2.0.1", diff --git a/package.json b/package.json index 121238ae..ac749a7f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "hubot-test-helper": "1.9.0", "husky": "0.14.3", "istanbul": "0.4.5", - "lint-staged": "7.1.3", + "lint-staged": "7.2.0", "mocha": "5.2.0", "prettier-standard": "8.0.1", "proxyquire": "1.8.0"