From 1c96d2daad17a0e6f153cbf36476e8634e9b377a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:09:10 +0000 Subject: [PATCH] chore(deps-dev): bump @evilmartians/lefthook from 1.6.3 to 1.6.4 Bumps [@evilmartians/lefthook](https://github.com/evilmartians/lefthook) from 1.6.3 to 1.6.4. - [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.3...v1.6.4) --- updated-dependencies: - dependency-name: "@evilmartians/lefthook" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 048f2a05..023fc6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "7.23.9", "@commitlint/cli": "19.0.3", "@commitlint/config-conventional": "^18.0.0", - "@evilmartians/lefthook": "1.6.3", + "@evilmartians/lefthook": "1.6.4", "@rollup/plugin-node-resolve": "15.2.3", "@tsconfig/recommended": "1.0.3", "@types/figlet": "1.5.8", @@ -1669,9 +1669,9 @@ } }, "node_modules/@evilmartians/lefthook": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.3.tgz", - "integrity": "sha512-rNPolIUKmMLzttnJ4tatfWgiwPTn7crdwH+A86LI8SNXnS6/+HeZN8bC6xaUp+4t4deh4hIQWaxpZaxojUZyxw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.4.tgz", + "integrity": "sha512-TCLkRr4p91qSuMJ9D728/Yx3ZSTiZaPiPTUHMKcD5iRb/zdfWc/HSlujG6bvkXNaCvznO4W68qYSmdSwaEewkQ==", "cpu": [ "x64", "arm64", @@ -16794,9 +16794,9 @@ } }, "@evilmartians/lefthook": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.3.tgz", - "integrity": "sha512-rNPolIUKmMLzttnJ4tatfWgiwPTn7crdwH+A86LI8SNXnS6/+HeZN8bC6xaUp+4t4deh4hIQWaxpZaxojUZyxw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.4.tgz", + "integrity": "sha512-TCLkRr4p91qSuMJ9D728/Yx3ZSTiZaPiPTUHMKcD5iRb/zdfWc/HSlujG6bvkXNaCvznO4W68qYSmdSwaEewkQ==", "dev": true }, "@hutson/parse-repository-url": { diff --git a/package.json b/package.json index d1a0be26..bee90ede 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@babel/core": "7.23.9", "@commitlint/cli": "19.0.3", "@commitlint/config-conventional": "^18.0.0", - "@evilmartians/lefthook": "1.6.3", + "@evilmartians/lefthook": "1.6.4", "@rollup/plugin-node-resolve": "15.2.3", "@tsconfig/recommended": "1.0.3", "@types/figlet": "1.5.8",