From 5bbb5cf0ecebcffe5d43300f5a4a12fce8e96f18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 21:29:28 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 8.2.0 to 8.2.1 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 d8690a965..af5bd8453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6957,9 +6957,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==", "requires": { "chalk": "^2.3.1", "commander": "^2.14.1", diff --git a/package.json b/package.json index 99d359536..2c39b080c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0", "koa-static": "^5.0.0", - "lint-staged": "^8.2.0", + "lint-staged": "^8.2.1", "react-router-dom": "^5.0.1", "toml": "^3.0.0", "tslint": "^5.17.0",