Skip to content

Commit b84765e

Browse files
Bump body-parser and @google-cloud/functions-framework in /infra/dataform-service/src (#230)
* Bump body-parser and @google-cloud/functions-framework Bumps [body-parser](https://github.com/expressjs/body-parser) to 2.2.2 and updates ancestor dependency [@google-cloud/functions-framework](https://github.com/GoogleCloudPlatform/functions-framework-nodejs). These dependencies need to be updated together. Updates `body-parser` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.0...v2.2.2) Updates `@google-cloud/functions-framework` from 4.0.1 to 5.0.1 - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/releases) - [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/main/CHANGELOG.md) - [Commits](GoogleCloudPlatform/functions-framework-nodejs@v4.0.1...v5.0.1) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: indirect - dependency-name: "@google-cloud/functions-framework" dependency-version: 5.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * lint * fix: standardize quotes for project_id in Google Cloud authentication step --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent ea3795f commit b84765e

3 files changed

Lines changed: 27 additions & 77 deletions

File tree

.github/workflows/infra.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
fetch-depth: 0
2525
persist-credentials: false
2626

27-
2827
- name: Authenticate with Google Cloud
2928
uses: google-github-actions/auth@v3
3029
with:
31-
project_id: 'httparchive'
30+
project_id: "httparchive"
3231
credentials_json: ${{ secrets.GCP_SA_KEY }}
3332

3433
- name: Set up Terraform

infra/dataform-service/src/package-lock.json

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

infra/dataform-service/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@google-cloud/bigquery": "8.1.1",
99
"@google-cloud/dataform": "2.2.1",
10-
"@google-cloud/functions-framework": "^4.0.1",
10+
"@google-cloud/functions-framework": "^5.0.1",
1111
"@google-cloud/run": "3.0.1",
1212
"@google-cloud/storage": "7.19.0"
1313
},

0 commit comments

Comments
 (0)