@remix-run/serve 2.17.3 → 2.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @remix-run/serve v2.17.3
3
+ * @remix-run/serve v2.17.4
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/serve",
3
- "version": "2.17.3",
3
+ "version": "2.17.4",
4
4
  "description": "Production application server for Remix",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/remix/issues"
@@ -21,8 +21,8 @@
21
21
  "get-port": "5.1.1",
22
22
  "morgan": "^1.10.1",
23
23
  "source-map-support": "^0.5.21",
24
- "@remix-run/express": "2.17.3",
25
- "@remix-run/node": "2.17.3"
24
+ "@remix-run/express": "2.17.4",
25
+ "@remix-run/node": "2.17.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/compression": "^1.7.0",