diff --git a/package-lock.json b/package-lock.json index 1ef4e83..3ade947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6268,9 +6268,9 @@ } }, "lint-staged": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.1.tgz", - "integrity": "sha512-6C9tmmCedjDYQMzHydT5mXRtmEgpGUQDoIl+Ser8cfI/n9grsRUsuG2jd1BWqGf62OV+BV+6n/Drt82uYTCgJg==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz", + "integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==", "dev": true, "requires": { "@iamstarkov/listr-update-renderer": "0.4.1", diff --git a/package.json b/package.json index dc36514..2a0c11f 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.91.0", - "lint-staged": "^8.1.1", + "lint-staged": "^8.1.3", "prettier": "^1.16.3", "prettier-eslint": "^8.8.2" },