From 8f94f0ef2805cc2064a27ac594af763e0e0f9267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 06:52:12 +0000 Subject: [PATCH] chore(deps): update dependency @evilmartians/lefthook to v1.9.2 (#355) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a10d20..5bd88f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@bhovhannes/shared-config": "0.0.1", - "@evilmartians/lefthook": "1.9.0", + "@evilmartians/lefthook": "1.9.2", "@jest/globals": "29.7.0", "jest": "29.7.0", "prettier": "3.4.2", @@ -702,9 +702,9 @@ } }, "node_modules/@evilmartians/lefthook": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.9.0.tgz", - "integrity": "sha512-a6+eZ/6TlE3ILu0B1GGUC90X3nysSfcUZo5mQMwY0aF2Djw5Faf6EYZ7Il8oCxxgNmsZ2tGn9EgOPNQTqT2G+g==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.9.2.tgz", + "integrity": "sha512-bcYrzoRh8toQTk/kHgzJbRiWPmogIn9jHxFpPFj/mbhz5y6CmIy1ebfncIRYTJl8XhztSlr2Zf7/5t1FNgi+bA==", "cpu": [ "x64", "arm64", @@ -4426,9 +4426,9 @@ } }, "@evilmartians/lefthook": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.9.0.tgz", - "integrity": "sha512-a6+eZ/6TlE3ILu0B1GGUC90X3nysSfcUZo5mQMwY0aF2Djw5Faf6EYZ7Il8oCxxgNmsZ2tGn9EgOPNQTqT2G+g==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.9.2.tgz", + "integrity": "sha512-bcYrzoRh8toQTk/kHgzJbRiWPmogIn9jHxFpPFj/mbhz5y6CmIy1ebfncIRYTJl8XhztSlr2Zf7/5t1FNgi+bA==", "dev": true }, "@istanbuljs/load-nyc-config": { diff --git a/package.json b/package.json index 886915c..9fb3fde 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://github.com/bhovhannes/junit-report-merger#readme", "devDependencies": { "@bhovhannes/shared-config": "0.0.1", - "@evilmartians/lefthook": "1.9.0", + "@evilmartians/lefthook": "1.9.2", "@jest/globals": "29.7.0", "jest": "29.7.0", "prettier": "3.4.2",