diff --git a/package-lock.json b/package-lock.json index aff6118cb7..6d968e74c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12280,9 +12280,9 @@ "integrity": "sha1-ZMTwJfF/1Tv7RXY/rrFvAVp0dVA=" }, "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", @@ -12298,7 +12298,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 1026447772..8acaed2316 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "is-png": "^1.1.0", "is-svg": "^3.0.0", "js-yaml-loader": "^1.0.1", - "lint-staged": "^8.1.3", + "lint-staged": "^8.1.4", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", "lodash.groupby": "^4.6.0",