From 07ae81b2ba8ac0377b12d820242c82200eb893db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 05:59:44 +0000 Subject: [PATCH] chore(dev-deps): update lefthook requirement from ^1.7.11 to ^1.7.18 Updates the requirements on [lefthook](https://github.com/evilmartians/lefthook) to permit the latest version. - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.11...v1.7.18) --- updated-dependencies: - dependency-name: lefthook dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/popup-svelte-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/popup-svelte-ts/package.json b/examples/popup-svelte-ts/package.json index 854fdfda..7c7da439 100644 --- a/examples/popup-svelte-ts/package.json +++ b/examples/popup-svelte-ts/package.json @@ -41,7 +41,7 @@ "commitizen": "^4.3.0", "concurrently": "^8.2.1", "cz-conventional-changelog": "^3.3.0", - "lefthook": "^1.7.11", + "lefthook": "^1.7.18", "lint-staged": "^15.2.2", "svelte": "^4.2.19", "svelte-check": "^4.0.2",