Skip to content

Commit 072bb14

Browse files
Bump express from 4.22.1 to 5.2.1
Bumps [express](https://github.com/expressjs/express) from 4.22.1 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v4.22.1...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b7154d commit 072bb14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/homepage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "bash ../../bun.sh run ./serve.js"
99
},
1010
"dependencies": {
11-
"express": "^4.21.0",
11+
"express": "^5.2.1",
1212
"express-rate-limit": "^8.2.1"
1313
}
1414
}

0 commit comments

Comments
 (0)