From c73c6e3bfc5d5e722b5bcde43a2f16ef2e14b9aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 11:41:23 -0700 Subject: [PATCH] Bump lint-staged from 8.2.0 to 8.2.1 (#42) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v8.2.0...v8.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 1c5e5c31..7c181442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6423,9 +6423,9 @@ } }, "lint-staged": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz", - "integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.1.tgz", + "integrity": "sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==", "dev": true, "requires": { "chalk": "^2.3.1", diff --git a/package.json b/package.json index 21140333..d5632eed 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "husky": "^2.4.1", "jest": "^24.8.0", "jest-serializer-vue": "^2.0.2", - "lint-staged": "^8.2.0", + "lint-staged": "^8.2.1", "mockdate": "^2.0.2", "node-fetch": "^2.6.0", "parcel-bundler": "^1.12.3",