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": {