From 011b19b62dd53a5498449a14f3ad78af382ff177 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 May 2020 07:38:37 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 10.2.1 to 10.2.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.1 to 10.2.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.1...v10.2.2) 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 d8c431830..aabb7142e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8156,9 +8156,9 @@ "dev": true }, "lint-staged": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.1.tgz", - "integrity": "sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.2.tgz", + "integrity": "sha512-78kNqNdDeKrnqWsexAmkOU3Z5wi+1CsQmUmfCuYgMTE8E4rAIX8RHW7xgxwAZ+LAayb7Cca4uYX4P3LlevzjVg==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index f2f8a9731..3feb3353b 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.1", + "lint-staged": "^10.2.2", "node-sass": "^4.14.0", "prettier": "^2.0.5", "pretty-quick": "^2.0.1",