From 16fbcd45d4f895946e9e86316263d00329cd5154 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 14:01:07 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 9.0.1 to 9.0.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.0.1...v9.0.2) Signed-off-by: dependabot-preview[bot] --- 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 989dee4f..e8e39109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5288,9 +5288,9 @@ } }, "lint-staged": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.1.tgz", - "integrity": "sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz", + "integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index d2eaedfe..72b377cf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-import": "2.18.0", "gavel-spec": "3.0.2", "husky": "3.0.0", - "lint-staged": "9.0.1", + "lint-staged": "9.0.2", "mocha": "6.1.4", "mochify": "6.3.0", "nyc": "14.1.1",