From a1491eca84df43ee37385689b23da3ead2491883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 18:24:00 +0100 Subject: [PATCH] chore(deps): update devdependency lint-staged to ^10.2.1 (#10) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f3738dfd..c0415590 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-promise": "^4.2.1", "jest": "^25.5.2", - "lint-staged": "^10.2.0", + "lint-staged": "^10.2.1", "npm-run-all": "^4.1.5", "nuxt": "^2.12.2", "prettier": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 25d3e11c..2b252ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8862,10 +8862,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.0.tgz#e0356ab593ddc2cd4205d7f880c2205bb01f5e48" - integrity sha512-4Dw2XMtEOGpICl0wvicE5KT/eFlt/kmwMmpNS4v09I/ywRWuR5udbMWjdfZez24jE6r0bQmPpkLZ1+wUGE1S+w== +lint-staged@^10.2.1: + version "10.2.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.1.tgz#def64534c2a5f28e5b723a4bd970347d5b015339" + integrity sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q== dependencies: chalk "^4.0.0" commander "^5.0.0"