From 8c5cd12a30fa56f947bf97e37329f691d3d4772a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 14:02:08 -0700 Subject: [PATCH] Bump lint-staged from 10.0.9 to 10.0.10 (#332) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.9 to 10.0.10. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.0.9...v10.0.10) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 49a7f332..7fae389b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10559,9 +10559,9 @@ "dev": true }, "lint-staged": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz", - "integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.10.tgz", + "integrity": "sha512-91vNy3eYStExElLWw1Idva5lghKpFaXh9AJqjcyrJXf7AYZrThi4EhQ+GpmiHdPmJJauKhZMMSzQR1bMB90MtA==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 0fd469a4..5bb8342a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "husky": "^4.2.3", "jest": "^25.2.4", "jest-serializer-vue": "^2.0.2", - "lint-staged": "^10.0.9", + "lint-staged": "^10.0.10", "mockdate": "^2.0.5", "node-fetch": "^2.6.0", "parcel-bundler": "^1.12.4",