vercel 47.0.2 → 47.0.3
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "47.0.
|
|
3
|
+
"version": "47.0.3",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">= 18"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@vercel/blob": "1.0.2",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"write-json-file": "2.2.0",
|
|
167
167
|
"xdg-app-paths": "5.1.0",
|
|
168
168
|
"yauzl-promise": "2.1.3",
|
|
169
|
-
"@vercel-internals/
|
|
169
|
+
"@vercel-internals/constants": "1.0.4",
|
|
170
170
|
"@vercel-internals/types": "3.0.6",
|
|
171
|
-
"@vercel-internals/
|
|
171
|
+
"@vercel-internals/get-package-json": "1.0.0"
|
|
172
172
|
},
|
|
173
173
|
"scripts": {
|
|
174
174
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|