From f2c9a2fcd7cce9c5a74826b24813e744ad35c7a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:02:26 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.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 8789e50..bdf3628 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-prettier": "5.0.1", "husky": "8.0.3", "jest": "29.7.0", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3", "pretty-quick": "3.1.3", "rimraf": "5.0.5", @@ -7515,9 +7515,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.0.tgz", - "integrity": "sha512-OdrAd/qZhO4MnPyNRehI1Fh6j8kcfQoGpjQ1Vw8dSkDkNONdqe/HpKXqtKpFIPCAYeF4/tfnE11MnjLYuLKjqA==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.1.tgz", + "integrity": "sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 8000dba..f21cc71 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-prettier": "5.0.1", "husky": "8.0.3", "jest": "29.7.0", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3", "pretty-quick": "3.1.3", "rimraf": "5.0.5",