From 38c6de101f64f23e94b4875b8f519d8d8ae0e431 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 05:36:24 +0000 Subject: [PATCH] deps: bump lint-staged from 10.0.8 to 10.0.9 (#128) --- 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 05c9113..f640127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14323,9 +14323,9 @@ "dev": true }, "lint-staged": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz", - "integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz", + "integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 4aa8347..f33b78d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "husky": "^4.2.3", "jest": "^25.1.0", "jest-circus": "^25.1.0", - "lint-staged": "^10.0.8", + "lint-staged": "^10.0.9", "nock": "^12.0.3", "prettier": "2.0.2", "standard-version": "^7.1.0",