Skip to content

Commit 7b3ca79

Browse files
committed
refactor: update deps with neutral or unknown confidence (dependabot)
1 parent 39aed24 commit 7b3ca79

File tree

30 files changed

+37
-37
lines changed

30 files changed

+37
-37
lines changed

.github/workflows/ai-platform-snippets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- uses: actions/[email protected]
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@v1.1.1'
46+
- uses: 'google-github-actions/auth@v2.1.1'
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'
5050
create_credentials_file: 'true'
5151
access_token_lifetime: 600s
5252
- id: secrets
53-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
53+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5454
with:
5555
secrets: |-
5656
caip_id:nodejs-docs-samples-tests/nodejs-docs-samples-ai-platform-caip-project-id

.github/workflows/dialogflow-cx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- uses: actions/[email protected]
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@v1.1.1'
46+
- uses: 'google-github-actions/auth@v2.1.1'
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'
5050
create_credentials_file: 'true'
5151
access_token_lifetime: 600s
5252
- id: secrets
53-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
53+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5454
with:
5555
secrets: |-
5656
agent_id:nodejs-docs-samples-tests/nodejs-docs-samples-dialogflow-cx-agent-id

.github/workflows/functions-slack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- uses: actions/[email protected]
4444
with:
4545
ref: ${{github.event.pull_request.head.sha}}
46-
- uses: 'google-github-actions/auth@v1.1.1'
46+
- uses: 'google-github-actions/auth@v2.1.1'
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'
5050
create_credentials_file: 'true'
5151
access_token_lifetime: 600s
5252
- id: secrets
53-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
53+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5454
with:
5555
secrets: |-
5656
slack_secret:nodejs-docs-samples-tests/nodejs-docs-samples-slack-secret

.github/workflows/generative-ai-snippets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
- uses: actions/[email protected]
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@v1.1.1'
49+
- uses: 'google-github-actions/auth@v2.1.1'
5050
with:
5151
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
5252
service_account: '[email protected]'
5353
create_credentials_file: 'true'
5454
access_token_lifetime: 600s
5555
- id: secrets
56-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
56+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5757
with:
5858
secrets: |-
5959
caip_id:nodejs-docs-samples-tests/nodejs-docs-samples-ai-platform-caip-project-id

.github/workflows/iam-deny.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/[email protected]
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@v1.1.1'
49+
- uses: 'google-github-actions/auth@v2.1.1'
5050
with:
5151
workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider'
5252
service_account: '[email protected]'

.github/workflows/remove-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/github-script@v6
28+
- uses: actions/@v6
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |

.github/workflows/security-center-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/[email protected]
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@v1.1.1'
49+
- uses: 'google-github-actions/auth@v2.1.1'
5050
with:
5151
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
5252
service_account: '[email protected]'

.github/workflows/storagetransfer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
- uses: actions/[email protected]
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@v1.1.1'
49+
- uses: 'google-github-actions/auth@v2.1.1'
5050
with:
5151
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
5252
service_account: '[email protected]'
5353
create_credentials_file: 'true'
5454
access_token_lifetime: 600s
5555
- id: secrets
56-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
56+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5757
with:
5858
secrets: |-
5959
sts_aws_secret:nodejs-docs-samples-tests/nodejs-docs-samples-storagetransfer-aws

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/[email protected]
3535
with:
3636
ref: ${{github.event.pull_request.head.sha}}
37-
- uses: 'google-github-actions/auth@v1.1.1'
37+
- uses: 'google-github-actions/auth@v2.1.1'
3838
with:
3939
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4040
service_account: '[email protected]'

.github/workflows/utils/ci-secrets.yaml.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- uses: actions/[email protected]
4444
with:
4545
ref: ${% raw %}{{github.event.pull_request.head.sha}}{% endraw %}
46-
- uses: 'google-github-actions/auth@v1.1.1'
46+
- uses: 'google-github-actions/auth@v2.1.1'
4747
with:
4848
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
4949
service_account: '[email protected]'
5050
create_credentials_file: 'true'
5151
access_token_lifetime: 600s
5252
- id: secrets
53-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
53+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5454
with:
5555
secrets: |-
5656
# TODO: Update secrets

.github/workflows/vision.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
- uses: actions/[email protected]
4747
with:
4848
ref: ${{github.event.pull_request.head.sha}}
49-
- uses: 'google-github-actions/auth@v1.1.1'
49+
- uses: 'google-github-actions/auth@v2.1.1'
5050
with:
5151
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
5252
service_account: '[email protected]'
5353
create_credentials_file: 'true'
5454
access_token_lifetime: 600s
5555
- id: secrets
56-
uses: 'google-github-actions/get-secretmanager-secrets@v1'
56+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
5757
with:
5858
secrets: |-
5959
vision:nodejs-docs-samples-tests/nodejs-docs-samples-vision

appengine/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/express": "^4.17.17",
30-
"@types/node": "^18.13.0",
30+
"@types/node": "^20.0.0",
3131
"c8": "^8.0.0",
3232
"chai": "^4.3.7",
3333
"gts": "^5.0.0",

automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@google-cloud/automl": "^4.0.0",
20-
"mathjs": "^11.0.0"
20+
"mathjs": "^12.0.0"
2121
},
2222
"devDependencies": {
2323
"@google-cloud/storage": "^7.0.0",

cloud-sql/sqlserver/tedious/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@google-cloud/secret-manager": "^5.0.0",
2424
"express": "^4.17.1",
2525
"pug": "^3.0.0",
26-
"tedious": "^16.1.0",
26+
"tedious": "^17.0.0",
2727
"winston": "^3.1.0"
2828
},
2929
"devDependencies": {

cloud-tasks/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "node server.js"
1616
},
1717
"dependencies": {
18-
"@google-cloud/tasks": "^4.0.0",
18+
"@google-cloud/tasks": "^5.0.0",
1919
"express": "^4.16.3"
2020
},
2121
"devDependencies": {

cloud-tasks/tutorial-gcf/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "c8 mocha -p -j 2 --timeout 10000"
1212
},
1313
"dependencies": {
14-
"@google-cloud/tasks": "^4.0.0",
14+
"@google-cloud/tasks": "^5.0.0",
1515
"express": "^4.17.1"
1616
},
1717
"devDependencies": {

cloud-tasks/tutorial-gcf/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@google-cloud/secret-manager": "^5.0.0",
14-
"@sendgrid/mail": "^7.0.0"
14+
"@sendgrid/mail": "^8.0.0"
1515
},
1616
"devDependencies": {
1717
"c8": "^8.0.0",

compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/compute": "^4.0.0",
18-
"@sendgrid/mail": "^7.0.0",
18+
"@sendgrid/mail": "^8.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"
2121
},

document-warehouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "c8 mocha test/*.test.js --timeout 600000"
88
},
99
"dependencies": {
10-
"@google-cloud/contentwarehouse": "^0.5.1",
10+
"@google-cloud/contentwarehouse": "^1.0.0",
1111
"@google-cloud/iam": "^1.0.0",
1212
"@google-cloud/resource-manager": "^5.0.0"
1313
},

functions/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=16.0.0"
1313
},
1414
"dependencies": {
15-
"@google-cloud/debug-agent": "^8.0.0",
15+
"@google-cloud/debug-agent": "^9.0.0",
1616
"@google-cloud/functions-framework": "^3.1.0",
1717
"escape-html": "^1.0.3"
1818
},

healthcare/consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
20-
"@googleapis/healthcare": "^10.0.0"
20+
"@googleapis/healthcare": "^13.0.0"
2121
}
2222
}

healthcare/datasets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
20-
"@googleapis/healthcare": "^10.0.0"
20+
"@googleapis/healthcare": "^13.0.0"
2121
}
2222
}

healthcare/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"uuid": "^9.0.0"
2020
},
2121
"dependencies": {
22-
"@googleapis/healthcare": "^10.0.0"
22+
"@googleapis/healthcare": "^13.0.0"
2323
}
2424
}

healthcare/fhir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"uuid": "^9.0.0"
2121
},
2222
"dependencies": {
23-
"@googleapis/healthcare": "^10.0.0"
23+
"@googleapis/healthcare": "^13.0.0"
2424
}
2525
}

healthcare/hl7v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"uuid": "^9.0.0"
1919
},
2020
"dependencies": {
21-
"@googleapis/healthcare": "^10.0.0"
21+
"@googleapis/healthcare": "^13.0.0"
2222
}
2323
}

recaptcha_enterprise/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/express": "^4.17.17",
28-
"@types/node": "^18.15.11",
28+
"@types/node": "^20.0.0",
2929
"@types/yargs": "^17.0.19",
3030
"c8": "^8.0.0",
3131
"eslint": "^8.34.0",

scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/chai": "^4.3.4",
2424
"@types/mocha": "^10.0.1",
25-
"@types/node": "^18.13.0",
25+
"@types/node": "^20.0.0",
2626
"c8": "^8.0.0",
2727
"chai": "^4.3.7",
2828
"gts": "^5.0.0",

talent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@types/mocha": "^10.0.0",
25-
"@types/node": "^16.0.0",
25+
"@types/node": "^20.0.0",
2626
"c8": "^8.0.0",
2727
"chai": "^4.2.0",
2828
"mocha": "^10.0.0",

workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@types/mocha": "^10.0.1",
20-
"@types/node": "^18.14.6",
20+
"@types/node": "^20.0.0",
2121
"c8": "^8.0.0",
2222
"gts": "^5.0.0",
2323
"mocha": "^10.2.0",

workflows/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "^10.0.1",
22-
"@types/node": "^18.14.6",
22+
"@types/node": "^20.0.0",
2323
"gts": "^5.0.0",
2424
"mocha": "^10.2.0"
2525
}

0 commit comments

Comments
 (0)