Skip to content

Commit

Permalink
fix(deps): Update express to 4.19.2 (#264)
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 committed Mar 26, 2024
1 parent 8cdb536 commit 9d05f34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write .",
"typecheck": "tsc --project jsconfig.json --maxNodeModuleJsDepth 0 --noEmit",
"mdlint": "markdownlint '**/*.md' --config .mdl.json --ignore '**/node_modules/**' --ignore 'code-of-conduct.md' --ignore 'CHANGELOG.md'",
"install-all": "set -e ; root=\"$PWD\"; for x in . src/autoscaler-common src/scaler/scaler-core src/scaler src/forwarder src/poller/poller-core src/poller src ; do cd \"$root\" ; cd \"$x\" ; pwd ; npm install --save; done",
"install-all": "npm install --save",
"test": "NODE_ENV=test nyc --reporter=text mocha --recursive src --extension=.test.js",
"unified-job": "node -e \"require('./src/unifiedScaler').main()\"",
"poller-job": "node -e \"require('./src/poller/index').main()\"",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^4.3.3",
"express": "^4.18.3",
"express": "^4.19.2",
"js-yaml": "^4.1.0",
"@google-cloud/firestore": "^7.3.1",
"@google-cloud/functions-framework": "^3.3.0",
Expand Down

0 comments on commit 9d05f34

Please sign in to comment.