diff --git a/datastore/functions/package.json b/datastore/functions/package.json index 27739fbb54..f95f0d960b 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -18,7 +18,7 @@ "is-reachable": "^5.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^2.0.0", + "@google-cloud/functions-framework": "^3.0.0", "child-process-promise": "^2.2.1", "mocha": "^9.0.0", "node-fetch": "^2.6.1", diff --git a/functions/billing/package.json b/functions/billing/package.json index b66fe4b15f..16cef3f6b7 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -21,7 +21,7 @@ "slack": "^11.0.1" }, "devDependencies": { - "@google-cloud/functions-framework": "^2.0.0", + "@google-cloud/functions-framework": "^3.0.0", "gaxios": "^4.3.0", "mocha": "^9.0.0", "promise-retry": "^2.0.0", diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index a2f6b584cb..1c3fcf180d 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@google-cloud/debug-agent": "^5.0.0", - "@google-cloud/functions-framework": "^2.0.0", + "@google-cloud/functions-framework": "^3.0.0", "escape-html": "^1.0.3" }, "devDependencies": { diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 0f7c1b3e1f..746127a441 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -20,7 +20,7 @@ "gm": "^1.23.1" }, "devDependencies": { - "@google-cloud/functions-framework": "^2.0.0", + "@google-cloud/functions-framework": "^3.0.0", "gaxios": "^4.3.0", "mocha": "^9.0.0", "proxyquire": "^2.1.0", diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 9595e459d9..e6eeb7b1d1 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -18,7 +18,7 @@ "@google-cloud/pubsub": "^2.18.4" }, "devDependencies": { - "@google-cloud/functions-framework": "^2.1.0", + "@google-cloud/functions-framework": "^3.0.0", "gaxios": "^4.3.0", "mocha": "^9.0.0", "sinon": "^13.0.0", diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index ebd79d8606..8950dee5f7 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -41,7 +41,7 @@ "firebase-functions": "^3.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^2.0.0", + "@google-cloud/functions-framework": "^3.0.0", "child-process-promise": "^2.2.1", "gaxios": "^4.3.0", "mocha": "^9.0.0", diff --git a/functions/v2/package.json b/functions/v2/package.json index 21eaf0920a..417b4421ce 100644 --- a/functions/v2/package.json +++ b/functions/v2/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@google-cloud/compute": "^3.1.0", - "@google-cloud/functions-framework": "^2.1.0" + "@google-cloud/functions-framework": "^3.0.0" }, "devDependencies": { "mocha": "^9.1.3",