Skip to content

Commit

Permalink
feat: bump express to ^4.19.2 (#9184)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Brophy <matt@brophy.org>
  • Loading branch information
alcpereira and brophdawg11 committed May 10, 2024
1 parent a4c6f93 commit 0d2a014
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 33 deletions.
7 changes: 7 additions & 0 deletions .changeset/afraid-bears-fry.md
@@ -0,0 +1,7 @@
---
"@remix-run/dev": patch
"@remix-run/express": patch
"@remix-run/serve": patch
---

Upgrade `express` dependency 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
43 changes: 21 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/classic-remix-compiler/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
4 changes: 2 additions & 2 deletions templates/express/package.json
Expand Up @@ -14,7 +14,8 @@
"@remix-run/node": "*",
"@remix-run/react": "*",
"compression": "^1.7.4",
"express": "^4.18.2",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
Expand All @@ -29,7 +30,6 @@
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down

0 comments on commit 0d2a014

Please sign in to comment.