Skip to content

Commit 09c84ce

Browse files
Bump express from 4.21.2 to 5.1.0
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.21.2...v5.1.0) --- updated-dependencies: - dependency-name: express dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9724a3b commit 09c84ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Advanced example that should NOT be excluded",
55
"dependencies": {
6-
"express": "^4.17.0",
6+
"express": "^5.1.0",
77
"socket.io": "^4.6.0",
88
"mongoose": "^8.19.0",
99
"@test/shared-lib": "file:../../src/test/shared-lib"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "jest"
1515
},
1616
"dependencies": {
17-
"express": "^4.18.0",
17+
"express": "^5.1.0",
1818
"lodash": "^4.17.20"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)