-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update express to 4.19.2 (#263)
Fixes: Express.js Open Redirect in malformed URLs - GHSA-rv95-896h-c2vc
- Loading branch information
Showing
11 changed files
with
2,434 additions
and
2,434 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "pubsub-fowarder", | ||
"description": "Function to fowarder messages from one PubSub Topic to another PubSub Topic", | ||
"license": "Apache-2.0", | ||
"author": "Google Inc.", | ||
"dependencies": { | ||
"@google-cloud/functions-framework": "^3.3.0", | ||
"@google-cloud/pubsub": "^4.3.3", | ||
"express": "^4.19.1", | ||
"autoscaler-common": "file:../autoscaler-common" | ||
}, | ||
"scripts": { | ||
"start": "functions-framework --target=forwardFromHTTP", | ||
"debug": "node --inspect node_modules/@google-cloud/functions-framework --target=forwardFromHTTP" | ||
} | ||
"name": "pubsub-fowarder", | ||
"description": "Function to fowarder messages from one PubSub Topic to another PubSub Topic", | ||
"license": "Apache-2.0", | ||
"author": "Google Inc.", | ||
"dependencies": { | ||
"@google-cloud/functions-framework": "^3.3.0", | ||
"@google-cloud/pubsub": "^4.3.3", | ||
"express": "^4.19.2", | ||
"autoscaler-common": "file:../autoscaler-common" | ||
}, | ||
"scripts": { | ||
"start": "functions-framework --target=forwardFromHTTP", | ||
"debug": "node --inspect node_modules/@google-cloud/functions-framework --target=forwardFromHTTP" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters