diff --git a/package-lock.json b/package-lock.json index d96f3411..720b56ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "5.62.0", "eslint": "8.48.0", "lint-staged": "13.2.3", - "simple-git-hooks": "2.8.1" + "simple-git-hooks": "2.11.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -16598,10 +16598,11 @@ "license": "ISC" }, "node_modules/simple-git-hooks": { - "version": "2.8.1", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.11.1.tgz", + "integrity": "sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "bin": { "simple-git-hooks": "cli.js" } @@ -18589,7 +18590,7 @@ "jest": "29.6.2", "nanoid": "3.3.4", "oclif": "3.7.3", - "simple-git-hooks": "2.8.1", + "simple-git-hooks": "2.11.1", "ts-jest": "29.2.4", "ts-node": "10.9.1", "typescript": "5.3.3" @@ -22804,7 +22805,7 @@ "prompts": "2.4.2", "proxy-from-env": "1.1.0", "recast": "0.23.4", - "simple-git-hooks": "2.8.1", + "simple-git-hooks": "2.11.1", "ts-jest": "29.2.4", "ts-node": "10.9.1", "tunnel": "0.0.6", @@ -30252,7 +30253,9 @@ "version": "3.0.7" }, "simple-git-hooks": { - "version": "2.8.1", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.11.1.tgz", + "integrity": "sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==", "dev": true }, "sisteransi": { diff --git a/package.json b/package.json index 155d1c87..553aadb1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "5.62.0", "eslint": "8.48.0", "lint-staged": "13.2.3", - "simple-git-hooks": "2.8.1" + "simple-git-hooks": "2.11.1" }, "simple-git-hooks": { "commit-msg": "npx commitlint --edit", diff --git a/packages/cli/package.json b/packages/cli/package.json index 76719d1f..a23a248b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -113,7 +113,7 @@ "jest": "29.6.2", "nanoid": "3.3.4", "oclif": "3.7.3", - "simple-git-hooks": "2.8.1", + "simple-git-hooks": "2.11.1", "ts-jest": "29.2.4", "ts-node": "10.9.1", "typescript": "5.3.3"