From 512eda085fe9bfbf83049364f2e3872f401b99b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 06:07:26 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.3.8 to 12.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 a09ffb4c..028df063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10561,9 +10561,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lint-staged": { - "version": "12.3.8", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.8.tgz", - "integrity": "sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz", + "integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 36ee81fb..94323eee 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "file-url": "^3.0.0", "husky": "^7.0.4", "jest": "^26.6.3", - "lint-staged": "^12.3.8", + "lint-staged": "^12.4.0", "npm-run-all": "^4.1.5", "prettier": "^2.6.2", "tempy": "^1.0.1",