diff --git a/.github/workflows/ai-platform-snippets.yaml b/.github/workflows/ai-platform-snippets.yaml index f640028522..df462ac105 100644 --- a/.github/workflows/ai-platform-snippets.yaml +++ b/.github/workflows/ai-platform-snippets.yaml @@ -43,14 +43,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- caip_id:nodejs-docs-samples-tests/nodejs-docs-samples-ai-platform-caip-project-id diff --git a/.github/workflows/dialogflow-cx.yaml b/.github/workflows/dialogflow-cx.yaml index d190af120b..d7abda5b10 100644 --- a/.github/workflows/dialogflow-cx.yaml +++ b/.github/workflows/dialogflow-cx.yaml @@ -43,14 +43,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- agent_id:nodejs-docs-samples-tests/nodejs-docs-samples-dialogflow-cx-agent-id diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index fdf8ede75c..abaf38e1f4 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -43,14 +43,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- slack_secret:nodejs-docs-samples-tests/nodejs-docs-samples-slack-secret diff --git a/.github/workflows/generative-ai-snippets.yaml b/.github/workflows/generative-ai-snippets.yaml index 1dc64a5b13..037af914e0 100644 --- a/.github/workflows/generative-ai-snippets.yaml +++ b/.github/workflows/generative-ai-snippets.yaml @@ -46,14 +46,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- caip_id:nodejs-docs-samples-tests/nodejs-docs-samples-ai-platform-caip-project-id diff --git a/.github/workflows/iam-deny.yaml b/.github/workflows/iam-deny.yaml index de008a73f3..a38bb5c51e 100644 --- a/.github/workflows/iam-deny.yaml +++ b/.github/workflows/iam-deny.yaml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/949737848314/locations/global/workloadIdentityPools/iam-deny-test-pool/providers/iam-deny-test-provider' service_account: 'kokoro-ca@isakovf-iam-deny-samples.iam.gserviceaccount.com' diff --git a/.github/workflows/remove-label.yaml b/.github/workflows/remove-label.yaml index 27279e3b97..df8e33848d 100644 --- a/.github/workflows/remove-label.yaml +++ b/.github/workflows/remove-label.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/github-script@v6 + - uses: actions/@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/security-center-snippets.yaml b/.github/workflows/security-center-snippets.yaml index eba2f4611d..4104b267b6 100644 --- a/.github/workflows/security-center-snippets.yaml +++ b/.github/workflows/security-center-snippets.yaml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' diff --git a/.github/workflows/storagetransfer.yaml b/.github/workflows/storagetransfer.yaml index bd2cb0b51d..38d648ed03 100644 --- a/.github/workflows/storagetransfer.yaml +++ b/.github/workflows/storagetransfer.yaml @@ -46,14 +46,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- sts_aws_secret:nodejs-docs-samples-tests/nodejs-docs-samples-storagetransfer-aws diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 44eeee1646..b13f4ee1ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' diff --git a/.github/workflows/utils/ci-secrets.yaml.njk b/.github/workflows/utils/ci-secrets.yaml.njk index 730b02968e..4b563ce516 100644 --- a/.github/workflows/utils/ci-secrets.yaml.njk +++ b/.github/workflows/utils/ci-secrets.yaml.njk @@ -43,14 +43,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${% raw %}{{github.event.pull_request.head.sha}}{% endraw %} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- # TODO: Update secrets diff --git a/.github/workflows/vision.yaml b/.github/workflows/vision.yaml index 31800d9608..376851e66b 100644 --- a/.github/workflows/vision.yaml +++ b/.github/workflows/vision.yaml @@ -46,14 +46,14 @@ jobs: - uses: actions/checkout@v4.1.0 with: ref: ${{github.event.pull_request.head.sha}} - - uses: 'google-github-actions/auth@v1.1.1' + - uses: 'google-github-actions/auth@v2.1.1' with: workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@v1' + uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- vision:nodejs-docs-samples-tests/nodejs-docs-samples-vision diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index a460ea73ee..f360e4172f 100644 --- a/appengine/typescript/package.json +++ b/appengine/typescript/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.13.0", + "@types/node": "^20.0.0", "c8": "^8.0.0", "chai": "^4.3.7", "gts": "^5.0.0", diff --git a/automl/package.json b/automl/package.json index 5016d57849..b4efd4cdaa 100644 --- a/automl/package.json +++ b/automl/package.json @@ -17,7 +17,7 @@ ], "dependencies": { "@google-cloud/automl": "^4.0.0", - "mathjs": "^11.0.0" + "mathjs": "^12.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", diff --git a/cloud-sql/sqlserver/tedious/package.json b/cloud-sql/sqlserver/tedious/package.json index 610ee2a518..618a27fc30 100644 --- a/cloud-sql/sqlserver/tedious/package.json +++ b/cloud-sql/sqlserver/tedious/package.json @@ -23,7 +23,7 @@ "@google-cloud/secret-manager": "^5.0.0", "express": "^4.17.1", "pug": "^3.0.0", - "tedious": "^16.1.0", + "tedious": "^17.0.0", "winston": "^3.1.0" }, "devDependencies": { diff --git a/cloud-tasks/snippets/package.json b/cloud-tasks/snippets/package.json index 4830971b98..99dc9c9cb7 100644 --- a/cloud-tasks/snippets/package.json +++ b/cloud-tasks/snippets/package.json @@ -15,7 +15,7 @@ "start": "node server.js" }, "dependencies": { - "@google-cloud/tasks": "^4.0.0", + "@google-cloud/tasks": "^5.0.0", "express": "^4.16.3" }, "devDependencies": { diff --git a/cloud-tasks/tutorial-gcf/app/package.json b/cloud-tasks/tutorial-gcf/app/package.json index 04a7e0cf51..baa57877c3 100644 --- a/cloud-tasks/tutorial-gcf/app/package.json +++ b/cloud-tasks/tutorial-gcf/app/package.json @@ -11,7 +11,7 @@ "test": "c8 mocha -p -j 2 --timeout 10000" }, "dependencies": { - "@google-cloud/tasks": "^4.0.0", + "@google-cloud/tasks": "^5.0.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/cloud-tasks/tutorial-gcf/function/package.json b/cloud-tasks/tutorial-gcf/function/package.json index 313ee38078..7d4ce15b96 100644 --- a/cloud-tasks/tutorial-gcf/function/package.json +++ b/cloud-tasks/tutorial-gcf/function/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@google-cloud/secret-manager": "^5.0.0", - "@sendgrid/mail": "^7.0.0" + "@sendgrid/mail": "^8.0.0" }, "devDependencies": { "c8": "^8.0.0", diff --git a/compute/package.json b/compute/package.json index 92c249244a..1a6c4d7e7e 100644 --- a/compute/package.json +++ b/compute/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/compute": "^4.0.0", - "@sendgrid/mail": "^7.0.0", + "@sendgrid/mail": "^8.0.0", "nodemailer": "^6.0.0", "nodemailer-smtp-transport": "^2.7.4" }, diff --git a/document-warehouse/package.json b/document-warehouse/package.json index ee29c3c089..b187c8810f 100644 --- a/document-warehouse/package.json +++ b/document-warehouse/package.json @@ -7,7 +7,7 @@ "test": "c8 mocha test/*.test.js --timeout 600000" }, "dependencies": { - "@google-cloud/contentwarehouse": "^0.5.1", + "@google-cloud/contentwarehouse": "^1.0.0", "@google-cloud/iam": "^1.0.0", "@google-cloud/resource-manager": "^5.0.0" }, diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 891a44c757..11a9304889 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/debug-agent": "^8.0.0", + "@google-cloud/debug-agent": "^9.0.0", "@google-cloud/functions-framework": "^3.1.0", "escape-html": "^1.0.3" }, diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index c73a22c3c2..4655601289 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -17,6 +17,6 @@ "uuid": "^9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "^13.0.0" } } diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index c73a22c3c2..4655601289 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -17,6 +17,6 @@ "uuid": "^9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "^13.0.0" } } diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 1e94ab51e6..2b73857116 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -19,6 +19,6 @@ "uuid": "^9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "^13.0.0" } } diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 49fd676295..f82596c65d 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -20,6 +20,6 @@ "uuid": "^9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "^13.0.0" } } diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index 2671163895..c6c781df29 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -18,6 +18,6 @@ "uuid": "^9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "^13.0.0" } } diff --git a/recaptcha_enterprise/snippets/package.json b/recaptcha_enterprise/snippets/package.json index e220b647bb..f011dffa32 100644 --- a/recaptcha_enterprise/snippets/package.json +++ b/recaptcha_enterprise/snippets/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.11", + "@types/node": "^20.0.0", "@types/yargs": "^17.0.19", "c8": "^8.0.0", "eslint": "^8.34.0", diff --git a/scheduler/package.json b/scheduler/package.json index 7fccd3140a..f7ffae9bb0 100644 --- a/scheduler/package.json +++ b/scheduler/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", + "@types/node": "^20.0.0", "c8": "^8.0.0", "chai": "^4.3.7", "gts": "^5.0.0", diff --git a/talent/package.json b/talent/package.json index de8dae75ef..5387b3bb45 100644 --- a/talent/package.json +++ b/talent/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.0", - "@types/node": "^16.0.0", + "@types/node": "^20.0.0", "c8": "^8.0.0", "chai": "^4.2.0", "mocha": "^10.0.0", diff --git a/workflows/package.json b/workflows/package.json index 7dc1e547a8..2b525fed96 100644 --- a/workflows/package.json +++ b/workflows/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^18.14.6", + "@types/node": "^20.0.0", "c8": "^8.0.0", "gts": "^5.0.0", "mocha": "^10.2.0", diff --git a/workflows/quickstart/package.json b/workflows/quickstart/package.json index 1007a9690b..dabe052eac 100644 --- a/workflows/quickstart/package.json +++ b/workflows/quickstart/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^18.14.6", + "@types/node": "^20.0.0", "gts": "^5.0.0", "mocha": "^10.2.0" }