From 54017183c2b1330c526b7e70844c13ae4a0680da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:41:55 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v14.0.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6da80db..82f48dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-import": "2.28.1", "husky": "8.0.3", "jest": "29.6.2", - "lint-staged": "14.0.0", + "lint-staged": "14.0.1", "prettier": "3.0.2", "reflect-metadata": "0.1.13", "release-it": "16.1.5", @@ -10031,9 +10031,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.0.tgz", - "integrity": "sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 4b07d956..cc4d16cf 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-import": "2.28.1", "husky": "8.0.3", "jest": "29.6.2", - "lint-staged": "14.0.0", + "lint-staged": "14.0.1", "prettier": "3.0.2", "reflect-metadata": "0.1.13", "release-it": "16.1.5",