From b920e249f6a1acb1fbff7ff6e8711916869a27c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 11:32:18 +0000 Subject: [PATCH] deps: bump lint-staged from 10.2.4 to 10.2.6 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.4 to 10.2.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.4...v10.2.6) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index daab7f83..b6905414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9000,12 +9000,13 @@ "dev": true }, "lint-staged": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.4.tgz", - "integrity": "sha512-doTMGKXQAT34c3S3gwDrTnXmCZp/z1/92D8suPqqh755sKPT18ew1NoPNHxJdrvv1D4WrJ7CEnx79Ns3EdEFbg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.6.tgz", + "integrity": "sha512-2oEBWyPZHkdyjKcIv2U6ay80Q52ZMlZZrUnfsV0WTVcgzPlt3o2t5UFy2v8ETUTsIDZ0xSJVnffWCgD3LF6xTQ==", "dev": true, "requires": { "chalk": "^4.0.0", + "cli-truncate": "2.1.0", "commander": "^5.1.0", "cosmiconfig": "^6.0.0", "debug": "^4.1.1", @@ -9219,9 +9220,9 @@ } }, "listr2": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.2.tgz", - "integrity": "sha512-HkbraLsbHRFtuT0p1g9KUiMoJeqlPdgsi4Q3mCvBlYnVK+2I1vPdCxBvJ+nAxwpL7SZiyaICWMvLOyMBtu+VKw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.4.tgz", + "integrity": "sha512-oJaAcplPsa72rKW0eg4P4LbEJjhH+UO2I8uqR/I2wzHrVg16ohSfUy0SlcHS21zfYXxtsUpL8YXGHjyfWMR0cg==", "dev": true, "requires": { "@samverschueren/stream-to-observable": "^0.3.0", diff --git a/package.json b/package.json index c6dafe0f..4a2330ca 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "husky": "^4.2.5", "jest": "^25.5.4", "jest-circus": "^26.0.1", - "lint-staged": "^10.2.4", + "lint-staged": "^10.2.6", "nock": "^12.0.3", "prettier": "2.0.5", "standard-version": "^8.0.0",