From 9ce584b4fca62a583cea1298ee89926605d24545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:34:04 +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 c209684..30a96b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-google": "0.14.0", "eslint-config-prettier": "9.0.0", "husky": "8.0.3", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3" } }, @@ -1264,9 +1264,9 @@ } }, "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 3635469..ecb68bb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-google": "0.14.0", "eslint-config-prettier": "9.0.0", "husky": "8.0.3", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3" } }