From e1b7e4cbc6948231df88da67cc2eb71c4d98c78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:49:02 +0000 Subject: [PATCH] chore(deps-dev): update git-pull-run requirement from ^1.6.1 to ^1.6.2 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.1...v1.6.2) --- updated-dependencies: - dependency-name: git-pull-run dependency-version: 1.6.2 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 0d71602..d0b0b11 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unicorn": "^56.0.1", - "git-pull-run": "^1.6.1", + "git-pull-run": "^1.6.2", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^15.5.0",