From c13e1abe478489951f50296a6b43b0fb8dbb239b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:51:27 +0000 Subject: [PATCH] npm: bump simple-git-hooks from 2.8.1 to 2.11.1 Bumps [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) from 2.8.1 to 2.11.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.8.1...2.11.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {