From dd426387ed2377f465c14c3f1f365c1fbfb26aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:54:54 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.4.1 (#997) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 6a54a9b2..d9db174e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "commitlint": "19.6.1", "glob": "11.0.1", "husky": "9.1.7", - "lint-staged": "15.4.0", + "lint-staged": "15.4.1", "nock": "14.0.0-beta.19", "playwright": "1.49.1", "preact-render-to-string": "6.5.12", @@ -8261,9 +8261,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", - "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1f0f93a6..7b52e85e 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "commitlint": "19.6.1", "glob": "11.0.1", "husky": "9.1.7", - "lint-staged": "15.4.0", + "lint-staged": "15.4.1", "nock": "14.0.0-beta.19", "playwright": "1.49.1", "preact-render-to-string": "6.5.12",