From e159920747f97646e0887003d7cd9c9bb2b4033f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 4 Apr 2018 02:12:40 +0000 Subject: [PATCH] Bump lint-staged from 7.0.2 to 7.0.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v7.0.2...v7.0.3) Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- yarn.lock | 23 ++++++++++++++--------- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index c90f6c9..ec6f09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -997,6 +997,12 @@ } } }, + "cli-command-parser": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/cli-command-parser/-/cli-command-parser-1.0.3.tgz", + "integrity": "sha1-N3rzzmCtLYo0p+Xq5LOV1JGw1lI=", + "dev": true + }, "cli-cursor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", @@ -4477,13 +4483,14 @@ } }, "lint-staged": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-7.0.2.tgz", - "integrity": "sha512-zn3hRm9AOy0Xuk9HoUl4zUA2wP2TbEQyTBwTeYIV20fBK1CQOrqhqNVYQZxoxTdgCQ1fiTfr0pi6GyG2c2PdZQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-7.0.3.tgz", + "integrity": "sha512-zOBxR1+FN85wO91H/fpFfy3wT4XudYTPvKifzABeKm25MnafZB7rHUaBPkTOLWSt3lcc2f4vpF2i1agUJmqEHQ==", "dev": true, "requires": { "app-root-path": "2.0.1", "chalk": "2.3.2", + "cli-command-parser": "1.0.3", "commander": "2.15.1", "cosmiconfig": "4.0.0", "debug": "3.1.0", diff --git a/package.json b/package.json index 604bad7..3b651dd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "coveralls": "^3.0.0", "husky": "0.14.3", "jest": "^22.4.0", - "lint-staged": "7.0.2", + "lint-staged": "7.0.3", "nyc": "^11.4.1", "prettier": "1.11.0" }, diff --git a/yarn.lock b/yarn.lock index abe7f98..1c9f736 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,14 +3,14 @@ "@babel/code-frame@^7.0.0-beta.35": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962" + version "7.0.0-beta.44" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" dependencies: - "@babel/highlight" "7.0.0-beta.42" + "@babel/highlight" "7.0.0-beta.44" -"@babel/highlight@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623" +"@babel/highlight@7.0.0-beta.44": + version "7.0.0-beta.44" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5" dependencies: chalk "^2.0.0" esutils "^2.0.2" @@ -536,6 +536,10 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" +cli-command-parser@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/cli-command-parser/-/cli-command-parser-1.0.3.tgz#377af3ce60ad2d8a34a7e5eae4b395d491b0d652" + cli-cursor@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" @@ -2172,12 +2176,13 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.2.tgz#c99f6800e0525fa9c16f04c13ebe137edfd4fcd7" +lint-staged@7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.3.tgz#c2c30bd2821ae9c6043141179b9a03793ad3da08" dependencies: app-root-path "^2.0.1" chalk "^2.3.1" + cli-command-parser "^1.0.3" commander "^2.14.1" cosmiconfig "^4.0.0" debug "^3.1.0"