From e3ef212693a91d08250e0784ed4a9d1cbf46663b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2019 19:02:36 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v8.2.1 --- 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 b0df47e..7aefc0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4012,9 +4012,9 @@ } }, "lint-staged": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz", - "integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.1.tgz", + "integrity": "sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==", "dev": true, "requires": { "chalk": "^2.3.1", diff --git a/package.json b/package.json index 23e8e6a..704b4e5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-standard": "4.0.0", "fs-extra": "8.0.1", "husky": "2.4.1", - "lint-staged": "8.2.0", + "lint-staged": "8.2.1", "mocha": "6.1.4", "mock-require": "3.0.3", "npm-github-config": "2.0.0",