netlify-cli 17.38.0 → 17.38.1
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/dist/commands/deploy/deploy.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/headers.js +1 -1
- package/dist/utils/redirects.js +1 -1
- package/npm-shrinkwrap.json +760 -466
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "17.38.
|
|
4
|
+
"version": "17.38.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,13 +38,15 @@
|
|
|
38
38
|
"@bugsnag/js": "7.25.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "8.1.0",
|
|
41
|
-
"@netlify/build": "29.
|
|
42
|
-
"@netlify/build-info": "7.
|
|
43
|
-
"@netlify/config": "20.
|
|
44
|
-
"@netlify/edge-bundler": "12.
|
|
41
|
+
"@netlify/build": "29.58.0",
|
|
42
|
+
"@netlify/build-info": "7.17.0",
|
|
43
|
+
"@netlify/config": "20.21.0",
|
|
44
|
+
"@netlify/edge-bundler": "12.3.1",
|
|
45
45
|
"@netlify/edge-functions": "2.11.1",
|
|
46
|
+
"@netlify/headers-parser": "7.3.0",
|
|
46
47
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/
|
|
48
|
+
"@netlify/redirect-parser": "14.5.0",
|
|
49
|
+
"@netlify/zip-it-and-ship-it": "9.42.1",
|
|
48
50
|
"@octokit/rest": "20.1.1",
|
|
49
51
|
"@opentelemetry/api": "1.8.0",
|
|
50
52
|
"ansi-escapes": "7.0.0",
|
|
@@ -68,12 +70,12 @@
|
|
|
68
70
|
"debug": "4.3.7",
|
|
69
71
|
"decache": "4.6.2",
|
|
70
72
|
"dot-prop": "9.0.0",
|
|
71
|
-
"dotenv": "16.4.
|
|
73
|
+
"dotenv": "16.4.7",
|
|
72
74
|
"env-paths": "3.0.0",
|
|
73
75
|
"envinfo": "7.14.0",
|
|
74
76
|
"etag": "1.8.1",
|
|
75
77
|
"execa": "5.1.1",
|
|
76
|
-
"express": "4.21.
|
|
78
|
+
"express": "4.21.2",
|
|
77
79
|
"express-logging": "1.1.1",
|
|
78
80
|
"extract-zip": "2.0.1",
|
|
79
81
|
"fastest-levenshtein": "1.0.16",
|
|
@@ -111,9 +113,7 @@
|
|
|
111
113
|
"maxstache": "1.0.7",
|
|
112
114
|
"maxstache-stream": "1.0.4",
|
|
113
115
|
"multiparty": "4.2.3",
|
|
114
|
-
"netlify": "13.
|
|
115
|
-
"netlify-headers-parser": "7.1.4",
|
|
116
|
-
"netlify-redirect-parser": "14.3.0",
|
|
116
|
+
"netlify": "13.2.0",
|
|
117
117
|
"netlify-redirector": "0.5.0",
|
|
118
118
|
"node-fetch": "3.3.2",
|
|
119
119
|
"node-version-alias": "3.4.1",
|