From 8ee9371f001cec62f1efb89ae0886d2b51833aa0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2019 11:07:44 +0000 Subject: [PATCH] Update dependency lint-staged to v9.0.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 73700ddaf26..b967744a211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7785,9 +7785,9 @@ } }, "lint-staged": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.0.tgz", - "integrity": "sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ==", + "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==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index f58ef314c19..24446def621 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-wp-i18n": "1.0.3", "husky": "3.0.0", "istanbul": "1.0.0-alpha.2", - "lint-staged": "9.0.0", + "lint-staged": "9.0.1", "mocha": "6.1.4", "node-sass": "4.12.0", "prettier": "github:automattic/calypso-prettier#c56b4251",