From 8a97893cfe21fd03db36a5e406dc16ef1b129cb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 14:02:52 +0000 Subject: [PATCH] deps: bump lint-staged from 10.1.0 to 10.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.1.0...v10.1.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 4d62a28..065be72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8097,9 +8097,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.0.tgz", - "integrity": "sha512-WzZ/T+O/aEaaT679sMgI4JqK5mnG69V5KQSouzVsShzZ8wGWte39HT3z61LsxjVNeCf8m/ChhvWJa2wTiQLy5A==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.1.tgz", + "integrity": "sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 41cf946..cd22911 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "husky": "^4.2.3", "jest": "^25.2.4", "jest-circus": "^25.2.4", - "lint-staged": "^10.1.0", + "lint-staged": "^10.1.1", "nock": "^12.0.3", "prettier": "2.0.2", "standard-version": "^7.1.0",