Skip to content

Commit 8668a1a

Browse files
Bump express in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [express](https://github.com/expressjs/express). Updates `express` from 5.1.0 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@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a6f237 commit 8668a1a

File tree

4 files changed

+559
-8
lines changed

4 files changed

+559
-8
lines changed

examples/simple-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bun": "^1.3.2",
2525
"concurrently": "^9.2.1",
2626
"cors": "^2.8.5",
27-
"express": "^5.1.0",
27+
"express": "^5.2.1",
2828
"prettier": "^3.6.2",
2929
"vite": "^6.0.0",
3030
"vite-plugin-singlefile": "^2.3.0",

examples/simple-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"concurrently": "^9.2.1",
2525
"cors": "^2.8.5",
26-
"express": "^5.1.0",
26+
"express": "^5.2.1",
2727
"typescript": "^5.7.2",
2828
"vite": "^6.0.0",
2929
"vite-plugin-singlefile": "^2.3.0"

0 commit comments

Comments
 (0)