From 6c3949bceb090ba6af149ad5af6bdc774569a059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 07:00:09 +0000 Subject: [PATCH] Bump lint-staged from 10.3.0 to 10.4.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.3.0...v10.4.0) Signed-off-by: dependabot[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 d900648..dd5a4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6315,9 +6315,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 5ff9be7..fa5e67c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "husky": "^4.3.0", "jest": "^26.4.2", "json5": "^2.1.3", - "lint-staged": "^10.3.0", + "lint-staged": "^10.4.0", "np": "^6.5.0", "npm-run-all": "^4.1.5", "postcss": ">=7.0.32",