From c348a28d75833b28008d63845be8d915740cf9d6 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 15 Feb 2019 12:36:52 +0000 Subject: [PATCH] Update lint-staged to version 8.1.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9266fee..666f530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6345,9 +6345,9 @@ } }, "lint-staged": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz", - "integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==", + "version": "8.1.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.4.tgz", + "integrity": "sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA==", "dev": true, "requires": { "@iamstarkov/listr-update-renderer": "0.4.1", @@ -6363,7 +6363,7 @@ "is-glob": "^4.0.0", "is-windows": "^1.0.2", "listr": "^0.14.2", - "lodash": "^4.17.5", + "lodash": "^4.17.11", "log-symbols": "^2.2.0", "micromatch": "^3.1.8", "npm-which": "^3.0.1", diff --git a/package.json b/package.json index 8c873b7..524e0c1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "flow-bin": "^0.92.1", - "lint-staged": "^8.1.3", + "lint-staged": "^8.1.4", "prettier": "^1.16.4", "prettier-eslint": "^8.8.2" },