Skip to content

Commit

Permalink
fix(deps)!: Update dependency @google-cloud/bigquery to v7 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Jan 9, 2024
1 parent c4fdd6d commit 0261a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/security-center": ">=3.0.1",
"crypto-js": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/bq-log-alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module "bq-log-alerting" {
function_entry_point = "cronPubSub"
function_source_directory = "${path.module}/logging/cloud_function"
function_name = "generate-alerts"
function_runtime = "nodejs10"
function_runtime = "nodejs14"
function_service_account_email = google_service_account.gcf_service_account.email
function_timeout_s = var.function_timeout
function_available_memory_mb = var.function_memory
Expand Down
2 changes: 1 addition & 1 deletion test/integration/bq-log-alerting/controls/gcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
its('description') { should eq 'read from BQ view to generate alerts' }
its('timeout') { should eq '540s' }
its('available_memory_mb') { should eq 256 }
its('runtime') { should eq 'nodejs10' }
its('runtime') { should eq 'nodejs14' }
its('environment_variables') {
should include(
'CSCC_SOURCE' => source_name,
Expand Down

0 comments on commit 0261a13

Please sign in to comment.