From 3b608fe6209121b7197eef733548cba40b7e4503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:53:11 +0000 Subject: [PATCH] chore(deps-dev): bump @evilmartians/lefthook from 1.6.0 to 1.6.1 Bumps [@evilmartians/lefthook](https://github.com/evilmartians/lefthook) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: "@evilmartians/lefthook" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 ba1dd4d5..38f010a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "7.23.7", "@commitlint/cli": "18.5.0", "@commitlint/config-conventional": "^18.0.0", - "@evilmartians/lefthook": "1.6.0", + "@evilmartians/lefthook": "1.6.1", "@rollup/plugin-node-resolve": "15.2.3", "@tsconfig/recommended": "1.0.3", "@types/figlet": "1.5.8", @@ -1127,9 +1127,9 @@ } }, "node_modules/@evilmartians/lefthook": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.0.tgz", - "integrity": "sha512-vmpQuxYnimUkDEn4UzJsAJ32tNJ5OwQuWG9tX+/5F6OuBFDi62guqOLiflpLBiH7WFVBTOefCQ/DJgubjE8WrA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.1.tgz", + "integrity": "sha512-4E35gOuECaf/+DaA0m1Q1U3BnaQclAUgK2UOYPyQOU0mCnvbMIqNJFiq2ArYuECEUIkTtAjoIzs1xkNFqUaOLQ==", "cpu": [ "x64", "arm64", @@ -15897,9 +15897,9 @@ } }, "@evilmartians/lefthook": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.0.tgz", - "integrity": "sha512-vmpQuxYnimUkDEn4UzJsAJ32tNJ5OwQuWG9tX+/5F6OuBFDi62guqOLiflpLBiH7WFVBTOefCQ/DJgubjE8WrA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.1.tgz", + "integrity": "sha512-4E35gOuECaf/+DaA0m1Q1U3BnaQclAUgK2UOYPyQOU0mCnvbMIqNJFiq2ArYuECEUIkTtAjoIzs1xkNFqUaOLQ==", "dev": true }, "@hutson/parse-repository-url": { diff --git a/package.json b/package.json index 0aa90650..ed45889e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@babel/core": "7.23.7", "@commitlint/cli": "18.5.0", "@commitlint/config-conventional": "^18.0.0", - "@evilmartians/lefthook": "1.6.0", + "@evilmartians/lefthook": "1.6.1", "@rollup/plugin-node-resolve": "15.2.3", "@tsconfig/recommended": "1.0.3", "@types/figlet": "1.5.8",