From a50978cba87e27ad6745feb15d0df6e069f441c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Sep 2020 13:31:09 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v10.4.0 --- 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 f0f35a094..ded51a3de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14973,9 +14973,9 @@ "dev": true }, "lint-staged": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.3.0.tgz", - "integrity": "sha512-an3VgjHqmJk0TORB/sdQl0CTkRg4E5ybYCXTTCSJ5h9jFwZbcgKIx5oVma5e7wp/uKt17s1QYFmYqT9MGVosGw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.0.tgz", + "integrity": "sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 7c0e8273c..41cf91ac3 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "express": "4.17.1", "husky": "4.3.0", "license-webpack-plugin": "2.3.0", - "lint-staged": "10.3.0", + "lint-staged": "10.4.0", "lost": "8.3.1", "node-gyp": "7.1.0", "nodeify": "1.0.1",