From 392e675bd46a7a35441fc64803dad1ecfbc8811f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 04:04:18 +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 cd6ec1b69..1d1507d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8124,9 +8124,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 7f13ff15e..8e794cc13 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nuxtjs/google-analytics": "^2.2.3", "cypress": "^4.4.1", "husky": "^4.2.5", - "lint-staged": "^10.1.6", + "lint-staged": "^10.1.7", "node-sass": "^4.13.1", "prettier": "^2.0.4", "pretty-quick": "^2.0.1",