From 0d3125c1b4d292fa6ace7040bf6304f6d9bc1806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:00:22 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v10.2.1 (#35) 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 2d860303..9adbd5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2749,9 +2749,9 @@ "dev": true }, "lint-staged": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.0.tgz", - "integrity": "sha512-4Dw2XMtEOGpICl0wvicE5KT/eFlt/kmwMmpNS4v09I/ywRWuR5udbMWjdfZez24jE6r0bQmPpkLZ1+wUGE1S+w==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.1.tgz", + "integrity": "sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 085db4a7..17421338 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-json": "2.1.1", "eslint-plugin-prettier": "3.1.3", "husky": "4.2.5", - "lint-staged": "10.2.0", + "lint-staged": "10.2.1", "next-standard-version": "2.1.2", "npm-run-all": "4.1.5", "prettier": "2.0.5",