Skip to content

Commit

Permalink
build(deps): bump express from 4.19.2 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent f665a5a commit 7a93476
Show file tree
Hide file tree
Showing 9 changed files with 205 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/aws-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.19.2"
"express": "^4.20.0"
}
}
2 changes: 1 addition & 1 deletion examples/custom-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/digitalocean-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express": "^4.20.0",
"vite": "^5.0.0"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@uppy/remote-sources": "workspace:*",
"@uppy/transloadit": "workspace:*",
"@uppy/webcam": "workspace:*",
"express": "^4.19.2",
"express": "^4.20.0",
"he": "^1.2.0"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/uppy-with-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.15.6",
"light-server": "^2.4.0",
"upload-server": "^1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/xhr-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@uppy/dashboard": "workspace:*",
"@uppy/xhr-upload": "workspace:*",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.20.0",
"multer": "^1.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cors": "^2.8.5",
"escape-goat": "3.0.0",
"escape-string-regexp": "4.0.0",
"express": "4.19.2",
"express": "4.20.0",
"express-interceptor": "1.2.0",
"express-prom-bundle": "7.0.0",
"express-session": "1.18.0",
Expand Down
Loading

0 comments on commit 7a93476

Please sign in to comment.