From 8ba5b9b797680002f2ebdeb7264177aee23f8f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:00:23 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v10.4.2 (#335) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87154de7..8eded363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2983,9 +2983,9 @@ "dev": true }, "lint-staged": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.1.tgz", - "integrity": "sha512-E2Y6Mu1haUD3ZefzwBG8tqy3QDQ9udWRS946YcuDCU8Mi22RjwxrEhLrqTLszxl80DG/sCtKdGCArzEkTsBzJQ==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz", + "integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 60074a0a..2a44f88a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-json": "2.1.2", "eslint-plugin-prettier": "3.1.4", "husky": "4.3.0", - "lint-staged": "10.4.1", + "lint-staged": "10.4.2", "npm-run-all": "4.1.5", "prettier": "2.1.2", "standard-version": "9.0.0",