From 5824ba04b51aaa24c0cf03bacf5fe9c8d810f13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:02:40 +0000 Subject: [PATCH] build(deps): bump probot from 11.4.1 to 12.3.0 in /templates/git-data-js Bumps [probot](https://github.com/probot/probot) from 11.4.1 to 12.3.0. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v11.4.1...v12.3.0) --- updated-dependencies: - dependency-name: probot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/git-data-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/git-data-js/package.json b/templates/git-data-js/package.json index d59b3ae9be..a600da1762 100644 --- a/templates/git-data-js/package.json +++ b/templates/git-data-js/package.json @@ -16,7 +16,7 @@ "test": "jest" }, "dependencies": { - "probot": "^11.0.1" + "probot": "^12.3.0" }, "devDependencies": { "jest": "^27.0.1",