diff --git a/package-lock.json b/package-lock.json index c0024bb..57e29e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prettier": "^2.8.2", "react-error-overlay": "6.0.11", "resize-observer-polyfill": "^1.5.1", - "simple-git-hooks": "^2.8.1" + "simple-git-hooks": "^2.11.1" } }, "node_modules/@adobe/css-tools": { @@ -21590,9 +21590,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/simple-git-hooks": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.8.1.tgz", - "integrity": "sha512-DYpcVR1AGtSfFUNzlBdHrQGPsOhuuEJ/FkmPOOlFysP60AHd3nsEpkGq/QEOdtUyT1Qhk7w9oLmFoMG+75BDog==", + "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, "bin": { diff --git a/package.json b/package.json index dfbe1b1..192de27 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "prettier": "^2.8.2", "react-error-overlay": "6.0.11", "resize-observer-polyfill": "^1.5.1", - "simple-git-hooks": "^2.8.1" + "simple-git-hooks": "^2.11.1" }, "type": "module", "jest": {