vercel 41.7.2 → 41.7.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 +3 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "41.7.
|
3
|
+
"version": "41.7.3",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -55,7 +55,6 @@
|
|
55
55
|
"@types/dotenv": "6.1.1",
|
56
56
|
"@types/escape-html": "0.0.20",
|
57
57
|
"@types/fs-extra": "9.0.13",
|
58
|
-
"@types/glob": "7.1.1",
|
59
58
|
"@types/http-proxy": "1.16.2",
|
60
59
|
"@types/ini": "1.3.31",
|
61
60
|
"@types/jest": "27.4.1",
|
@@ -114,7 +113,6 @@
|
|
114
113
|
"fs-extra": "10.0.0",
|
115
114
|
"get-port": "5.1.1",
|
116
115
|
"git-last-commit": "1.0.1",
|
117
|
-
"glob": "7.1.2",
|
118
116
|
"http-proxy": "1.18.1",
|
119
117
|
"ini": "3.0.0",
|
120
118
|
"is-docker": "2.2.1",
|
@@ -161,9 +159,9 @@
|
|
161
159
|
"write-json-file": "2.2.0",
|
162
160
|
"xdg-app-paths": "5.1.0",
|
163
161
|
"yauzl-promise": "2.1.3",
|
162
|
+
"@vercel-internals/types": "3.0.6",
|
164
163
|
"@vercel-internals/get-package-json": "1.0.0",
|
165
|
-
"@vercel-internals/constants": "1.0.4"
|
166
|
-
"@vercel-internals/types": "3.0.6"
|
164
|
+
"@vercel-internals/constants": "1.0.4"
|
167
165
|
},
|
168
166
|
"scripts": {
|
169
167
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|