From 66a492f3e2df965aa4a10c2fcd4243b0ca25c45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:30:30 +0000 Subject: [PATCH] build(deps-dev): Bump simple-git-hooks from 2.13.0 to 2.13.1 Bumps [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) from 2.13.0 to 2.13.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.13.0...2.13.1) --- updated-dependencies: - dependency-name: simple-git-hooks dependency-version: 2.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 1200d07b1..13da5a726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "knip": "^5.62.0", "lint-staged": "^15.5.1", "prettier": "^3.5.3", - "simple-git-hooks": "^2.13.0", + "simple-git-hooks": "^2.13.1", "standard-version": "^9.5.0", "typescript": "~5.8.3", "typescript-eslint": "^8.38.0" @@ -9930,9 +9930,9 @@ "dev": true }, "node_modules/simple-git-hooks": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.13.0.tgz", - "integrity": "sha512-N+goiLxlkHJlyaYEglFypzVNMaNplPAk5syu0+OPp/Bk6dwVoXF6FfOw2vO0Dp+JHsBaI+w6cm8TnFl2Hw6tDA==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.13.1.tgz", + "integrity": "sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 9c6a9a5b9..db48d0ae5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "knip": "^5.62.0", "lint-staged": "^15.5.1", "prettier": "^3.5.3", - "simple-git-hooks": "^2.13.0", + "simple-git-hooks": "^2.13.1", "standard-version": "^9.5.0", "typescript": "~5.8.3", "typescript-eslint": "^8.38.0"