From 379341ad08ee2cb157c0f38b1ee0f92868cb0f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Feb 2018 02:11:41 +0000 Subject: [PATCH] Bump lint-staged from 6.1.0 to 6.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases/tag/v6.1.1) - [Commits](https://github.com/okonet/lint-staged/compare/v6.1.0...v6.1.1) --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce1f20d..98b82ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3227,9 +3227,9 @@ } }, "lint-staged": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-6.1.0.tgz", - "integrity": "sha512-RMB6BUd2bEKaPnj06F7j8RRB8OHM+UP4fQS2LT8lF+X9BjSaezw1oVB5hc4elLhYvzlFCkhAaatzYz+x53YHgw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-6.1.1.tgz", + "integrity": "sha512-M/7bwLdXbeG7ZNLcasGeLMBDg60/w6obj3KOtINwJyxAxb53XGY0yH5FSZlWklEzuVbTtqtIfAajh6jYIN90AA==", "dev": true, "requires": { "app-root-path": "2.0.1", @@ -3250,7 +3250,7 @@ "p-map": "1.2.0", "path-is-inside": "1.0.2", "pify": "3.0.0", - "staged-git-files": "0.0.4", + "staged-git-files": "1.0.0", "stringify-object": "3.2.2" }, "dependencies": { @@ -3332,6 +3332,12 @@ "ansi-regex": "3.0.0", "ansi-styles": "3.2.0" } + }, + "staged-git-files": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-1.0.0.tgz", + "integrity": "sha1-zbhHg3wfzFLAioctSIPMCHdmioA=", + "dev": true } } }, @@ -6247,12 +6253,6 @@ "integrity": "sha1-1PM6tU6OOHeLDKXP07OvsS22hiA=", "dev": true }, - "staged-git-files": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-0.0.4.tgz", - "integrity": "sha1-15fhtVHKemOd7AI33G60u5vhfTU=", - "dev": true - }, "stealthy-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", diff --git a/package.json b/package.json index 0bd0399..3cf7793 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "coveralls": "^3.0.0", "husky": "0.14.3", "jest": "^22.3.0", - "lint-staged": "6.1.0", + "lint-staged": "6.1.1", "nyc": "^11.4.1", "prettier": "1.10.2" }, diff --git a/yarn.lock b/yarn.lock index babd7dc..557f3e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1867,9 +1867,9 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.1.0.tgz#28f600c10a6cbd249ceb003118a1552e53544a93" +lint-staged@6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.1.1.tgz#cd08c4d9b8ccc2d37198d1c47ce77d22be6cf324" dependencies: app-root-path "^2.0.0" chalk "^2.1.0" @@ -1889,7 +1889,7 @@ lint-staged@6.1.0: p-map "^1.1.1" path-is-inside "^1.0.2" pify "^3.0.0" - staged-git-files "0.0.4" + staged-git-files "1.0.0" stringify-object "^3.2.0" listr-silent-renderer@^1.1.1: @@ -2870,9 +2870,9 @@ stack-utils@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.1.tgz#d4f33ab54e8e38778b0ca5cfd3b3afb12db68620" -staged-git-files@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-0.0.4.tgz#d797e1b551ca7a639dec0237dc6eb4bb9be17d35" +staged-git-files@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.0.0.tgz#cdb847837c1fcc52c08a872d4883cc0877668a80" stealthy-require@^1.1.0: version "1.1.1"