Skip to content

Commit

Permalink
fix(deps): Update express to 4.19.2 (#263)
Browse files Browse the repository at this point in the history
Fixes: Express.js Open Redirect in malformed URLs - GHSA-rv95-896h-c2vc
  • Loading branch information
nielm authored Mar 26, 2024
1 parent 53ac845 commit 095b1d6
Show file tree
Hide file tree
Showing 11 changed files with 2,434 additions and 2,434 deletions.
4,762 changes: 2,381 additions & 2,381 deletions src/forwarder/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions src/forwarder/package.json
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"
}
}
20 changes: 10 additions & 10 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Google Inc.",
"dependencies": {
"@google-cloud/pubsub": "^4.3.2",
"express": "^4.18.3",
"express": "^4.19.2",
"js-yaml": "^4.1.0",
"poller-core": "file:poller/poller-core",
"scaler-core": "file:scaler/scaler-core"
Expand Down
16 changes: 8 additions & 8 deletions src/poller/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/poller/poller-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/poller/poller-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@google-cloud/spanner": "^6.16.0",
"autoscaler-common": "file:../../autoscaler-common",
"axios": "^1.6.8",
"express": "^4.19.1"
"express": "^4.19.2"
},
"scripts": {
"start": "functions-framework --target=checkSpannerScaleMetricsHTTP",
Expand Down
18 changes: 9 additions & 9 deletions src/scaler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scaler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Google Inc.",
"dependencies": {
"autoscaler-common": "file:../autoscaler-common",
"express": "^4.18.2",
"express": "^4.19.2",
"scaler-core": "file:scaler-core"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/scaler/scaler-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scaler/scaler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@google-cloud/pubsub": "^4.3.3",
"@google-cloud/spanner": "^6.16.0",
"autoscaler-common": "file:../../autoscaler-common",
"express": "^4.19.1",
"express": "^4.19.2",
"sanitize-filename": "^1.6.3"
},
"scripts": {
Expand Down

0 comments on commit 095b1d6

Please sign in to comment.