Skip to content

Commit

Permalink
feat: bump express to ^4.19.2
Browse files Browse the repository at this point in the history
Due to CVE-2024-29041, we should bump express to version 4.19.2 or higher
  • Loading branch information
alcpereira committed Apr 2, 2024
1 parent 8838b45 commit 6ad3406
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .changeset/afraid-bears-fry.md
@@ -0,0 +1,9 @@
---
"integration-tests": patch
"remix": patch
"@remix-run/dev": patch
"@remix-run/express": patch
"@remix-run/serve": patch
---

feat: bump express to ^4.19.2
2 changes: 1 addition & 1 deletion integration/helpers/node-template/package.json
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "workspace:*",
"@remix-run/serve": "workspace:*",
"@remix-run/server-runtime": "workspace:*",
"express": "^4.17.1",
"express": "^4.19.2",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/helpers/vite-template/package.json
Expand Up @@ -17,7 +17,7 @@
"@remix-run/serve": "workspace:*",
"@vanilla-extract/css": "^1.10.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"express": "^4.17.1",
"express": "^4.19.2",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Expand Up @@ -23,7 +23,7 @@
"cross-spawn": "^7.0.3",
"dedent": "^0.7.0",
"execa": "^5.1.1",
"express": "^4.17.1",
"express": "^4.19.2",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"glob": "8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Expand Up @@ -47,7 +47,7 @@
"esbuild-plugins-node-modules-polyfill": "^1.6.0",
"execa": "5.1.1",
"exit-hook": "2.2.1",
"express": "^4.17.1",
"express": "^4.19.2",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"gunzip-maybe": "^1.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-express/package.json
Expand Up @@ -23,13 +23,13 @@
"@types/express": "^4.17.9",
"@types/node": "^18.17.1",
"@types/supertest": "^2.0.10",
"express": "^4.17.1",
"express": "^4.19.2",
"node-mocks-http": "^1.10.1",
"supertest": "^6.3.3",
"typescript": "^5.1.6"
},
"peerDependencies": {
"express": "^4.17.1",
"express": "^4.19.2",
"typescript": "^5.1.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-serve/package.json
Expand Up @@ -22,7 +22,7 @@
"@remix-run/node": "workspace:*",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"express": "^4.17.1",
"express": "^4.19.2",
"get-port": "5.1.1",
"morgan": "^1.10.0",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion scripts/playground/template/package.json
Expand Up @@ -24,7 +24,7 @@
"@remix-run/serve": "*",
"@remix-run/server-runtime": "*",
"bcryptjs": "^2.4.3",
"express": "^4.18.1",
"express": "^4.19.2",
"get-port": "^6.1.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/express/package.json
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "*",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"express": "^4.19.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/vite-express/package.json
Expand Up @@ -14,7 +14,7 @@
"@remix-run/node": "*",
"@remix-run/react": "*",
"compression": "^1.7.4",
"express": "^4.18.2",
"express": "^4.19.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
Expand Down

0 comments on commit 6ad3406

Please sign in to comment.