From fb71e33f98f368b4e3cc4ac62fd88eb8024331a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:00:08 +0000 Subject: [PATCH] build(deps-dev): update git-pull-run requirement from ^1.6.2 to ^1.6.3 Updates the requirements on [git-pull-run](https://github.com/zirkelc/git-pull-run) to permit the latest version. - [Release notes](https://github.com/zirkelc/git-pull-run/releases) - [Commits](https://github.com/zirkelc/git-pull-run/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: git-pull-run dependency-version: 1.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfdeef7..c54e680 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@commitlint/config-conventional": "^21.2.0", "@commitlint/types": "^21.2.0", "editorconfig-checker": "^6.1.1", - "git-pull-run": "^1.6.2", + "git-pull-run": "^1.6.3", "husky": "^9.1.7", "lint-staged": "^17.0.8", "remark": "15.0.1",