vercel 44.6.1 → 44.6.2

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "44.6.1",
3
+ "version": "44.6.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -25,7 +25,7 @@
25
25
  "@vercel/build-utils": "11.0.0",
26
26
  "@vercel/fun": "1.1.6",
27
27
  "@vercel/go": "3.2.2",
28
- "@vercel/hono": "0.0.2",
28
+ "@vercel/hono": "0.0.3",
29
29
  "@vercel/hydrogen": "1.2.3",
30
30
  "@vercel/next": "4.10.8",
31
31
  "@vercel/node": "5.3.7",
@@ -163,9 +163,9 @@
163
163
  "write-json-file": "2.2.0",
164
164
  "xdg-app-paths": "5.1.0",
165
165
  "yauzl-promise": "2.1.3",
166
+ "@vercel-internals/constants": "1.0.4",
166
167
  "@vercel-internals/get-package-json": "1.0.0",
167
- "@vercel-internals/types": "3.0.6",
168
- "@vercel-internals/constants": "1.0.4"
168
+ "@vercel-internals/types": "3.0.6"
169
169
  },
170
170
  "scripts": {
171
171
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",