Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent cc5975c commit af8283a
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 46 deletions.
2 changes: 1 addition & 1 deletion examples/simple-example/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.3",
"private": false,
"dependencies": {
"express": "4.19.2"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssl-connector/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.3",
"private": true,
"dependencies": {
"express": "4.19.2"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat-ts-run/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.3",
"private": false,
"dependencies": {
"express": "4.19.2"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.3",
"private": false,
"dependencies": {
"express": "4.19.2"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion tools/pinus-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"ejs": "3.1.10",
"express": "4.19.2",
"express": "4.21.1",
"morgan": "1.10.0",
"mqtt": "4.3.8",
"mqtt-connection": "4.1.0",
Expand Down
Loading

0 comments on commit af8283a

Please sign in to comment.