Skip to content

Commit 7f8d9bd

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/infra/bigquery-export/google-cloud/bigquery-7.9.4
2 parents 2ea00a9 + 51f82c8 commit 7f8d9bd

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

infra/dataform-export/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/dataform-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"dependencies": {
8-
"@google-cloud/functions-framework": "3.4.2",
8+
"@google-cloud/functions-framework": "3.5.1",
99
"@google-cloud/run": "1.5.0"
1010
},
1111
"scripts": {

infra/dataform-trigger/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/dataform-trigger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"author": "@max-ostapenko",
55
"main": "index.js",
66
"dependencies": {
7-
"@google-cloud/bigquery": "7.9.1",
7+
"@google-cloud/bigquery": "7.9.4",
88
"@google-cloud/dataform": "1.3.0",
9-
"@google-cloud/functions-framework": "3.4.2"
9+
"@google-cloud/functions-framework": "3.5.1"
1010
},
1111
"scripts": {
1212
"start": "npx functions-framework --target=dataform-trigger --signature-type=http --port=8080 --debug"

0 commit comments

Comments
 (0)