From d02d77da8e924a8a7c2dd09df0cc0f6675ea9dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:55:44 +0800 Subject: [PATCH] build(deps): update probot requirement from ^13.1.0 to ^13.1.1 (#108) Updates the requirements on [probot](https://github.com/probot/probot) to permit the latest version. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: probot dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc8dbf8..bb0d86b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "jest" }, "dependencies": { - "probot": "^13.1.0", + "probot": "^13.1.1", "release-drafter-github-app": "^6.0.0" }, "probot": {