Merge pull request #1468 from apichick/apigateway-blueprint-dependency-update

Dependencies update for API Gateway blueprint
This commit is contained in:
apichick 2023-06-27 08:30:35 +02:00 committed by GitHub
commit e03a787b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 568 additions and 764 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"express": "^4.17.3"
"@google-cloud/functions-framework": "^3.2.1",
"express": "^4.18.2"
}
}