From 97168f4ffdc9120321ab81f3785ed883a0292da2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:01:36 +0000 Subject: [PATCH] deps: bump lint-staged from 10.2.0 to 10.2.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.0 to 10.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.0...v10.2.1) Signed-off-by: dependabot-preview[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 bd6a8cf3..1a50f548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8342,9 +8342,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 a9e90c2b..892885a3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "husky": "^4.2.5", "jest": "^25.5.2", "jest-circus": "^25.5.2", - "lint-staged": "^10.2.0", + "lint-staged": "^10.2.1", "nock": "^12.0.3", "prettier": "2.0.5", "standard-version": "^7.1.0",