From e5a7faaa962d05031efb311c86ec965e43783e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:36:12 +0000 Subject: [PATCH] chore(deps): update pepr to v9.1.7 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | husky | 9.1.6 | 9.1.7 | --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33194003c..ce143b7d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "husky": "9.1.6", + "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.2.10", "ts-jest": "29.2.5" @@ -4077,10 +4077,11 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, + "license": "MIT", "bin": { "husky": "bin.js" }, diff --git a/package.json b/package.json index a52beb2d8..4063da8b5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "husky": "9.1.6", + "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.2.10", "ts-jest": "29.2.5"