From 2b7e09706ea957519ce1e30f08cbc8e5c4d87c54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 03:20:34 +0000 Subject: [PATCH] deps: bump lint-staged from 10.0.3 to 10.0.4 (#77) --- 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 633b946..f4bab07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14296,9 +14296,9 @@ "dev": true }, "lint-staged": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.3.tgz", - "integrity": "sha512-N071+M0yxKX0u67UOB8emFms29ekzrKoX1UlPcLS615O/rhx3+xRk5so8uU4tjdg4yNsD3ntdPSsuZnUPzblLA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.4.tgz", + "integrity": "sha512-lTmhvbFCyKKV8wcyuENTccjlsHP9bYtl/Xxe5ZMTwEZ7Qvar78jOGomkf6nzHuQns6vKRUYWS6L9N8s7x+jnXQ==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index fa8781b..532f60f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "husky": "^4.2.1", "jest": "^25.1.0", "jest-circus": "^25.1.0", - "lint-staged": "^10.0.3", + "lint-staged": "^10.0.4", "nock": "^11.7.2", "prettier": "1.19.1", "standard-version": "^7.1.0",