From 17c7161fd85c54e7e575a84acc74a1fa73cb6253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:18:58 +0000 Subject: [PATCH] Bump @google-cloud/functions-framework from 4.0.0 to 5.0.0 Bumps [@google-cloud/functions-framework](https://github.com/GoogleCloudPlatform/functions-framework-nodejs) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/releases) - [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: "@google-cloud/functions-framework" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 504ea414..90832545 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:watch": "jest --watch --notify --notifyMode=change --coverage" }, "dependencies": { - "@google-cloud/functions-framework": "^4.0.0", + "@google-cloud/functions-framework": "^5.0.0", "probot": "^13.4.7" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6a91561b..ba5a3b3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -380,10 +380,10 @@ "@eslint/core" "^0.17.0" levn "^0.4.1" -"@google-cloud/functions-framework@^4.0.0": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-4.0.1.tgz#f015c4930538e0b24d6d860b5b95f4fc8f7eb000" - integrity sha512-/ui6HI2yNVPNQXGCR+3FMMUEXqm1vMt+xh7oS+rqpVeDjjAYmFYyER1SDYlwvhau/hE53vSUyaDbicb/ilFzJA== +"@google-cloud/functions-framework@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-5.0.0.tgz#b3f86e319ec136325ef33da40357d700c64e09cd" + integrity sha512-A5NXQUIbylXLDhLNAxtrbD5E0ds+L3rdCONKGHQiu2BmUb/8C2QN7W+d1ZgZEJFwbUQg/bpIBNKqx2SUWhJfjQ== dependencies: "@types/express" "^5.0.0" body-parser "2.2.0"