Skip to content

Commit 02128a1

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 45259c5 commit 02128a1

File tree

10 files changed

+565
-20
lines changed

10 files changed

+565
-20
lines changed

examples/basic-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"bun": "^1.3.2",
2727
"concurrently": "^9.2.1",
2828
"cors": "^2.8.5",
29-
"express": "^5.1.0",
29+
"express": "^5.2.1",
3030
"prettier": "^3.6.2",
3131
"vite": "^6.0.0",
3232
"vite-plugin-singlefile": "^2.3.0",

examples/basic-server-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"concurrently": "^9.2.1",
2828
"cors": "^2.8.5",
29-
"express": "^5.1.0",
29+
"express": "^5.2.1",
3030
"typescript": "^5.9.3",
3131
"vite": "^6.0.0",
3232
"vite-plugin-singlefile": "^2.3.0"

examples/basic-server-vanillajs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^22.0.0",
2222
"concurrently": "^9.2.1",
2323
"cors": "^2.8.5",
24-
"express": "^5.1.0",
24+
"express": "^5.2.1",
2525
"typescript": "^5.9.3",
2626
"vite": "^6.0.0",
2727
"vite-plugin-singlefile": "^2.3.0"

examples/budget-allocator-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.0.0",
2323
"concurrently": "^9.2.1",
2424
"cors": "^2.8.5",
25-
"express": "^5.1.0",
25+
"express": "^5.2.1",
2626
"typescript": "^5.9.3",
2727
"vite": "^6.0.0",
2828
"vite-plugin-singlefile": "^2.3.0"

examples/cohort-heatmap-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"concurrently": "^9.2.1",
2828
"cors": "^2.8.5",
29-
"express": "^5.1.0",
29+
"express": "^5.2.1",
3030
"typescript": "^5.9.3",
3131
"vite": "^6.0.0",
3232
"vite-plugin-singlefile": "^2.3.0"

examples/customer-segmentation-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.0.0",
2323
"concurrently": "^9.2.1",
2424
"cors": "^2.8.5",
25-
"express": "^5.1.0",
25+
"express": "^5.2.1",
2626
"typescript": "^5.9.3",
2727
"vite": "^6.0.0",
2828
"vite-plugin-singlefile": "^2.3.0"

examples/scenario-modeler-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"concurrently": "^9.2.1",
2929
"cors": "^2.8.5",
30-
"express": "^5.1.0",
30+
"express": "^5.2.1",
3131
"typescript": "^5.9.3",
3232
"vite": "^6.0.0",
3333
"vite-plugin-singlefile": "^2.3.0"

examples/system-monitor-server/package.json

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

0 commit comments

Comments
 (0)