diff --git a/package.json b/package.json index 1145aa34a..9d0ce07ff 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-import": "2.11.0", "eslint-plugin-react": "7.7.0", "husky": "0.14.3", - "lint-staged": "7.0.5", + "lint-staged": "7.1.0", "prettier": "1.12.1", "prettier-package-json": "1.6.0", "rimraf": "2.6.2", diff --git a/yarn.lock b/yarn.lock index ed45d8933..584cee23a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3139,9 +3139,9 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@7.0.5: - version "7.0.5" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.5.tgz#1ed04c4bb2013579a3d4df4dfe0f2ea1cd988fad" +lint-staged@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.1.0.tgz#1514a5b71b8d9492ca0c3d2a44769cbcbc8bcc79" dependencies: app-root-path "^2.0.1" chalk "^2.3.1" @@ -3152,6 +3152,7 @@ lint-staged@7.0.5: execa "^0.9.0" find-parent-dir "^0.3.0" is-glob "^4.0.0" + is-windows "^1.0.2" jest-validate "^22.4.0" listr "^0.13.0" lodash "^4.17.5"