From d7a27a7a3a9651dd4f6948746491ac94f67f7ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:12:26 +0000 Subject: [PATCH] build(deps-dev): bump simple-git-hooks from 2.11.1 to 2.12.1 Bumps [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/toplenboren/simple-git-hooks/releases) - [Changelog](https://github.com/toplenboren/simple-git-hooks/blob/master/CHANGELOG.md) - [Commits](https://github.com/toplenboren/simple-git-hooks/compare/2.11.1...2.12.1) --- updated-dependencies: - dependency-name: simple-git-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 64362e2..95fa90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@commitlint/cli": "^19.3.0", "@idrinth-api-bench/eslint-config": "https://github.com/idrinth-api-bench/eslint-config#setup-base-config", "@types/express": "^5.0.0", - "simple-git-hooks": "^2.11.1" + "simple-git-hooks": "^2.12.1" }, "engines": { "node": ">=20" @@ -3315,11 +3315,12 @@ } }, "node_modules/simple-git-hooks": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.11.1.tgz", - "integrity": "sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.12.1.tgz", + "integrity": "sha512-NB3V4XyCOrWTIhjh85DyEoVlM3adHWwqQXKYHmuegy/108bJPP6YxuPGm4ZKBq1+GVKRbKJuzNY//09cMJYp+A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "simple-git-hooks": "cli.js" } diff --git a/package.json b/package.json index c2778b9..cbaba3a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@commitlint/cli": "^19.3.0", "@idrinth-api-bench/eslint-config": "https://github.com/idrinth-api-bench/eslint-config#setup-base-config", "@types/express": "^5.0.0", - "simple-git-hooks": "^2.11.1" + "simple-git-hooks": "^2.12.1" }, "engineStrict": true, "engines": {