From eef998db4f21860a60f0ba69cd24810ef0d86796 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:32:10 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 10.1.6 to 10.1.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.6 to 10.1.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.1.6...v10.1.7) 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 3cf24e6c..9873a0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1027,9 +1027,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.6.tgz", - "integrity": "sha512-45zaGxf4XZuwdUk87yRFE/1b4vTZmH2UnYmUPmindsgdAljOFpWWb0yEjxngmqERUS/MGauJexFF6BjLVg9VMA==", + "version": "10.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.7.tgz", + "integrity": "sha512-ZkK8t9Ep/AHuJQKV95izSa+DqotftGnSsNeEmCSqbQ6j4C4H0jDYhEZqVOGD1Q2Oe227igbqjMWycWyYbQtpoA==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 78c35d10..6230bca0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "baretest": "^1.0.0", "eslint": "^6.8.0", "husky": "^4.2.5", - "lint-staged": "^10.1.6", + "lint-staged": "^10.1.7", "prettier": "^2.0.5" } }