From 602a13660a0a6a5d693172d83f2d0429dfcf2e6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 00:17:44 +0000 Subject: [PATCH] chore(deps-dev): 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 8e69816c1..86f62eb9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8156,9 +8156,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 4537eaafe..3d986195d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nuxtjs/google-analytics": "^2.2.3", "cypress": "^4.5.0", "husky": "^4.2.5", - "lint-staged": "^10.2.0", + "lint-staged": "^10.2.1", "node-sass": "^4.14.0", "prettier": "^2.0.5", "pretty-quick": "^2.0.1",